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
1 changed files with 4 additions and 0 deletions

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