|
From: Jon O. <jon...@us...> - 2008-02-22 23:41:13
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29575 Modified Files: Tag: core28x mx_blockcp_admin_body.tpl Log Message: Little security update for blockCP, and e tpl bugfix Index: mx_blockcp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/Attic/mx_blockcp_admin_body.tpl,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -C2 -d -r1.9.2.1 -r1.9.2.2 *** mx_blockcp_admin_body.tpl 26 Aug 2007 19:07:09 -0000 1.9.2.1 --- mx_blockcp_admin_body.tpl 22 Feb 2008 23:41:09 -0000 1.9.2.2 *************** *** 230,235 **** <td width="10%" class="topictitle" colspan="2">{L_FUNCTION}:</td> <td width="10%" class="topictitle" colspan="2">{L_BLOCK}:</td> ! <td width="10%"> </td> ! <td width="70%"> </td> </tr> <tr> --- 230,235 ---- <td width="10%" class="topictitle" colspan="2">{L_FUNCTION}:</td> <td width="10%" class="topictitle" colspan="2">{L_BLOCK}:</td> ! <td width="5%"> </td> ! <td width="65%"> </td> </tr> <tr> *************** *** 386,390 **** <td class="row1"><input type="text" size="65" name="block_desc" value="{E_BLOCK_DESC}" class="post" /></td> </tr> ! <!-- BEGIN is_auth --> <tr> <td class="row1" width="50%" align="right"><b>{L_SHOW_TITLE}</b><br /><span class="gensmall">{L_SHOW_TITLE_EXPLAIN}</span></td> --- 386,390 ---- <td class="row1"><input type="text" size="65" name="block_desc" value="{E_BLOCK_DESC}" class="post" /></td> </tr> ! <!-- BEGIN is_mod --> <tr> <td class="row1" width="50%" align="right"><b>{L_SHOW_TITLE}</b><br /><span class="gensmall">{L_SHOW_TITLE_EXPLAIN}</span></td> *************** *** 401,412 **** <td class="row1"><input type="radio" name="show_block" value="1" {S_SHOW_BLOCK_YES} /> <span class="gensmall">{L_YES} </span><input type="radio" name="show_block" value="0" {S_SHOW_BLOCK_NO} /> <span class="gensmall">{L_NO}</span></td> </tr> ! <!-- ! <tr> ! <td class="row1" width="50%" align="right"><b>{L_FUNCTION}</b></td> ! <td class="row1">{S_FUNCTION_LIST}</td> ! </tr> ! --> ! <!-- END is_auth --> ! <tr> <td class="row1" width="50%" align="right"> --- 401,405 ---- <td class="row1"><input type="radio" name="show_block" value="1" {S_SHOW_BLOCK_YES} /> <span class="gensmall">{L_YES} </span><input type="radio" name="show_block" value="0" {S_SHOW_BLOCK_NO} /> <span class="gensmall">{L_NO}</span></td> </tr> ! <!-- END is_mod --> <tr> <td class="row1" width="50%" align="right"> |