|
From: Jon O. <jon...@us...> - 2005-10-12 15:37:45
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15763/templates/subSilver/admin Modified Files: mx_blockcp_admin_body.tpl mx_pagecp_admin_body.tpl Log Message: Adding IP filter for pages Merged module_def panels and parameters, now usable at the same time Menu navigation fixes for highlights Index: mx_pagecp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_pagecp_admin_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_pagecp_admin_body.tpl 20 Sep 2005 15:30:59 -0000 1.2 --- mx_pagecp_admin_body.tpl 12 Oct 2005 15:37:33 -0000 1.3 *************** *** 640,643 **** --- 640,647 ---- <td><input type="text" size="45" name="page_graph_border" value="{pages.E_PAGE_GRAPH_BORDER}" class="post" /></td> </tr> + <tr> + <td width="50%" align="right" >{L_IP_FILTER}<br /><span class="gensmall">{L_IP_FILTER_EXPLAIN}</span></td> + <td><textarea rows="5" cols="50" wrap="virtual" name="ip_filter" class="post" />{pages.IP_FILTER}</textarea></td> + </tr> <!-- BEGIN template --> <tr> Index: mx_blockcp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_blockcp_admin_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_blockcp_admin_body.tpl 9 Sep 2005 09:15:13 -0000 1.1 --- mx_blockcp_admin_body.tpl 12 Oct 2005 15:37:33 -0000 1.2 *************** *** 149,153 **** <tr> <td class="row1" colspan="2"> - {blockcp_panel.BLOCKCP_PANELS} --- 149,152 ---- *************** *** 162,166 **** <tr> <td class="row1" colspan="2"> - <form action="{S_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"> <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center"> --- 161,164 ---- |