1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

add a button to show release notes before updating; remove obsolete elements

This commit is contained in:
Andrew Dolgov
2013-03-25 21:47:38 +04:00
parent f4a2f12ad5
commit 2e828a4af6
3 changed files with 7 additions and 14 deletions

View File

@@ -598,7 +598,7 @@ class Dlg extends Handler_Protected {
print "<div style='text-align : center'>";
print "<button dojoType=\"dijit.form.Button\"
onclick=\"return window.open('$details')\">".__("Details")."</button>";
onclick=\"return window.open('$details')\">".__("See the release notes")."</button>";
print "<button dojoType=\"dijit.form.Button\"
onclick=\"return window.open('$download')\">".__("Download")."</button>";
print "<button dojoType=\"dijit.form.Button\"