mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:05:56 +00:00
updater: add button to call updateself dialog even if no next version detected
This commit is contained in:
@@ -341,6 +341,10 @@ class Updater extends Plugin {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
print_notice(__("Your Tiny Tiny RSS installation is up to date."));
|
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
|
print "</div>"; #pane
|
||||||
|
|||||||
Reference in New Issue
Block a user