updater: add button to call updateself dialog even if no next version detected
This commit is contained in:
parent
4df07d50b1
commit
59962a6ebd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue