diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-31 22:17:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-31 22:17:36 +0000 |
commit | 22f000ca41427344ccb26af95b8690ae77560334 (patch) | |
tree | e46d7a5403bbfade6785538434df26afc14a7761 | |
parent | 96f499bbb72c526bb31ec561adfcfd71a27b90d3 (diff) | |
download | pfsense-22f000ca41427344ccb26af95b8690ae77560334.zip pfsense-22f000ca41427344ccb26af95b8690ae77560334.tar.gz |
bold the NOTE: items
-rwxr-xr-x | usr/local/www/load_balancer_virtual_server_edit.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php index dc296b6..4c0894f 100755 --- a/usr/local/www/load_balancer_virtual_server_edit.php +++ b/usr/local/www/load_balancer_virtual_server_edit.php @@ -114,14 +114,14 @@ include("head.inc"); <td width="22%" valign="top" class="vncellreq">IP Address</td> <td width="78%" class="vtable" colspan="2"> <input name="ipaddr" type="text" <?if(isset($pconfig['ipaddr'])) echo "value=\"{$pconfig['ipaddr']}\"";?> size="16" maxlength="16"> - <br>NOTE: This is normally the WAN IP address that you would like the server to listen on. All connections to this IP/PORT will be forwarded to the pool cluster. + <br><b>NOTE:</b> This is normally the WAN IP address that you would like the server to listen on. All connections to this IP/PORT will be forwarded to the pool cluster. </td> </tr> <tr align="left"> <td width="22%" valign="top" class="vncellreq">Port</td> <td width="78%" class="vtable" colspan="2"> <input name="port" type="text" <?if(isset($pconfig['port'])) echo "value=\"{$pconfig['port']}\"";?> size="16" maxlength="16"> - <br>NOTE: This is the PORT that the clients will connect to. All connections to this port will be forwarded to the pool cluster. + <br><b>NOTE:</b> This is the PORT that the clients will connect to. All connections to this port will be forwarded to the pool cluster. </td> </tr> <tr align="left"> @@ -140,7 +140,7 @@ include("head.inc"); <td width="22%" valign="top" class="vncellreq">Pool Down Server</td> <td width="78%" class="vtable" colspan="2"> <input name="ipaddr" type="text" <?if(isset($pconfig['sitedown'])) echo "value=\"{$pconfig['sitedown']}\"";?> size="16" maxlength="16"> - <br>NOTE: This is the server that clients will be redirected to if *ALL* servers in the pool are offline. + <br><b>NOTE:</b> This is the server that clients will be redirected to if *ALL* servers in the pool are offline. </td> </tr> <tr align="left"> |