summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 19:00:15 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 19:00:15 +0400
commit01568557b5085e7943d196b919b46c94d6d04b5c (patch)
tree302ff5a9d8d6308a3884f93ebe6e8adf2ec3a7b3 /classes/pref/system.php
parent4a70edea1a16f859a8c8df33b651a6454e80cbac (diff)
log viewer: add refresh button
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index 6d44fd2ea..23f5a4328 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -30,6 +30,9 @@ class Pref_System extends Handler_Protected {
ORDER BY ttrss_error_log.id DESC
LIMIT 100");
+ print "<button dojoType=\"dijit.form.Button\"
+ onclick=\"updateSystemList()\">".__('Refresh')."</button> ";
+
print "<p><table width=\"100%\" cellspacing=\"10\" class=\"prefErrorLog\">";
print "<tr class=\"title\">