Commit 763f1fce authored by Ad Schellevis's avatar Ad Schellevis

(legacy) rearange buttons in firewall_nat_out.php

parent ccfa827d
...@@ -365,9 +365,7 @@ include("head.inc"); ...@@ -365,9 +365,7 @@ include("head.inc");
<th class="hidden-xs hidden-sm"><?=gettext("NAT Port");?></th> <th class="hidden-xs hidden-sm"><?=gettext("NAT Port");?></th>
<th><?=gettext("Static Port");?></th> <th><?=gettext("Static Port");?></th>
<th><?=gettext("Description");?></th> <th><?=gettext("Description");?></th>
<th> <th>&nbsp;</th>
<a href="firewall_nat_out_edit.php?after=-1" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -472,7 +470,6 @@ include("head.inc"); ...@@ -472,7 +470,6 @@ include("head.inc");
<?php <?php
endif; endif;
?> ?>
<a href="firewall_nat_out_edit.php" title="<?=gettext("add new mapping");?>" alt="add" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>
<?php <?php
if ($i == 0): if ($i == 0):
?> ?>
...@@ -486,6 +483,7 @@ include("head.inc"); ...@@ -486,6 +483,7 @@ include("head.inc");
<?php <?php
endif; endif;
?> ?>
<a href="firewall_nat_out_edit.php" title="<?=gettext("add new mapping");?>" alt="add" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
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