mark primary button in the default password dialog
This commit is contained in:
parent
776fe4768b
commit
88d4324e32
|
@ -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();\">".
|
||||
|
|
Loading…
Reference in New Issue