Commit fde9c8ff authored by Jim Fulton's avatar Jim Fulton

Got rid of PARENT_URL.

parent 36c5ae91
......@@ -5,7 +5,7 @@
<BODY BGCOLOR="#FFFFFF">
<H2>Add MailHost</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addMailHost" METHOD="POST">
<FORM ACTION="manage_addMailHost" METHOD="POST">
<TABLE CELLSPACING="2">
<TR VALIGN="TOP">
<TD ALIGN="LEFT"><STRONG>Id</STRONG></TD>
......
......@@ -4,7 +4,7 @@
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>Change MailHost</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_makeChanges" METHOD="POST">
<FORM ACTION="manage_makeChanges" METHOD="POST">
<TABLE CELLSPACING="2">
<TR VALIGN="TOP">
<TD ALIGN="LEFT"><STRONG>Id</STRONG></TD>
......
......@@ -29,7 +29,7 @@ Database Connection Information</H2>
<!--#if HTTP_REFERER-->
<INPUT NAME="CANCEL_ACTION" TYPE="HIDDEN" VALUE="<!--#var HTTP_REFERER-->">
<!--#else HTTP_REFERER-->
<INPUT NAME="CANCEL_ACTION" TYPE="HIDDEN" VALUE="<!--#var PARENT_URL-->">
<INPUT NAME="CANCEL_ACTION" TYPE="HIDDEN" VALUE="<!--#var URL1-->">
<!--#/if HTTP_REFERER-->
</form>
......
......@@ -6,7 +6,7 @@
<H2>New Database Adapter</H2>
<P>
<form action="<!--#var PARENT_URL-->/manage_addDA" method="post">
<form action="manage_addDA" method="post">
<table>
......
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