mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix appearance of delete button
This commit is contained in:
parent
478c385d13
commit
4ed40bff78
|
@ -117,7 +117,7 @@ $(document).ready( function() {
|
|||
<?php echo createHiddenFieldWithKey('removerole'); ?>
|
||||
<input type="hidden" name="roleid" value="<?php echo $selrole->getID()?>">
|
||||
<input type="hidden" name="action" value="removerole">
|
||||
<?php $this->formSubmit('<i class="fa fa-remove"></i> '.getMLText('rm_role'),'','','neutral');?>
|
||||
<?php $this->formSubmit('<i class="fa fa-remove"></i> '.getMLText('rm_role'),'','','secondary');?>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user