1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:45:56 +00:00

prefs: Prefs global -> Helpers

This commit is contained in:
Andrew Dolgov
2018-12-03 12:46:00 +03:00
parent b3bc638a9f
commit 4d4034091a
6 changed files with 21 additions and 22 deletions

View File

@@ -37,10 +37,10 @@ class Pref_System extends Handler_Protected {
LIMIT 100");
print "<button dojoType=\"dijit.form.Button\"
onclick=\"Prefs.updateEventLog()\">".__('Refresh')."</button> ";
onclick=\"Helpers.updateEventLog()\">".__('Refresh')."</button> ";
print "&nbsp;<button dojoType=\"dijit.form.Button\"
class=\"btn-danger\" onclick=\"Prefs.clearEventLog()\">".__('Clear')."</button> ";
class=\"btn-danger\" onclick=\"Helpers.clearEventLog()\">".__('Clear')."</button> ";
print "<p><table width=\"100%\" cellspacing=\"10\" class=\"prefErrorLog\">";