diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-28 03:11:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-28 03:11:48 +0000 |
commit | eaa55df2db40c6ece293a3425c928b05beca37d5 (patch) | |
tree | 3fcd3775da725df562b300e2cf85d65bbd19d0fa /usr | |
parent | 390c8e72eb9b519462857ac308361f054187c72f (diff) | |
download | pfsense-eaa55df2db40c6ece293a3425c928b05beca37d5.zip pfsense-eaa55df2db40c6ece293a3425c928b05beca37d5.tar.gz |
Make Save and Cancel buttons the same size
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/pkg_edit.php | 2 |
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"> </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; ?> |