|
From: Jon O. <jon...@us...> - 2005-12-17 00:31:55
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14206/templates/subSilver/admin Modified Files: mx_modulecp_admin_body.tpl Log Message: lots of updates, all covered in http://www.mx-system.com/forum/viewtopic.php?t=7945 Index: mx_modulecp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_modulecp_admin_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_modulecp_admin_body.tpl 22 Oct 2005 10:51:03 -0000 1.2 --- mx_modulecp_admin_body.tpl 17 Dec 2005 00:31:43 -0000 1.3 *************** *** 518,521 **** --- 518,525 ---- <td>{module.function.parameter.E_PARAMETER_TYPE}</td> </tr> + <tr> + <td width="50%" align="right">{module.function.parameter.L_PARAMETER_AUTH}</span></td> + <td><input type="radio" name="parameter_auth" value="1" {module.function.parameter.E_PARAMETER_AUTH_YES} /> <span class="gensmall">{L_YES}</span> <input type="radio" name="parameter_auth" value="0" {module.function.parameter.E_PARAMETER_AUTH_NO} /> <span class="gensmall">{L_NO}</span></td> + </tr> <tr> <td width="50%" align="right">{module.function.parameter.L_PARAMETER_DEFAULT}</td> |