Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/interfaces_assign.php | ||
---|---|---|
387 | 387 |
<form action="interfaces_assign.php" method="post" name="iform" id="iform"> |
388 | 388 |
|
389 | 389 |
<?php if (file_exists("/tmp/reload_interfaces")): ?><p> |
390 |
<?php print_info_box_np(gettext("The interface configuration has been changed.<br>You must apply the changes in order for them to take effect."));?><br/></p>
|
|
390 |
<?php print_info_box_np(gettext("The interface configuration has been changed.<br />You must apply the changes in order for them to take effect."));?><br /></p>
|
|
391 | 391 |
<?php elseif($savemsg): ?> |
392 | 392 |
<?php print_info_box($savemsg); ?> |
393 | 393 |
<?php endif; ?> |
... | ... | |
496 | 496 |
<?php endif; ?> |
497 | 497 |
</table> |
498 | 498 |
</div> |
499 |
<br/> |
|
499 |
<br />
|
|
500 | 500 |
<div id='savediv' <?php if (empty($_GET['act'])) echo "style='display:none;'"; ?>> |
501 |
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" /><br/><br/>
|
|
501 |
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save"); ?>" /><br /><br />
|
|
502 | 502 |
</div> |
503 | 503 |
<ul> |
504 | 504 |
<li><span class="vexpl"><?=gettext("Interfaces that are configured as members of a lagg(4) interface will not be shown."); ?></span></li> |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />