fix appearance of delete button

This commit is contained in:
Uwe Steinmann 2024-04-23 18:26:56 +02:00
parent 478c385d13
commit 4ed40bff78

View File

@ -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
}