|
From: Jon O. <jon...@us...> - 2005-04-20 20:48:39
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9334/modules/mx_kb/templates/subSilver Modified Files: kb_rate_body.tpl Log Message: adding S_CONTENT_DIR_RIGHT compatibility reverting to use the db stored row for "number artcles" Index: kb_rate_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_rate_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_rate_body.tpl 9 Jan 2005 21:40:39 -0000 1.2 --- kb_rate_body.tpl 20 Apr 2005 20:48:24 -0000 1.3 *************** *** 6,13 **** <th class="thHead" colspan="2"> {L_RATE}</th> </tr> ! <tr> ! <td class="row1" align="center" width="5%"><img src="pafiledb/styles/{STYLE}/images/error.gif" border="0"></td> ! <td class="row1" width="95%"><span class="genmed">{L_RERROR}</span></td> ! </tr> <tr> <td class="cat" colspan="2"> --- 6,10 ---- <th class="thHead" colspan="2"> {L_RATE}</th> </tr> ! <tr> <td class="cat" colspan="2"> *************** *** 20,27 **** </tr> <tr> - <td class="row1" align="center" width="5%"><img src="pafiledb/styles/{STYLE}/images/info.gif" border="0"></td> - <td class="row1" width="95%">{CONF}</td> - </tr> - <tr> <td class="catBottom" colspan="2"> --- 17,20 ---- |