1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

updater: add button to call updateself dialog even if no next version detected

This commit is contained in:
Andrew Dolgov 2013-09-11 15:17:22 +04:00
parent 4df07d50b1
commit 59962a6ebd

View File

@ -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