Commit 49dc45d9 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) style/layout fixes in system_gateway_groups.php

parent 09f9ace8
...@@ -158,13 +158,13 @@ $( document ).ready(function() { ...@@ -158,13 +158,13 @@ $( document ).ready(function() {
} }
?> ?>
<section class="col-xs-12"> <section class="col-xs-12">
<div class="tab-content content-box col-xs-12">
<div class="container-fluid"> <div class="container-fluid">
<div class="tab-content content-box">
<form action="system_gateway_groups.php" method="post" name="iform" id="iform"> <form action="system_gateway_groups.php" method="post" name="iform" id="iform">
<input type="hidden" id="act" name="act" value="" /> <input type="hidden" id="act" name="act" value="" />
<input type="hidden" id="id" name="id" value="" /> <input type="hidden" id="id" name="id" value="" />
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-striped table-sort"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
<td><?=gettext("Group Name");?></td> <td><?=gettext("Group Name");?></td>
...@@ -208,11 +208,15 @@ $( document ).ready(function() { ...@@ -208,11 +208,15 @@ $( document ).ready(function() {
<?php $i++; <?php $i++;
endforeach; ?> endforeach; ?>
</tbody> </tbody>
</table> <tfoot>
</div> <tr class="hidden-xs">
<div class="hidden-xs"> <td colspan="5">
<b><?=gettext("Note:");?></b> <b><?=gettext("Note:");?></b>
<?=gettext("Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, or policy-based routing. Without rules directing traffic into the Gateway Groups, they will not be used.");?> <?=gettext("Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, or policy-based routing. Without rules directing traffic into the Gateway Groups, they will not be used.");?>
</td>
</tr>
</tfoot>
</table>
</div> </div>
</form> </form>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment