summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_lb_pool.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-08-11 12:01:43 -0400
committerjim-p <jimp@pfsense.org>2010-08-11 13:39:54 -0400
commitfaf207f1f738df8947c3d4d8c39c67b8c9dfd18f (patch)
treef84dff7c4bfbebb47589cfecd40cbab7b32b8392 /usr/local/www/status_lb_pool.php
parent8ebbae22e08147c24da6c7cad6fcb9315eb1291f (diff)
downloadpfsense-faf207f1f738df8947c3d4d8c39c67b8c9dfd18f.zip
pfsense-faf207f1f738df8947c3d4d8c39c67b8c9dfd18f.tar.gz
Add <form> tag, submit, and reset button here.
Diffstat (limited to 'usr/local/www/status_lb_pool.php')
-rwxr-xr-xusr/local/www/status_lb_pool.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/status_lb_pool.php b/usr/local/www/status_lb_pool.php
index 47eb31d..87fa4cf 100755
--- a/usr/local/www/status_lb_pool.php
+++ b/usr/local/www/status_lb_pool.php
@@ -77,6 +77,7 @@ foreach( (array) $relayctl as $line) {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<script src="/javascript/sorttable.js"></script>
<?php include("fbegin.inc"); ?>
+<form action="status_lb_pool.php" method="POST">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
@@ -213,10 +214,16 @@ foreach( (array) $relayctl as $line) {
$i++;
endforeach;
?>
+ <tr>
+ <td colspan="5">
+ <input name="Submit" type="submit" class="formbtn" value="<?= gettext("Save"); ?>">
+ <input name="Reset" type="reset" class="formbtn" value="<?= gettext("Reset"); ?>">
+ </td>
+ </tr>
</table>
</div>
</table>
-
+</form>
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud