Commit 34fd4f16 authored by Jim Fulton's avatar Jim Fulton

Made add part a bit more compact.

parent 8d073890
...@@ -79,7 +79,6 @@ To add a property, click the "Add..." button. ...@@ -79,7 +79,6 @@ To add a property, click the "Add..." button.
<!--#endif--> <!--#endif-->
</form> </form>
<hr>
<a name="addpropform"> <a name="addpropform">
<form action="<!--#var URL1-->/manage_addProperty" method="POST"> <form action="<!--#var URL1-->/manage_addProperty" method="POST">
<p> <p>
...@@ -89,37 +88,23 @@ button. ...@@ -89,37 +88,23 @@ button.
</p> </p>
<table> <table>
<tr> <tr>
<th align="left" valign="top">Id</th>
<td align="left" valign="top"><input type="text" name="id" size="20"></td>
<th align="left" valign="top">Type</th>
<td align="left" valign="top"> <td align="left" valign="top">
<strong>Id</strong> <select name="type">
</td> <!--#in propertyTypes mapping-->
<td align="left" valign="top"> <option <!--#var selected-->><!--#var id-->
<input type="text" name="id" size="20"> <!--#/in propertyTypes-->
</td> </select>
</tr>
<tr>
<td align="left" valign="top">
<strong>Type</strong>
</td>
<td align="left" valign="top">
<select name="type">
<!--#in propertyTypes mapping-->
<option <!--#var selected-->><!--#var id-->
<!--#/in propertyTypes-->
</select>
</td> </td>
</tr> </tr>
<tr> <tr>
<td align="left" valign="top"> <td align="left" valign="top">Value</th>
<strong>Value</strong> <td colspan=2 align="left" valign="top">
</td> <input type="text" name="value" size="30">
<td align="left" valign="top">
<input type="text" name="value" size="20">
</td>
</tr>
<tr>
<td align="left" valign="top">
</td> </td>
<td align="left" valign="top"> <td align="right" valign="top">
<input type="submit" value=" Add "> <input type="submit" value=" Add ">
</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