|
From: Jon O. <jon...@us...> - 2006-09-14 20:08:52
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27103/modules/mx_pafiledb/templates/subSilver Modified Files: pa_category_body.tpl Log Message: Is_new fix Index: pa_category_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_category_body.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** pa_category_body.tpl 1 Aug 2006 21:03:25 -0000 1.10 --- pa_category_body.tpl 14 Sep 2006 20:08:49 -0000 1.11 *************** *** 121,127 **** <td width="100%" class="{file_rows.COLOR}"> <a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a> ! <!-- BEGIN IS_NEW_FILE --> <img src="{file_rows.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"> ! <!-- END IS_NEW_FILE --> <br><span class="genmed">{file_rows.FILE_DESC}</span> </td> --- 121,127 ---- <td width="100%" class="{file_rows.COLOR}"> <a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a> ! <!-- IF file_rows.IS_NEW_FILE --> <img src="{file_rows.FILE_NEW_IMAGE}" border="0" alt="{L_NEW_FILE}"> ! <!-- ENDIF --> <br><span class="genmed">{file_rows.FILE_DESC}</span> </td> *************** *** 130,134 **** <td valign="top" align="left" class="{file_rows.COLOR}"> <span class="gensmall"> ! {L_UPDATE_TIME}: {file_rows.DATE} • {L_DOWNLOADS}: {file_rows.FILE_DLS} • {L_SUBMITED_BY} {file_rows.POSTER} <!-- IF SHOW_RATINGS --> • {file_rows.L_RATING}: {file_rows.RATING} ({file_rows.FILE_VOTES} {L_VOTES}) {file_rows.DO_RATE} --- 130,134 ---- <td valign="top" align="left" class="{file_rows.COLOR}"> <span class="gensmall"> ! {L_UPDATE_TIME}: {file_rows.UPDATED} • {L_DOWNLOADS}: {file_rows.FILE_DLS} • {L_SUBMITED_BY} {file_rows.POSTER} <!-- IF SHOW_RATINGS --> • {file_rows.L_RATING}: {file_rows.RATING} ({file_rows.FILE_VOTES} {L_VOTES}) {file_rows.DO_RATE} |