Commit df1c3554 authored by Christopher Petrilli's avatar Christopher Petrilli

Added Javascript support for automatic object insertion.

parent 5f32005f
...@@ -72,19 +72,23 @@ There are currently no items in <EM><!--#var title_or_id--></EM> ...@@ -72,19 +72,23 @@ There are currently no items in <EM><!--#var title_or_id--></EM>
<!--#if all_meta_types--> <!--#if all_meta_types-->
<!--#if "_.len(all_meta_types) > 1"--> <!--#if "_.len(all_meta_types) > 1"-->
<TABLE> <TABLE ALIGN="LEFT">
<TR> <TR>
<TD VALIGN="TOP"> <TD VALIGN="MIDDLE">
To add a new item, select an item type and click &quot;Add&quot;. To add a new item, select an item type
<NOSCRIPT>and click &quot;Add&quot;</NOSCRIPT>.
</TD> </TD>
<TD VALIGN="TOP"> </TR>
<TR>
<TD VALIGN="MIDDLE">
<FORM ACTION="<!--#var URL1-->/" METHOD="GET"> <FORM ACTION="<!--#var URL1-->/" METHOD="GET">
<SELECT NAME=":method"> <SELECT NAME=":method" ONCHANGE="location.href=this.options[this.selectedIndex].value">
<OPTION value="manage_workspace" DISABLED>Available Objects
<!--#in all_meta_types mapping sort=name--> <!--#in all_meta_types mapping sort=name-->
<OPTION value="<!--#var action-->"><!--#var name--> <OPTION value="<!--#var action-->"><!--#var name-->
<!--#/in all_meta_types--> <!--#/in all_meta_types-->
</SELECT><BR> </SELECT>
<INPUT TYPE="SUBMIT" VALUE=" Add "> <NOSCRIPT><INPUT TYPE="SUBMIT" VALUE=" Add "></NOSCRIPT>
</FORM> </FORM>
</TD> </TD>
</TR> </TR>
......
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