mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
minor fix, hide quickshell settings while disabled
This commit is contained in:
parent
bd1954ce38
commit
ad6ea431bf
@ -80,8 +80,9 @@ html_print_table($t);
|
||||
|
||||
echo '</fieldset>';
|
||||
|
||||
quickShellSettings();
|
||||
|
||||
if (function_exists('quickShellSettings') === true) {
|
||||
quickShellSettings();
|
||||
}
|
||||
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
html_print_submit_button(__('Update'), 'update_button', false, 'class="sub upd"');
|
||||
|
Loading…
x
Reference in New Issue
Block a user