summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-25 13:08:29 +0300
committerAndrew Dolgov <[email protected]>2020-01-25 13:08:29 +0300
commit88d4324e32eeacb49459bb7787f1545c2e85436d (patch)
tree00881c31258db86727c9866d81cc6485177800d4 /classes
parent776fe4768bc219481f58aac294a442359f0e9b0e (diff)
mark primary button in the default password dialog
Diffstat (limited to 'classes')
-rw-r--r--classes/dlg.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 0356ad3aa..8873a0cb9 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -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();\">".