|
From: Jon O. <jon...@us...> - 2005-04-01 20:40:13
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6096/modules/mx_kb/templates/subSilver/admin Modified Files: kb_art_body.tpl Log Message: minor fixes...sprung from the phpbb dev thread Index: kb_art_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/admin/kb_art_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_art_body.tpl 15 Nov 2003 23:44:00 -0000 1.2 --- kb_art_body.tpl 1 Apr 2005 20:39:47 -0000 1.3 *************** *** 71,73 **** --- 71,82 ---- <!-- END approverow --> </table> + + <!-- BEGIN pagination --> + <table width="100%" cellspacing="2" cellpadding="0" border="0"> + <tr> + <td valign="top" align="left" ><span class="nav">{PAGE_NUMBER}</span></td> + <td valign="top" align="right" ><span class="nav">{PAGINATION}</span></td> + </tr> + </table> + <!-- END pagination --> <br clear="all" /> \ No newline at end of file |