Commit fd6532a7 authored by Jim Fulton's avatar Jim Fulton

Added an option to turn off copy and paste.

parent 9f8624dc
...@@ -45,12 +45,14 @@ ...@@ -45,12 +45,14 @@
<TR> <TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="16"></TD> <TD ALIGN="LEFT" VALIGN="TOP" WIDTH="16"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<!--#unless dontAllowCopyAndPaste-->
<INPUT TYPE="SUBMIT" NAME="manage_renameForm:method" VALUE="Rename"> <INPUT TYPE="SUBMIT" NAME="manage_renameForm:method" VALUE="Rename">
<INPUT TYPE="SUBMIT" NAME="manage_cutObjects:method" VALUE="Cut"> <INPUT TYPE="SUBMIT" NAME="manage_cutObjects:method" VALUE="Cut">
<INPUT TYPE="SUBMIT" NAME="manage_copyObjects:method" VALUE="Copy"> <INPUT TYPE="SUBMIT" NAME="manage_copyObjects:method" VALUE="Copy">
<!--#if cb_dataValid--> <!--#if cb_dataValid-->
<INPUT TYPE="SUBMIT" NAME="manage_pasteObjects:method" VALUE="Paste"> <INPUT TYPE="SUBMIT" NAME="manage_pasteObjects:method" VALUE="Paste">
<!--#/if--> <!--#/if-->
<!--#/unless-->
<INPUT TYPE="SUBMIT" NAME="manage_delObjects:method" VALUE="Delete"> <INPUT TYPE="SUBMIT" NAME="manage_delObjects:method" VALUE="Delete">
<INPUT TYPE="SUBMIT" NAME="manage_importExportForm:method" VALUE="Export..."> <INPUT TYPE="SUBMIT" NAME="manage_importExportForm:method" VALUE="Export...">
</TD> </TD>
...@@ -62,9 +64,11 @@ ...@@ -62,9 +64,11 @@
<TD> <TD>
There are currently no items in <EM><!--#var title_or_id--></EM> There are currently no items in <EM><!--#var title_or_id--></EM>
<P> <P>
<!--#unless dontAllowCopyAndPaste-->
<!--#if cb_dataValid--> <!--#if cb_dataValid-->
<INPUT TYPE="SUBMIT" NAME="manage_pasteObjects:method" VALUE="Paste"> <INPUT TYPE="SUBMIT" NAME="manage_pasteObjects:method" VALUE="Paste">
<!--#/if--> <!--#/if-->
<!--#/unless-->
</TD> </TD>
</TABLE> </TABLE>
<!--#/if--> <!--#/if-->
......
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