Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/load_balancer_pool.php | ||
---|---|---|
106 | 106 |
<?php if ($input_errors) print_input_errors($input_errors); ?> |
107 | 107 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
108 | 108 |
<?php if (is_subsystem_dirty('loadbalancer')): ?><p> |
109 |
<?php print_info_box_np(sprintf(gettext("The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "<br>"));?><br>
|
|
109 |
<?php print_info_box_np(sprintf(gettext("The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "<br />"));?><br />
|
|
110 | 110 |
<?php endif; ?> |
111 | 111 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
112 | 112 |
<tr><td class="tabnavtbl"> |
... | ... | |
144 | 144 |
</td> |
145 | 145 |
</tr> |
146 | 146 |
<tr><td> |
147 |
<br/><span class="red"><strong><?=gettext("Hint:");?></strong></span><br/>
|
|
147 |
<br /><span class="red"><strong><?=gettext("Hint:");?></strong></span><br />
|
|
148 | 148 |
<?= sprintf(gettext("The Load Balancer in %s 2.0 is for server load balancing, not Multi-WAN. For load balancing or failover for multiple WANs, use "), $g['product_name']);?> |
149 | 149 |
<a href="/system_gateway_groups.php"><?= gettext("Gateway Groups"); ?></a> |
150 | 150 |
</td></tr> |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />