summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-18 16:29:10 +0400
committerAndrew Dolgov <[email protected]>2011-04-18 16:46:52 +0400
commitda497babda5b85504f3d0471751490c88f025b57 (patch)
treec4750dfa3e47d32273bbd018171e2e055cd7f51e /modules
parentff9e70af47c26b99b122b1d3e841b9f90ddd9e2f (diff)
about dialog, UI tweaks
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 02459ba84..1f98edadb 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -954,6 +954,36 @@
}
+ if ($id == "about") {
+ print "<table width='100%'><tr><td align='center'>";
+ print "<img src=\"images/logo_big.png\">";
+ print "</td>";
+ print "<td width='70%'>";
+
+ print "<h1>Tiny Riny RSS</h1>
+ <strong>Version ".VERSION."</strong>
+ <p>Copyright &copy; 2005-".date('Y')."
+ <a target=\"_blank\" class=\"visibleLink\"
+ href=\"http://fakecake.org/\">Andrew Dolgov</a>
+ and other contributors.</p>
+ <p class=\"insensitive\">Licensed under GNU GPL version 2.</p>";
+
+ print "<p class=\"insensitive\">
+ <a class=\"visibleLink\" target=\"_blank\"
+ href=\"http://tt-rss.org/\">Official site</a> &mdash;
+ <a href=\"http://tt-rss.org/redmine/wiki/tt-rss/Donate\"
+ target=\"_blank\" class=\"visibleLink\">
+ Support the project.</a></p>";
+
+ print "</td></tr>";
+ print "</table>";
+
+ print "<div align='center'>";
+ print "<button dojoType=\"dijit.form.Button\"
+ type=\"submit\">".
+ __('Close this window')."</button>";
+ print "</div>";
+ }
print "</dlg>";
}