Commit a17e375c authored by Jim Fulton's avatar Jim Fulton

Cleaned up UI

parent a34f18db
......@@ -17,19 +17,12 @@
</tr>
<tr>
<th align="LEFT" valign="TOP">
Name of new object type, which is the name that will appear in
the folder "add" list
</th>
<th align="LEFT" valign="TOP">Add list name</th>
<td align="LEFT" valign="TOP"><input type="TEXT" name="object_type"
size="40" value="<!--#var object_type-->"></td>
</tr>
<tr><th ALIGN="LEFT">
Select a method to begin the process of adding
new objects. This is the method that will be invoked when a
user adds a new object.
</th>
<tr><th ALIGN="LEFT">Method</th>
<td ALIGN="LEFT"><select name="initial">
<!--#in objectIds-->
<option
......@@ -42,4 +35,8 @@
</table></form>
The <strong>Method</strong> is the method that will be invoked when a
user adds a new object. This must be one of the objects in the
product, typically a Document.
</body></html>
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