From ab05e53813834e3d3212af06f30b7d7e950e1a99 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Dec 2011 15:52:40 +0400 Subject: remove about dialog --- classes/dlg.php | 31 ------------------------------- index.php | 1 - js/tt-rss.js | 10 ---------- 3 files changed, 42 deletions(-) diff --git a/classes/dlg.php b/classes/dlg.php index 55f6ea726..f40348464 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -1013,37 +1013,6 @@ class Dlg extends Protected_Handler { } - function 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 "
"; - } - function addInstance() { print ""; print ""; diff --git a/index.php b/index.php index 25e3a5cb4..3096cd2cd 100644 --- a/index.php +++ b/index.php @@ -179,7 +179,6 @@
-
diff --git a/js/tt-rss.js b/js/tt-rss.js index 23349db63..0c6ae14e8 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -436,16 +436,6 @@ function quickMenuGo(opid) { } }); } - if (opid == "qmcAbout") { - dialog = new dijit.Dialog({ - title: __("About..."), - style: "width: 400px", - href: "backend.php?op=dlg&method=about", - }); - - dialog.show(); - } - } catch (e) { exception_error("quickMenuGo", e); } -- cgit v1.2.3