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:
Phil Davis 2015-03-03 12:30:04 +05:45 committed by Renato Botelho
parent 1626b5ad08
commit f636bc1296

View File

@ -880,7 +880,7 @@ function sshkeyClicked(obj) {
<td width="22%" valign="top">&nbsp;</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;?>