|
From: Jon O. <jon...@us...> - 2006-08-15 14:09:57
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv30497/modules/mx_pafiledb/templates/subSilver Modified Files: pa_quickdl_cat_body.tpl Log Message: fix quickdl block Index: pa_quickdl_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_quickdl_cat_body.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** pa_quickdl_cat_body.tpl 15 Aug 2006 14:01:37 -0000 1.7 --- pa_quickdl_cat_body.tpl 15 Aug 2006 14:09:54 -0000 1.8 *************** *** 38,42 **** <tr> <td class="row1" align="center" width="20" valign="middle"><a href="{file_rows.U_FILE_JUMP}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> ! <td class="row1" valign="middle" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{file_rows.U_FILE}';"><a href="{file_rows.U_FILE}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.UPDATED})</span></td> </tr> <!-- END file_rows --> --- 38,42 ---- <tr> <td class="row1" align="center" width="20" valign="middle"><a href="{file_rows.U_FILE_JUMP}" class="topictitle"><img src="{file_rows.PIN_IMAGE}" border="0"></a></td> ! <td class="row1" valign="middle" onmouseout="this.className='row1';" onmouseover="this.className='row2';" onclick="window.location.href='{file_rows.U_FILE_JUMP}';"><a href="{file_rows.U_FILE_JUMP}" class="topictitle">{file_rows.FILE_NAME}</a><br><span class="gensmall">{file_rows.FILE_DESC} ({file_rows.UPDATED})</span></td> </tr> <!-- END file_rows --> |