mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Move description line item under Name
This commit is contained in:
parent
791a5dbe40
commit
45c20bbad6
@ -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"> </td>
|
||||
<td width="78%">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user