1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 09:39:15 +00:00

disable themes in safe mode; rework safe mode warning/login prompt

This commit is contained in:
Andrew Dolgov
2021-02-11 21:19:57 +03:00
parent 74986d1ac6
commit 848bc57f29
6 changed files with 41 additions and 5 deletions

View File

@@ -202,6 +202,6 @@ class Dlg extends Handler_Protected {
print "<button dojoType='dijit.form.Button'
onclick=\"return dijit.byId('defaultPasswordDlg').hide();\">".
__('Close this window')."</button>";
print "</footeer>";
print "</footer>";
}
}