diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-09-11 15:17:22 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-09-11 15:17:22 +0400 |
| commit | 59962a6ebd468cc61611097cf28f856968717a1b (patch) | |
| tree | dd76a9f65688bc75b3bab8345e2a7a84c90d2bf1 /plugins/updater | |
| parent | 4df07d50b11af9fdfb27ceff282f0a5ad2826794 (diff) | |
updater: add button to call updateself dialog even if no next version detected
Diffstat (limited to 'plugins/updater')
| -rw-r--r-- | plugins/updater/init.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/updater/init.php b/plugins/updater/init.php index 69d9b08b2..dc657e480 100644 --- a/plugins/updater/init.php +++ b/plugins/updater/init.php @@ -341,6 +341,10 @@ class Updater extends Plugin { } else { print_notice(__("Your Tiny Tiny RSS installation is up to date.")); + + print "<br/> <button dojoType=\"dijit.form.Button\" onclick=\"return updateSelf()\">". + __('Force update')."</button></p>"; + } print "</div>"; #pane |