|
From: OryNider <ory...@us...> - 2008-01-31 10:23:14
|
Update of /cvsroot/mxbb/mx_counter/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22835/admin Modified Files: Tag: core28x counter_config_body.tpl Log Message: upgrade for 2.8.1 Index: counter_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_counter/templates/subSilver/admin/counter_config_body.tpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** counter_config_body.tpl 6 Jun 2007 23:52:09 -0000 1.1 --- counter_config_body.tpl 31 Jan 2008 10:23:10 -0000 1.1.2.1 *************** *** 8,19 **** </tr> <tr> ! <td class="row1"><p><b>{L_DIGITS}:</b><br></p></td> <td class="row2"><input type="text" maxlength="2" size="4" name="digits" value="{DIGITS}" /></td> </tr> <tr> ! <td class="row1"><p><b>{L_DIGITPATH}:</b><br></p></td> <!-- <td class="row2"><input type="text" maxlength="255" size="8" name="digitpath" value="{DIGITPATH}" /></td> --> <td class="row2" width="50%"> ! <select name="digitpath" multiple size="8"> <!-- BEGIN digitpagelist --> {digitpagelist.DIGITPATH} --- 8,22 ---- </tr> <tr> ! <td class="row1"><span class="genmed" style="font-weight : bold;">{L_DIGITS}:</span></td> <td class="row2"><input type="text" maxlength="2" size="4" name="digits" value="{DIGITS}" /></td> </tr> <tr> ! <td class="row1"> ! <span class="genmed" style="font-weight : bold;">{L_DIGITPATH}:</span><br /> ! <span class="gensmall">{L_DIGITPATH_EXPLAIN}</span><br /> ! </td> <!-- <td class="row2"><input type="text" maxlength="255" size="8" name="digitpath" value="{DIGITPATH}" /></td> --> <td class="row2" width="50%"> ! <select name="digitpath" size="8"> <!-- BEGIN digitpagelist --> {digitpagelist.DIGITPATH} *************** *** 30,38 **** </tr> </table> - - <br> </form> ! <br> <table width="40%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr><th class="thHead" colspan="7">{L_DIGITPREVIEW}</th></tr> --- 33,39 ---- </tr> </table> </form> ! <br /> <table width="40%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr><th class="thHead" colspan="7">{L_DIGITPREVIEW}</th></tr> |