summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 13:24:26 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 13:24:26 -0500
commitc9679d8c1c130d8c7c218da982295b582c92147c (patch)
treee74dc31160f9e573fa5236e99f453b323371d74f /src/usr/local/www/services_igmpproxy.php
parent2ec8f0baec8a40912e7a8f5bf7f5f78e9e16c3b1 (diff)
downloadpfsense-c9679d8c1c130d8c7c218da982295b582c92147c.zip
pfsense-c9679d8c1c130d8c7c218da982295b582c92147c.tar.gz
Buttons converted to new deisgn
'X' button suppressed in info text box
Diffstat (limited to 'src/usr/local/www/services_igmpproxy.php')
-rw-r--r--src/usr/local/www/services_igmpproxy.php25
1 files changed, 15 insertions, 10 deletions
diff --git a/src/usr/local/www/services_igmpproxy.php b/src/usr/local/www/services_igmpproxy.php
index 606e7c7..5bc0bfe 100644
--- a/src/usr/local/www/services_igmpproxy.php
+++ b/src/usr/local/www/services_igmpproxy.php
@@ -160,17 +160,22 @@ endforeach;
</tbody>
</table>
</div>
-
- <nav class="action-buttons">
- <input id="submit" name="submit" type="submit" class="btn btn-primary" value="<?=gettext("Save")?>" />
- <a href="services_igmpproxy_edit.php" class="btn btn-success"><?=gettext('Add')?></a>
- </nav>
-
</form>
+<nav class="action-buttons" style="margin-top: 10px;">
+ <button id="submit" name="submit" type="submit" class="btn btn-primary btn-sm" value="<?=gettext("Save")?>">
+ <i class="fa fa-save" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext("Save")?>
+ </button>
+ <a href="services_igmpproxy_edit.php" class="btn btn-success btn-sm">
+ <i class="fa fa-plus" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext('Add')?>
+ </a>
+</nav>
+
+<div id="infoblock">
+<?=print_info_box(gettext('Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. ' .
+ 'Only one "upstream" interface can be configured.'), info)?>
+</div>
<?php
-
-print_info_box(gettext('Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. ' .
- 'Only one "upstream" interface can be configured.'));
-
include("foot.inc");
OpenPOWER on IntegriCloud