diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 22:57:16 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 22:57:16 -0500 |
commit | 4f16a44b64888642de91c994b3da4dc9cc6ed89d (patch) | |
tree | 600a1bd0e399bf3863ecc0967f4734fcaf0464ce /config/haproxy/haproxy_global.php | |
parent | 3115a6de1c24a9084a1e13dd9b21587a679b21e1 (diff) | |
download | pfsense-packages-4f16a44b64888642de91c994b3da4dc9cc6ed89d.tar.gz pfsense-packages-4f16a44b64888642de91c994b3da4dc9cc6ed89d.tar.bz2 pfsense-packages-4f16a44b64888642de91c994b3da4dc9cc6ed89d.zip |
Use vncell
Diffstat (limited to 'config/haproxy/haproxy_global.php')
-rwxr-xr-x | config/haproxy/haproxy_global.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 0dfe6523..111d4b73 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -135,7 +135,10 @@ function enable_change(enable_change) { <div id="mainarea"> <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> - <td width="22%" valign="top" class="vtable"> </td> + <td colspan="2" valign="top" class="listtopic">General settings</td> + </tr> + <tr> + <td width="22%" valign="top" class="vncell"> </td> <td width="78%" class="vtable"> <input name="enable" type="checkbox" value="yes" <?php if ($pconfig['enable']) echo "checked"; ?> onClick="enable_change(false)"> <strong>Enable HAProxy</strong></td> @@ -197,7 +200,10 @@ function enable_change(enable_change) { </td> </tr> <tr> - <td width="22%" valign="top" class="vtable"> </td> + <td colspan="2" valign="top" class="listtopic">Configuration synchronization</td> + </tr> + <tr> + <td width="22%" valign="top" class="vncell"> </td> <td width="78%" class="vtable"> <input name="enablesync" type="checkbox" value="yes" <?php if ($pconfig['enablesync']) echo "checked"; ?>> <strong>Sync HAProxy configuration to backup CARP members via XMLRPC.</strong> |