Skip to content

Commit 4d6f913

Browse files
agent725Mateusz Zalega
authored and
Mateusz Zalega
committed
style adaptation for update notifications
1 parent 5e59e5e commit 4d6f913

15 files changed

+4
-1
lines changed

www/dist/css/flat-ui.css

100644100755
File mode changed.

www/dist/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ body {
5656
}
5757

5858
/* Notifications now converted and handled by client-side Javascript */
59+
.tile.update {
60+
display: none;
61+
}
5962
.tile.info {
6063
display: none;
6164
}

www/dist/css/vendor/bootstrap.min.css

100644100755
File mode changed.

www/dist/fonts/glyphicons/flat-ui-icons-regular.eot

100644100755
File mode changed.

www/dist/fonts/glyphicons/flat-ui-icons-regular.eot?

100644100755
File mode changed.

www/dist/fonts/glyphicons/flat-ui-icons-regular.svg

100644100755
File mode changed.

www/dist/fonts/glyphicons/flat-ui-icons-regular.ttf

100644100755
File mode changed.

www/dist/fonts/glyphicons/flat-ui-icons-regular.woff

100644100755
File mode changed.

www/dist/js/flat-ui.min.js

100644100755
File mode changed.

www/dist/js/vendor/jquery.min.js

100644100755
File mode changed.

www/docs/assets/js/application.js

100644100755
File mode changed.

www/img/favicon.png

100644100755
File mode changed.

www/img/load.gif

100644100755
File mode changed.

www/img/logo/logo-nak-square.png

100644100755
File mode changed.

www/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$action = $request->getAction();
1515

1616
$updater = new Updater();
17-
if ($cur_stage >= STAGE_ONLINE && $_SESSION['logged_in'] == 1 && $updater->updateAvailable()) {
17+
if ($cur_stage >= STAGE_ONLINE && $_SESSION['logged_in'] == 1 && $_SESSION['update_mode'] && $updater->updateAvailable()) {
1818
if ($controller != 'update') {
1919
$request->setController('update');
2020
$request->setAction('index');

0 commit comments

Comments
 (0)