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>
<BODY BGCOLOR="#FFFFFF">
<FORM ACTION="manage_main" METHOD="POST">
<FORM ACTION="manage_workspace" METHOD="POST">
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="10">
<TR>
<TD VALIGN="TOP">
......
......@@ -43,12 +43,12 @@ Found <!--#var results fmt=collection-length--> item<!--#if expr="_.len(results)
<!--#in results-->
<TR>
<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-->"
ALT="Click to open this item" BORDER="0"></A>
</TD>
<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-->)
......
......@@ -20,13 +20,13 @@
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<!--#if icon-->
<A HREF="<!--#var sequence-key-->/manage_main">
<A HREF="<!--#var sequence-key-->/manage_workspace">
<IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->"
ALT="[<!--#var meta_type-->]" BORDER="0"></A>
<!--#/if icon-->
</TD>
<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-->
</A>
<!--#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