summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_monitor_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-16 15:35:09 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-16 15:35:09 -0400
commit791d1c591605e18b2be8325289d4c9281f8394be (patch)
treefc1b60c3404099f67cd20d18cd4421cc32d9eac8 /usr/local/www/load_balancer_monitor_edit.php
parent0b289dca5f952633c75af301d0eebba98907c6f5 (diff)
downloadpfsense-791d1c591605e18b2be8325289d4c9281f8394be.zip
pfsense-791d1c591605e18b2be8325289d4c9281f8394be.tar.gz
Move description line item underneath Name
Diffstat (limited to 'usr/local/www/load_balancer_monitor_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_monitor_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/load_balancer_monitor_edit.php b/usr/local/www/load_balancer_monitor_edit.php
index 596472e..7dbaa97 100755
--- a/usr/local/www/load_balancer_monitor_edit.php
+++ b/usr/local/www/load_balancer_monitor_edit.php
@@ -231,6 +231,12 @@ function updateType(t){
</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" class="vncellreq">Type</td>
<td width="78%" class="vtable" colspan="2">
<select id="type" name="type">
@@ -338,12 +344,6 @@ function updateType(t){
</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%">
<input name="Submit" type="submit" class="formbtn" value="Save"><input type="button" class="formbtn" value="Cancel" onclick="history.back()">
OpenPOWER on IntegriCloud