summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 12:40:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 12:40:03 -0500
commit2ec8f0baec8a40912e7a8f5bf7f5f78e9e16c3b1 (patch)
tree2d010222c2a3ce1b465b4bb9bbe9a898438c70f5 /src/usr/local/www/interfaces_vlan.php
parent09415b9e568f6f10d3f3b7e5c153109e869fc69f (diff)
downloadpfsense-2ec8f0baec8a40912e7a8f5bf7f5f78e9e16c3b1.zip
pfsense-2ec8f0baec8a40912e7a8f5bf7f5f78e9e16c3b1.tar.gz
Buttons update to new design:wq
Diffstat (limited to 'src/usr/local/www/interfaces_vlan.php')
-rw-r--r--src/usr/local/www/interfaces_vlan.php17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/usr/local/www/interfaces_vlan.php b/src/usr/local/www/interfaces_vlan.php
index 703505c..ac65ede 100644
--- a/src/usr/local/www/interfaces_vlan.php
+++ b/src/usr/local/www/interfaces_vlan.php
@@ -129,10 +129,6 @@ $tab_array[] = array(gettext("Bridges"), false, "interfaces_bridge.php");
$tab_array[] = array(gettext("LAGG"), false, "interfaces_lagg.php");
display_top_tabs($tab_array);
-print_info_box(sprintf(gettext('NOTE: Not all drivers/NICs support 802.1Q '.
- 'VLAN tagging properly. <br />On cards that do not explicitly support it, VLAN '.
- 'tagging will still work, but the reduced MTU may cause problems.<br />See the '.
- '%s handbook for information on supported cards.'),$g['product_name']));
?>
<form action="interfaces_vlan.php" method="post">
<input id="act" type="hidden" name="act" value="" />
@@ -166,12 +162,21 @@ print_info_box(sprintf(gettext('NOTE: Not all drivers/NICs support 802.1Q '.
}
?>
</table>
- <nav class="action-buttons">
- <a class="btn btn-success" role="button" href="interfaces_vlan_edit.php"><?=gettext('Add VLAN'); ?></a>
+ <nav class="action-buttons" style="margin-top: 10px;">
+ <a class="btn btn-success btn-sm" role="button" href="interfaces_vlan_edit.php">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext('Add'); ?>
+ </a>
</nav>
</div>
</form>
+<div id="infoblock">
+ <?=print_info_box(sprintf(gettext('NOTE: Not all drivers/NICs support 802.1Q '.
+ 'VLAN tagging properly. <br />On cards that do not explicitly support it, VLAN '.
+ 'tagging will still work, but the reduced MTU may cause problems.<br />See the '.
+ '%s handbook for information on supported cards.'),$g['product_name']), info)?>
+</div>
<script>
//<![CDATA[
events.push(function(){
OpenPOWER on IntegriCloud