summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-28 03:11:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-28 03:11:48 +0000
commiteaa55df2db40c6ece293a3425c928b05beca37d5 (patch)
tree3fcd3775da725df562b300e2cf85d65bbd19d0fa /usr/local
parent390c8e72eb9b519462857ac308361f054187c72f (diff)
downloadpfsense-eaa55df2db40c6ece293a3425c928b05beca37d5.zip
pfsense-eaa55df2db40c6ece293a3425c928b05beca37d5.tar.gz
Make Save and Cancel buttons the same size
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/pkg_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index b92d135..018c2ba 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -499,7 +499,7 @@ if ($pkg['tabs'] <> "") {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="Submit" type="submit" class="formbtn" value="<?= $savevalue ?>"> <input type="button" value="cancel" onclick="history.back()">
+ <input name="Submit" type="submit" class="formbtn" value="<?= $savevalue ?>"> <input class="formbtn" type="button" value="cancel" onclick="history.back()">
<?php if (isset($id) && $a_pkg[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<?php endif; ?>
OpenPOWER on IntegriCloud