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

*** empty log message ***

parent cf1a07d8
......@@ -3,9 +3,9 @@
<TITLE><!--#var title--></TITLE>
</HEAD>
<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">
<FRAME SRC="<!--#var PARENT_URL-->/manage_main" NAME="manage_main"
<FRAME SRC="manage_main" NAME="manage_main"
MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="auto">
</FRAMESET>
<NOFRAMES>
......
......@@ -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
the desired role names and click &quot;Change&quot;.
<P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editRoles" METHOD="POST">
<FORM ACTION="manage_editRoles" METHOD="POST">
<TABLE>
<TR>
<TD VALIGN=CENTER><STRONG>Access<BR>Control</STRONG></TD>
......@@ -43,7 +43,7 @@ Allow all users
</FORM>
<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
the new role and click &quot;Add&quot;.
<BR>
......
......@@ -19,7 +19,7 @@
<!--#/if parentObject-->
<P>
<!--#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,
select a user and click &quot;Edit&quot;.
<BR>
......@@ -45,7 +45,7 @@ select a user and click &quot;Edit&quot;.
</TR>
<TR>
<TD COLSPAN="2" VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_addUser" METHOD="POST">
<FORM ACTION="manage_addUser" METHOD="POST">
<TABLE>
<TR>
<TD VALIGN="TOP">
......@@ -95,7 +95,7 @@ select a user and click &quot;Edit&quot;.
<P>
<!--#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;.
<BR>
<SELECT NAME="names:list" MULTIPLE SIZE="4" >
......
......@@ -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
the desired role names and click &quot;Change&quot;.
<P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editRoles" METHOD="POST">
<FORM ACTION="manage_editRoles" METHOD="POST">
<TABLE>
<TR>
<TD VALIGN="TOP">
......@@ -33,7 +33,7 @@ Allow all users
</FORM>
<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
the new role and click &quot;Add&quot;.
<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