|
From: Jon O. <jon...@us...> - 2005-04-01 14:14:59
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14203/modules/mx_kb/templates/subSilver Modified Files: kb_article_body.tpl kb_cat_body.tpl kb_post_body.tpl kb_stats_body.tpl Log Message: minor fixes...sprung from the phpbb dev thread Index: kb_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_cat_body.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** kb_cat_body.tpl 28 Mar 2005 20:22:49 -0000 1.8 --- kb_cat_body.tpl 1 Apr 2005 14:14:49 -0000 1.9 *************** *** 30,34 **** <th class="thTop" nowrap="nowrap"> {L_ARTICLE_TYPE} </th> <th class="thTop" nowrap="nowrap"> {L_ARTICLE_AUTHOR} </th> ! <th class="thTop nowrap="nowrap"> {L_ARTICLE_DATE} </th> <th class="thCornerR" nowrap="nowrap"> {L_VIEWS} </th> </tr> --- 30,34 ---- <th class="thTop" nowrap="nowrap"> {L_ARTICLE_TYPE} </th> <th class="thTop" nowrap="nowrap"> {L_ARTICLE_AUTHOR} </th> ! <th class="thTop" nowrap="nowrap"> {L_ARTICLE_DATE} </th> <th class="thCornerR" nowrap="nowrap"> {L_VIEWS} </th> </tr> *************** *** 56,59 **** --- 56,60 ---- </table> + <!-- BEGIN pagination --> <table width="100%" cellspacing="2" cellpadding="0" border="0"> <tr> *************** *** 63,65 **** </tr> </table> ! --- 64,66 ---- </tr> </table> ! <!-- END pagination --> Index: kb_stats_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_stats_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kb_stats_body.tpl 28 Mar 2005 20:22:49 -0000 1.4 --- kb_stats_body.tpl 1 Apr 2005 14:14:49 -0000 1.5 *************** *** 31,35 **** <th class="thTop" nowrap="nowrap"> {L_ARTICLE_TYPE} </th> <th class="thTop" nowrap="nowrap"> {L_ARTICLE_AUTHOR} </th> ! <th class="thTop nowrap="nowrap"> {L_ARTICLE_DATE} </th> <th class="thCornerR" nowrap="nowrap"> {L_VIEWS} </th> </tr> --- 31,35 ---- <th class="thTop" nowrap="nowrap"> {L_ARTICLE_TYPE} </th> <th class="thTop" nowrap="nowrap"> {L_ARTICLE_AUTHOR} </th> ! <th class="thTop" nowrap="nowrap"> {L_ARTICLE_DATE} </th> <th class="thCornerR" nowrap="nowrap"> {L_VIEWS} </th> </tr> *************** *** 58,59 **** --- 58,67 ---- </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="left" ><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> + </tr> + </table> + <!-- END pagination --> Index: kb_article_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_article_body.tpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** kb_article_body.tpl 29 Mar 2005 20:02:10 -0000 1.12 --- kb_article_body.tpl 1 Apr 2005 14:14:49 -0000 1.13 *************** *** 101,104 **** --- 101,105 ---- </table> + <!-- BEGIN comments_pag --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> *************** *** 107,110 **** --- 108,112 ---- </tr> </table> + <!-- END comments_pag --> <!-- END switch_comments_show --> Index: kb_post_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/kb_post_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_post_body.tpl 28 Mar 2005 20:22:49 -0000 1.2 --- kb_post_body.tpl 1 Apr 2005 14:14:49 -0000 1.3 *************** *** 480,484 **** <td class="row1"><span class="gen"><b>{L_ARTICLE_CATEGORY}</b></span></td> <td class="row2"> ! <select name="category_id"> {switch_edit.CAT_LIST} </select> --- 480,484 ---- <td class="row1"><span class="gen"><b>{L_ARTICLE_CATEGORY}</b></span></td> <td class="row2"> ! <select name="cat"> {switch_edit.CAT_LIST} </select> |