mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
parent
95f90f1088
commit
58a099e980
@ -436,7 +436,7 @@ $( document ).ready(function() {
|
||||
class="btn btn-default btn-xs" data-toggle="tooltip" title="<?= html_safe(gettext('Edit')) ?>">
|
||||
<span class="fa fa-pencil fa-fw"></span>
|
||||
</a>
|
||||
<?php if (isset($group['scope']) && $group['scope'] != 'system'): ?>
|
||||
<?php if (!isset($group['scope']) || $group['scope'] != 'system'): ?>
|
||||
<button type="button" class="btn btn-default btn-xs act-del-group"
|
||||
data-groupname="<?=$group['name'];?>"
|
||||
data-groupid="<?=$i?>" title="<?= html_safe(gettext('Delete')) ?>" data-toggle="tooltip">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user