|
From: Jon O. <jon...@us...> - 2005-04-01 20:38:53
|
Update of /cvsroot/mxbb/kb_076_mxaddon/root/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5625/modules/kb_076_mxaddon/root/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/kb_076_mxaddon/root/templates/subSilver/admin/kb_art_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_art_body.tpl 9 Jan 2005 22:16:31 -0000 1.1 --- kb_art_body.tpl 1 Apr 2005 20:38:44 -0000 1.2 *************** *** 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 |