mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
system_usermanager edit cancel button looks small
It looks smaller and different to the Save button. This makes it the same.
This commit is contained in:
parent
1626b5ad08
commit
f636bc1296
@ -880,7 +880,7 @@ function sshkeyClicked(obj) {
|
||||
<td width="22%" valign="top"> </td>
|
||||
<td width="78%">
|
||||
<input id="submit" name="save" type="submit" class="formbtn" value="<?=gettext("Save");?>" />
|
||||
<input type="button" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" />
|
||||
<input type="button" class="formbtn" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" />
|
||||
<?php if (isset($id) && $a_user[$id]): ?>
|
||||
<input name="id" type="hidden" value="<?=htmlspecialchars($id);?>" />
|
||||
<?php endif;?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user