mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 14:39:15 +00:00
set some alt-info buttons; fix missing default submit for create filter dialog
This commit is contained in:
@@ -542,7 +542,7 @@ class Pref_Prefs extends Handler_Protected {
|
||||
print_select($pref_name, $value, $timezones, 'dojoType="dijit.form.FilteringSelect"');
|
||||
} else if ($pref_name == "USER_STYLESHEET") {
|
||||
|
||||
print "<button dojoType=\"dijit.form.Button\"
|
||||
print "<button dojoType=\"dijit.form.Button\" class='alt-info'
|
||||
onclick=\"Helpers.customizeCSS()\">" . __('Customize') . "</button>";
|
||||
|
||||
} else if ($pref_name == "USER_CSS_THEME") {
|
||||
|
||||
Reference in New Issue
Block a user