Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit c898ee6

Browse files
committed
admin-panel: Major redesign - initial version
1 parent 84c6b70 commit c898ee6

File tree

15 files changed

+3365
-2825
lines changed

15 files changed

+3365
-2825
lines changed

admin/index.php

Lines changed: 226 additions & 210 deletions
Large diffs are not rendered by default.

config/config.inc.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@
9595
$config['index_style'] = 'modern';
9696
$config['font_size'] = '16px';
9797
$config['background_image'] = null;
98-
$config['background_admin'] = null;
99-
$config['background_chroma'] = null;
98+
$config['background_admin'] = 'url(../img/bg_bluegray.jpg)';
99+
$config['background_chroma'] = 'url(../img/bg.jpg)';
100100
$config['show_fork'] = true;
101101
$config['cups_button'] = false;
102102
$config['toggle_fs_button'] = false;
103103
$config['rounded_corners'] = false;
104104
$config['colors']['primary'] = '#0a6071';
105105
$config['colors']['secondary'] = '#214852';
106-
$config['colors']['font'] = '#79bad9';
106+
$config['colors']['font'] = '#000000';
107107
$config['colors']['button_font'] = '#ffffff';
108108
$config['colors']['start_font'] = '#ffffff';
109-
$config['colors']['panel'] = '#2d4157';
109+
$config['colors']['panel'] = '#c0c0c0';
110110
$config['colors']['hover_panel'] = '#446781';
111111
$config['colors']['border'] = '#eeeeee';
112112
$config['colors']['box'] = '#f8f9fc';
@@ -256,8 +256,8 @@
256256

257257
// R E S E T
258258
$config['reset_remove_images'] = true;
259-
$config['reset_remove_mailtxt'] = true;
260-
$config['reset_remove_config'] = true;
259+
$config['reset_remove_mailtxt'] = false;
260+
$config['reset_remove_config'] = false;
261261

262262

263263
// S Y N C T O U S B S T I C K

lib/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383
$config['preview']['killcmd'] = $cmds[$os]['preview']['killcmd'];
8484
$config['nodebin']['cmd'] = $cmds[$os]['nodebin']['cmd'];
8585

86+
$config['adminpanel_view_default'] = 'expert';
87+
8688
$config['collage_limit'] = 4;
8789

8890
$config['remotebuzzer_logfile'] = 'remotebuzzer_server.log';

0 commit comments

Comments
 (0)