]> git.wh0rd.org - tt-rss.git/commitdiff
log viewer: add refresh button
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 17 Apr 2013 15:00:15 +0000 (19:00 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 17 Apr 2013 15:00:15 +0000 (19:00 +0400)
classes/pref/system.php

index 6d44fd2eac6426b4e959cbbe4c1716771dfa3805..23f5a43280d892c990a061eecc48f3d62b21005e 100644 (file)
@@ -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\">