Commit dd034bb1 authored by Jim Fulton's avatar Jim Fulton

Change to use manage_workspace instead of manage_main,

where manage_workspace is a reserved method that dispatches to the
default management interface which is the first interface defined
in manage_options.
parent 2848554a
<HTML><HEAD><TITLE>Changed: <!--#var title_or_id--></TITLE></HEAD> <HTML><HEAD><TITLE>Changed: <!--#var title_or_id--></TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF"> <BODY BGCOLOR="#FFFFFF">
<FORM ACTION="manage_main" METHOD="POST"> <FORM ACTION="manage_workspace" METHOD="POST">
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="10"> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="10">
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
......
...@@ -43,12 +43,12 @@ Found <!--#var results fmt=collection-length--> item<!--#if expr="_.len(results) ...@@ -43,12 +43,12 @@ Found <!--#var results fmt=collection-length--> item<!--#if expr="_.len(results)
<!--#in results--> <!--#in results-->
<TR> <TR>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var sequence-key-->/manage_main"> <A HREF="<!--#var sequence-key-->/manage_workspace">
<IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->" <IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->"
ALT="Click to open this item" BORDER="0"></A> ALT="Click to open this item" BORDER="0"></A>
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var sequence-key-->/manage_main"> <A HREF="<!--#var sequence-key-->/manage_workspace">
<!--#var sequence-key--> <!--#var sequence-key-->
<!--#if title--> <!--#if title-->
(<!--#var title-->) (<!--#var title-->)
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<!--#if icon--> <!--#if icon-->
<A HREF="<!--#var sequence-key-->/manage_main"> <A HREF="<!--#var sequence-key-->/manage_workspace">
<IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->" <IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->"
ALT="[<!--#var meta_type-->]" BORDER="0"></A> ALT="[<!--#var meta_type-->]" BORDER="0"></A>
<!--#/if icon--> <!--#/if icon-->
</TD> </TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var sequence-key-->/manage_main"> <A HREF="<!--#var sequence-key-->/manage_workspace">
<!--#var sequence-key--> <!--#if title-->(<!--#var title-->)<!--#/if--> <!--#var sequence-key--> <!--#if title-->(<!--#var title-->)<!--#/if-->
</A> </A>
<!--#if locked_in_session--> <!--#if locked_in_session-->
......
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