|
From: Jon O. <jon...@us...> - 2008-05-21 21:55:02
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14185/templates/_core Modified Files: pa_mini.tpl Log Message: Quick List blocks also refering to pages with mini block present Index: pa_mini.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/_core/pa_mini.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pa_mini.tpl 27 Apr 2008 18:48:50 -0000 1.2 --- pa_mini.tpl 21 May 2008 21:54:57 -0000 1.3 *************** *** 52,56 **** <a href="{catcol.no_cat_parent.U_CAT}"><img src="{catcol.no_cat_parent.CAT_IMAGE}" alt="{catcol.no_cat_parent.CAT_NAME}" align="absmiddle" border="0" /></a> </td> ! <td width="100%" valign="middle" nowrap="nowrap"> <a href="{catcol.no_cat_parent.U_CAT}" class="topictitle">{catcol.no_cat_parent.CAT_NAME}</a> <span class="gensmall">({catcol.no_cat_parent.FILECAT})</span> </td> --- 52,56 ---- <a href="{catcol.no_cat_parent.U_CAT}"><img src="{catcol.no_cat_parent.CAT_IMAGE}" alt="{catcol.no_cat_parent.CAT_NAME}" align="absmiddle" border="0" /></a> </td> ! <td width="100%" align="left" valign="middle" nowrap="nowrap"> <a href="{catcol.no_cat_parent.U_CAT}" class="topictitle">{catcol.no_cat_parent.CAT_NAME}</a> <span class="gensmall">({catcol.no_cat_parent.FILECAT})</span> </td> *************** *** 70,74 **** <tr> <td rowspan="2" class="{file_rows.COLOR}" valign="middle"> <img src="{file_rows.PIN_IMAGE}" border="0" ></td> ! <td width="100%" class="{file_rows.COLOR}"> <a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a> <!-- BEGIN IS_NEW_FILE --> --- 70,74 ---- <tr> <td rowspan="2" class="{file_rows.COLOR}" valign="middle"> <img src="{file_rows.PIN_IMAGE}" border="0" ></td> ! <td align="left" width="100%" class="{file_rows.COLOR}"> <a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a> <!-- BEGIN IS_NEW_FILE --> |