From 01568557b5085e7943d196b919b46c94d6d04b5c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov <fox@madoka.volgo-balt.ru> Date: Wed, 17 Apr 2013 19:00:15 +0400 Subject: [PATCH] log viewer: add refresh button --- classes/pref/system.php | 3 +++ 1 file changed, 3 insertions(+) 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\"> -- GitLab