|
From: Jon O. <jon...@us...> - 2005-04-20 20:48:39
|
Update of /cvsroot/mxbb/mx_kb/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9334/modules/mx_kb/templates/subSilver/admin Modified Files: kb_art_body.tpl kb_cat_admin_body.tpl kb_type_body.tpl Log Message: adding S_CONTENT_DIR_RIGHT compatibility reverting to use the db stored row for "number artcles" Index: kb_art_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/admin/kb_art_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** kb_art_body.tpl 1 Apr 2005 20:39:47 -0000 1.3 --- kb_art_body.tpl 20 Apr 2005 20:48:24 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <h1>{L_KB_ART_TITLE}</h1> *************** *** 75,80 **** <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> --- 76,81 ---- <table width="100%" cellspacing="2" cellpadding="0" border="0"> <tr> ! <td valign="top" ><span class="nav">{PAGE_NUMBER}</span></td> ! <td valign="top" align="{S_CONTENT_DIR_RIGHT}" ><span class="nav">{PAGINATION}</span></td> </tr> </table> Index: kb_type_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/admin/kb_type_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** kb_type_body.tpl 14 Aug 2003 17:59:40 -0000 1.1 --- kb_type_body.tpl 20 Apr 2005 20:48:24 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <h1>{L_KB_TYPE_TITLE}</h1> *************** *** 6,11 **** <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> ! <form action="{S_ACTION}" method="post"> ! <td align="right" width="100%">{L_CREATE_TYPE} <input class="post" type="text" name="new_type_name"> <input type="submit" value="{L_CREATE}" class="liteoption"></td> </form> </tr> --- 7,12 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> ! <form action="{S_ACTION}" method="GET"> ! <td align="{S_CONTENT_DIR_RIGHT}" width="100%">{L_CREATE_TYPE} <input class="post" type="text" name="new_type_name"> <input type="submit" value="{L_CREATE}" class="liteoption"></td> </form> </tr> Index: kb_cat_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_kb/templates/subSilver/admin/kb_cat_admin_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** kb_cat_admin_body.tpl 2 Apr 2005 20:37:03 -0000 1.2 --- kb_cat_admin_body.tpl 20 Apr 2005 20:48:24 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <h1>{L_KB_CAT_TITLE}</h1> *************** *** 6,11 **** <table width="100%" cellpadding="2" cellspacing="2" border="0"> <tr> ! <form action="{S_ACTION}" method="post"> ! <td align="right" width="100%">{L_CREATE_CAT} <input type="text" name="new_cat_name"> <input type="submit" value="{L_CREATE}" class="liteoption"></td> </form> </tr> --- 7,12 ---- <table width="100%" cellpadding="2" cellspacing="2" border="0"> <tr> ! <form action="{S_ACTION}" method="GET"> ! <td align="{S_CONTENT_DIR_RIGHT}" width="100%">{L_CREATE_CAT} <input type="text" name="new_cat_name"> <input type="submit" value="{L_CREATE}" class="liteoption"></td> </form> </tr> |