Skip to content

Commit 01cec5b

Browse files
author
Marius Cramer
committed
- First part of layout change for 3.1
1 parent b553b2b commit 01cec5b

File tree

90 files changed

+2125
-2777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+2125
-2777
lines changed

interface/web/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
if (!empty($js_d_files)) $app->tpl->setLoop('js_d_includes', $js_d_files);
7878
unset($js_d_files);
7979

80+
$app->tpl->setVar('current_theme', isset($_SESSION['s']['theme']) ? $_SESSION['s']['theme'] : 'default');
81+
8082
$app->tpl_defaults();
8183
$app->tpl->pparse();
8284
?>

interface/web/js/scrigo.js.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ function onAfterContentLoad(url, data) {
102102
}
103103
}
104104
});
105-
$('.chosen-select').chosen({no_results_text: "<?php echo $wb['globalsearch_noresults_text_txt']; ?>", width: '300px'});
105+
/* TODO: find a better way! */
106+
//$('.chosen-select').chosen({no_results_text: "<?php echo $wb['globalsearch_noresults_text_txt']; ?>", width: '300px'});
106107
<?php
107108
}
108109
?>
@@ -418,7 +419,7 @@ function loadMenus() {
418419
},
419420
success: function(data, textStatus, jqXHR) {
420421
hideLoadIndicator();
421-
jQuery('#sideNav').html(jqXHR.responseText);
422+
jQuery('#sidebar').html(jqXHR.responseText);
422423
},
423424
error: function() {
424425
hideLoadIndicator();
@@ -435,7 +436,7 @@ function loadMenus() {
435436
},
436437
success: function(data, textStatus, jqXHR) {
437438
hideLoadIndicator();
438-
jQuery('#topNav').html(jqXHR.responseText);
439+
jQuery('#topnav-container').html(jqXHR.responseText);
439440
},
440441
error: function(o) {
441442
hideLoadIndicator();

interface/web/themes/default/CHANGELOG

Lines changed: 0 additions & 32 deletions
This file was deleted.

interface/web/themes/default/LICENSE

Lines changed: 0 additions & 9 deletions
This file was deleted.

interface/web/themes/default/TODO

Lines changed: 0 additions & 8 deletions
This file was deleted.
10.9 KB
Binary file not shown.

interface/web/themes/default/assets/fonts/ispconfig.svg

Lines changed: 25 additions & 0 deletions
Loading
10.7 KB
Binary file not shown.
7.1 KB
Binary file not shown.
2.23 KB
Loading

0 commit comments

Comments
 (0)