Move description line item under Name

This commit is contained in:
Scott Ullrich 2009-10-16 15:22:35 -04:00
parent 791a5dbe40
commit 45c20bbad6

View File

@ -407,6 +407,12 @@ document.observe("dom:loaded", function() {
<input name="name" type="text" <?if(isset($pconfig['name'])) echo "value=\"{$pconfig['name']}\"";?> size="16" maxlength="16">
</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Description</td>
<td width="78%" class="vtable" colspan="2">
<input name="desc" type="text" <?if(isset($pconfig['desc'])) echo "value=\"{$pconfig['desc']}\"";?>size="64">
</td>
</tr>
<!-- Protocol -->
<tr align="left" id="protocol_row">
<td width="22%" valign="top" class="vncellreq">Protocol</td>
@ -539,12 +545,6 @@ document.observe("dom:loaded", function() {
< XXX TODO -->
</td>
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Description</td>
<td width="78%" class="vtable" colspan="2">
<input name="desc" type="text" <?if(isset($pconfig['desc'])) echo "value=\"{$pconfig['desc']}\"";?>size="64">
</td>
</tr>
<tr align="left">
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">