Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv2757/phpslash-ft/public_html/templates/en/default
Modified Files:
authorNew.tpl
Log Message:
perms changed to checkbox in authorNew.tpl
Index: authorNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/authorNew.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** authorNew.tpl 2001/12/17 22:42:37 1.7
--- authorNew.tpl 2001/12/17 22:45:02 1.8
***************
*** 31,44 ****
</TR>
<TR>
! <TD><B>Security</B><FONT COLOR=RED>*</FONT></TD>
! <TD>
! <select size=5 multiple name="permission[]">
<!-- BEGIN perm_row -->
! <option>{PERM}</option>
<!-- END perm_row -->
<!-- BEGIN permhave_row -->
! <option selected="selected">{PERM}</option>
<!-- END permhave_row -->
- </select>
</TD
</TR>
--- 31,42 ----
</TR>
<TR>
! <TD valign=top><B>Security</B><FONT COLOR=RED>*</FONT></TD>
! <TD valign=top>
<!-- BEGIN perm_row -->
! <input name="permission[]" value="{PERM}" type=checkbox>{PERM}<br />
<!-- END perm_row -->
<!-- BEGIN permhave_row -->
! <input name="permission[]" value="{PERM}" type=checkbox checked="checked">{PERM}<br />
<!-- END permhave_row -->
</TD
</TR>
|