Commit 36c5ae91 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent cf1a07d8
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<TITLE><!--#var title--></TITLE> <TITLE><!--#var title--></TITLE>
</HEAD> </HEAD>
<FRAMESET FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0" COLS="140,*"> <FRAMESET FRAMEBORDER="NO" BORDER="0" FRAMESPACING="0" COLS="140,*">
<FRAME SRC="<!--#var PARENT_URL-->/manage_menu" NAME="manage_menu" <FRAME SRC="manage_menu" NAME="manage_menu"
MARGINWIDTH="6" MARGINHEIGHT="6" SCROLLING="auto"> MARGINWIDTH="6" MARGINHEIGHT="6" SCROLLING="auto">
<FRAME SRC="<!--#var PARENT_URL-->/manage_main" NAME="manage_main" <FRAME SRC="manage_main" NAME="manage_main"
MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto"> MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto">
</FRAMESET> </FRAMESET>
<NOFRAMES> <NOFRAMES>
......
...@@ -9,7 +9,7 @@ You may restrict access to <EM><!--#var title--></EM> using the form ...@@ -9,7 +9,7 @@ You may restrict access to <EM><!--#var title--></EM> using the form
below. To add or remove roles, select or deselect below. To add or remove roles, select or deselect
the desired role names and click &quot;Change&quot;. the desired role names and click &quot;Change&quot;.
<P> <P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editRoles" METHOD="POST"> <FORM ACTION="manage_editRoles" METHOD="POST">
<TABLE> <TABLE>
<TR> <TR>
<TD VALIGN=CENTER><STRONG>Access<BR>Control</STRONG></TD> <TD VALIGN=CENTER><STRONG>Access<BR>Control</STRONG></TD>
...@@ -43,7 +43,7 @@ Allow all users ...@@ -43,7 +43,7 @@ Allow all users
</FORM> </FORM>
<P> <P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addRole" METHOD="POST"> <FORM ACTION="manage_addRole" METHOD="POST">
To add a new, user-defined role to this object, enter the name of To add a new, user-defined role to this object, enter the name of
the new role and click &quot;Add&quot;. the new role and click &quot;Add&quot;.
<BR> <BR>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<!--#/if parentObject--> <!--#/if parentObject-->
<P> <P>
<!--#if userNames--> <!--#if userNames-->
<FORM ACTION="<!--#var PARENT_URL-->/manage_editForm" METHOD="POST"> <FORM ACTION="manage_editForm" METHOD="POST">
The following users have been defined. To edit a user, The following users have been defined. To edit a user,
select a user and click &quot;Edit&quot;. select a user and click &quot;Edit&quot;.
<BR> <BR>
...@@ -45,7 +45,7 @@ select a user and click &quot;Edit&quot;. ...@@ -45,7 +45,7 @@ select a user and click &quot;Edit&quot;.
</TR> </TR>
<TR> <TR>
<TD COLSPAN="2" VALIGN="TOP"> <TD COLSPAN="2" VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_addUser" METHOD="POST"> <FORM ACTION="manage_addUser" METHOD="POST">
<TABLE> <TABLE>
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
...@@ -95,7 +95,7 @@ select a user and click &quot;Edit&quot;. ...@@ -95,7 +95,7 @@ select a user and click &quot;Edit&quot;.
<P> <P>
<!--#if userNames--> <!--#if userNames-->
<FORM ACTION="<!--#var PARENT_URL-->/manage_deleteUser" METHOD="POST"> <FORM ACTION="manage_deleteUser" METHOD="POST">
To delete users, select one or more users and click &quot;Delete&quot;. To delete users, select one or more users and click &quot;Delete&quot;.
<BR> <BR>
<SELECT NAME="names:list" MULTIPLE SIZE="4" > <SELECT NAME="names:list" MULTIPLE SIZE="4" >
......
...@@ -9,7 +9,7 @@ You may restrict access to <EM><!--#var title--></EM> using the form ...@@ -9,7 +9,7 @@ You may restrict access to <EM><!--#var title--></EM> using the form
below. To add or remove roles, select or deselect below. To add or remove roles, select or deselect
the desired role names and click &quot;Change&quot;. the desired role names and click &quot;Change&quot;.
<P> <P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editRoles" METHOD="POST"> <FORM ACTION="manage_editRoles" METHOD="POST">
<TABLE> <TABLE>
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
...@@ -33,7 +33,7 @@ Allow all users ...@@ -33,7 +33,7 @@ Allow all users
</FORM> </FORM>
<P> <P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addRole" METHOD="POST"> <FORM ACTION="manage_addRole" METHOD="POST">
To add a new, user-defined role to this object, enter the name of To add a new, user-defined role to this object, enter the name of
the new role and click &quot;Add&quot;. the new role and click &quot;Add&quot;.
<BR> <BR>
......
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