aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-17 20:10:11 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-17 20:10:11 -0500
commite229674b2f75f71cc13619ad58e4b4db61e2b218 (patch)
tree0e63538f923d066adb147c7e5148e1b16839f997
parentd0301611abd503ee932c83012594fccc974e8aab (diff)
downloadpfsense-packages-e229674b2f75f71cc13619ad58e4b4db61e2b218.tar.gz
pfsense-packages-e229674b2f75f71cc13619ad58e4b4db61e2b218.tar.bz2
pfsense-packages-e229674b2f75f71cc13619ad58e4b4db61e2b218.zip
Add <br/> formatting
-rwxr-xr-xconfig/haproxy/haproxy_global.php16
1 files changed, 11 insertions, 5 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php
index af159f58..95e6eb0b 100755
--- a/config/haproxy/haproxy_global.php
+++ b/config/haproxy/haproxy_global.php
@@ -198,33 +198,39 @@ function enable_change(enable_change) {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="enablesync" type="checkbox" value="yes" <?php if ($pconfig['enablesync']) echo "checked"; ?>>
- <strong>Sync XMLRPC configuration to backup CARP members</strong></td>
+ <br/>
+ <strong>Sync XMLRPC configuration to backup CARP members</strong>
+ </td>
</tr>
<tr>
- <td width="22%" valign="top" class="vtable">Synchronization password</td>
+ <td width="22%" valign="top" class="vncell">Synchronization password</td>
<td width="78%" class="vtable">
<input name="syncpassword" type="password" value="<?=$pconfig['syncpassword'];?>">
+ <br/>
<strong>Enter the password that will be used during configuration synchronization. This is generally the remote webConfigurator password.</strong>
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vtable">Sync host #1</td>
+ <td width="22%" valign="top" class="vncell">Sync host #1</td>
<td width="78%" class="vtable">
<input name="enablesync" value="<?=$pconfig['synchost1'];?>">
+ <br/>
<strong>Synchronize settings to this hosts IP address.</strong>
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vtable">Sync host #2</td>
+ <td width="22%" valign="top" class="vncell">Sync host #2</td>
<td width="78%" class="vtable">
<input name="enablesync" value="<?=$pconfig['synchost2'];?>">
+ <br/>
<strong>Synchronize settings to this hosts IP address.</strong>
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vtable">Sync host #3</td>
+ <td width="22%" valign="top" class="vncell">Sync host #3</td>
<td width="78%" class="vtable">
<input name="enablesync" value="<?=$pconfig['synchost3'];?>">
+ <br/>
<strong>Synchronize settings to this hosts IP address.</strong>
</td>
</tr>