Commit dde33842 authored by Jim Fulton's avatar Jim Fulton

Made role radio button settings dynamic.

parent 79a78557
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0"> <TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<INPUT TYPE="RADIO" NAME="acl_type" VALUE="E"> <INPUT TYPE="RADIO" NAME="acl_type" VALUE="E"<!--#var aclEChecked-->>
Allow users with selected roles Allow users with selected roles
<BR> <BR>
<INPUT TYPE="RADIO" NAME="acl_type" VALUE="A" CHECKED> <INPUT TYPE="RADIO" NAME="acl_type" VALUE="A"<!--#var aclAChecked-->>
Allow based on default roles Allow based on default roles
<BR> <BR>
<INPUT TYPE="RADIO" NAME="acl_type" VALUE="P"> <INPUT TYPE="RADIO" NAME="acl_type" VALUE="P"<!--#var aclPChecked-->>
Allow all users Allow all users
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment