diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 21:04:55 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 21:04:55 +0000 |
commit | 99403e1a6b6cfcf289817533c57a2665b7675a98 (patch) | |
tree | 56f501522785929c052d224721b002040e484ae6 /packages | |
parent | 23170e14521ebbbccc8c9041ed43587d530da3c8 (diff) | |
download | pfsense-packages-99403e1a6b6cfcf289817533c57a2665b7675a98.tar.gz pfsense-packages-99403e1a6b6cfcf289817533c57a2665b7675a98.tar.bz2 pfsense-packages-99403e1a6b6cfcf289817533c57a2665b7675a98.zip |
Convert input box to button
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index 6befae65..55eaad2b 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -79,7 +79,7 @@ include("fbegin.inc"); <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> - <td colspan="5"><center><input name="disablecarp" value="Disable Carp Temporarily"></td> + <td colspan="5"><center><input type="button" name="disablecarp" value="Disable Carp Temporarily"></td> </tr> </tr> <tr> |