Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv1899/phpslash-ft/public_html/templates/en/default
Modified Files:
authorNew.tpl
Log Message:
perms html formatted in authorNew.tpl
Index: authorNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/authorNew.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** authorNew.tpl 2001/08/31 19:20:23 1.6
--- authorNew.tpl 2001/12/17 22:42:37 1.7
***************
*** 32,36 ****
<TR>
<TD><B>Security</B><FONT COLOR=RED>*</FONT></TD>
! <TD>{PERMSEL}</TD
</TR>
</TABLE>
--- 32,45 ----
<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>
</TABLE>
|