summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_lb_pool.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-04 13:52:13 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-04 13:52:13 -0500
commit782922c2ea2a8c403ab888292222328aa7adea0e (patch)
tree482d0c6ca90388d449fb75a6af6ee3afc53309cd /src/usr/local/www/status_lb_pool.php
parentc9679d8c1c130d8c7c218da982295b582c92147c (diff)
downloadpfsense-782922c2ea2a8c403ab888292222328aa7adea0e.zip
pfsense-782922c2ea2a8c403ab888292222328aa7adea0e.tar.gz
Buttons changed to new design
Diffstat (limited to 'src/usr/local/www/status_lb_pool.php')
-rw-r--r--src/usr/local/www/status_lb_pool.php22
1 files changed, 15 insertions, 7 deletions
diff --git a/src/usr/local/www/status_lb_pool.php b/src/usr/local/www/status_lb_pool.php
index c4407ae..2779b66 100644
--- a/src/usr/local/www/status_lb_pool.php
+++ b/src/usr/local/www/status_lb_pool.php
@@ -241,17 +241,25 @@ endforeach;
?>
</tbody>
</table>
+ </div>
+ </div>
+</form>
+
<?php
if($rowsprinted > 0) {
?>
<nav class="action-buttons">
- <input name="Submit" type="submit" class="btn btn-primary" value="<?= gettext("Save"); ?>" />
- <input name="Reset" type="reset" class="btn btn-danger" value="<?= gettext("Reset"); ?>" />
+ <button 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>
+
+ <button name="Reset" type="reset" class="btn btn-danger btn-sm" value="<?= gettext("Reset"); ?>">
+ <i class="fa fa-undo" style="font-size:15px; vertical-align: middle; margin-right: 6px;"></i>
+ <?=gettext("Reset")?>
+ </button>
</nav>
<?php
}
-?>
- </div>
- </div>
-</form>
-<?php include("foot.inc"); \ No newline at end of file
+
+include("foot.inc"); \ No newline at end of file
OpenPOWER on IntegriCloud