Commit d9569b0f authored by Amos Latteier's avatar Amos Latteier

Added folder help to add form and rename form.

parent 65b7c283
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add Folder</H2> <H2>Add Folder</H2>
<dtml-var "HelpSys.HelpButton('Folder_Add.dtml')">
<P> <P>
A Folder contains other objects. Use Folders to organize your A Folder contains other objects. Use Folders to organize your
web objects in to logical groups. web objects in to logical groups.
......
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
<dtml-with expr="manage_CopyContainerFirstItem(REQUEST)"> <dtml-with expr="manage_CopyContainerFirstItem(REQUEST)">
<dtml-if cb_isMoveable> <dtml-if cb_isMoveable>
<H2>Rename <dtml-var meta_type></H2> <H2>Rename <dtml-var meta_type></H2>
<dtml-var "HelpSys.HelpButton('Folder_Rename.dtml')">
<P> <P>
<FORM ACTION="." METHOD="POST"> <FORM ACTION="." METHOD="POST">
<TABLE CELLSPACING="0"> <TABLE CELLSPACING="0">
......
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