mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
revert selector theme
This commit is contained in:
parent
eea114e3d1
commit
f765493ce7
@ -218,7 +218,7 @@ $buttons['websocket_engine'] = [
|
|||||||
|
|
||||||
$buttons['external_tools'] = [
|
$buttons['external_tools'] = [
|
||||||
'active' => false,
|
'active' => false,
|
||||||
'text' => '<a href="'.ui_get_full_url('index.php?sec=gsetup&sec2=godmode/setup/setup§ion=external_tools').'">'.html_print_image('images/nettool.png', true, ['title' => __('External Tools')]).'</a>',
|
'text' => '<a href="'.ui_get_full_url('index.php?sec=gsetup&sec2=godmode/setup/setup§ion=external_tools').'">'.html_print_image('images/nettool.png', true, ['title' => __('External Tools'), 'class' => 'invert_filter']).'</a>',
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($config['activate_gis']) {
|
if ($config['activate_gis']) {
|
||||||
|
@ -131,6 +131,20 @@ $table_styles->style[0] = 'font-weight: bold;';
|
|||||||
$table_styles->size[0] = '50%';
|
$table_styles->size[0] = '50%';
|
||||||
$table_styles->data = [];
|
$table_styles->data = [];
|
||||||
|
|
||||||
|
|
||||||
|
$table_styles->data[$row][0] = __('Style template');
|
||||||
|
$table_styles->data[$row][1] = html_print_select(
|
||||||
|
themes_get_css(),
|
||||||
|
'style',
|
||||||
|
$config['style'].'.css',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
'',
|
||||||
|
true
|
||||||
|
);
|
||||||
|
$row++;
|
||||||
|
|
||||||
|
|
||||||
$table_styles->data[$row][0] = __('Status icon set');
|
$table_styles->data[$row][0] = __('Status icon set');
|
||||||
$iconsets['default'] = __('Colors');
|
$iconsets['default'] = __('Colors');
|
||||||
$iconsets['faces'] = __('Faces');
|
$iconsets['faces'] = __('Faces');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user