1
0
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:
Andrew Dolgov
2018-12-06 13:04:39 +03:00
parent d99d04a2ae
commit 4aa11fe78d
2 changed files with 5 additions and 5 deletions

View File

@@ -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") {