Commit a17e375c authored by Jim Fulton's avatar Jim Fulton

Cleaned up UI

parent a34f18db
...@@ -17,19 +17,12 @@ ...@@ -17,19 +17,12 @@
</tr> </tr>
<tr> <tr>
<th align="LEFT" valign="TOP"> <th align="LEFT" valign="TOP">Add list name</th>
Name of new object type, which is the name that will appear in
the folder "add" list
</th>
<td align="LEFT" valign="TOP"><input type="TEXT" name="object_type" <td align="LEFT" valign="TOP"><input type="TEXT" name="object_type"
size="40" value="<!--#var object_type-->"></td> size="40" value="<!--#var object_type-->"></td>
</tr> </tr>
<tr><th ALIGN="LEFT"> <tr><th ALIGN="LEFT">Method</th>
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>
<td ALIGN="LEFT"><select name="initial"> <td ALIGN="LEFT"><select name="initial">
<!--#in objectIds--> <!--#in objectIds-->
<option <option
...@@ -42,4 +35,8 @@ ...@@ -42,4 +35,8 @@
</table></form> </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> </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