From da497babda5b85504f3d0471751490c88f025b57 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Apr 2011 16:29:10 +0400 Subject: [PATCH] about dialog, UI tweaks --- modules/popup-dialog.php | 30 +++++++++++++++++++++ prefs.php | 53 +++++++++++++++--------------------- tt-rss.css | 58 ---------------------------------------- tt-rss.js | 10 +++++++ tt-rss.php | 3 +-- 5 files changed, 63 insertions(+), 91 deletions(-) diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 02459ba8..1f98edad 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -954,6 +954,36 @@ } + if ($id == "about") { + print ""; + print ""; + print "
"; + print ""; + print ""; + + print "

Tiny Riny RSS

+ Version ".VERSION." +

Copyright © 2005-".date('Y')." + Andrew Dolgov + and other contributors.

+

Licensed under GNU GPL version 2.

"; + + print "

+ Official site — + + Support the project.

"; + + print "
"; + + print "
"; + print ""; + print "
"; + } print ""; } diff --git a/prefs.php b/prefs.php index 41744357..5b70b2ca 100644 --- a/prefs.php +++ b/prefs.php @@ -1,12 +1,12 @@ - @@ -29,7 +29,7 @@ - + @@ -47,7 +47,7 @@ - +