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…
Reference in New Issue