mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:05:56 +00:00
mark primary button in the default password dialog
This commit is contained in:
@@ -196,7 +196,8 @@ class Dlg extends Handler_Protected {
|
||||
print_warning(__("You are using default tt-rss password. Please change it in the Preferences (Personal data / Authentication)."));
|
||||
|
||||
print "<footer class='text-center'>";
|
||||
print "<button dojoType='dijit.form.Button' onclick=\"document.location.href = 'prefs.php'\">".
|
||||
print "<button dojoType='dijit.form.Button' class='alt-primary'
|
||||
onclick=\"document.location.href = 'prefs.php'\">".
|
||||
__('Open Preferences')."</button> ";
|
||||
print "<button dojoType='dijit.form.Button'
|
||||
onclick=\"return dijit.byId('defaultPasswordDlg').hide();\">".
|
||||
|
||||
Reference in New Issue
Block a user