From c3b7b797f51793825b5fa992635d951736df239a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jan 2010 11:28:57 +0300 Subject: add prototype of icon replacing control; misc tweaks --- modules/pref-feeds.php | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index e724125ec..85d1e3f7b 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -15,6 +15,13 @@ $quiet = $_REQUEST["quiet"]; $mode = $_REQUEST["mode"]; + if ($subop == "uploadicon") { + print ""; + return; + } + /* if ($subop == "massSubscribe") { $ids = split(",", db_escape_string($_REQUEST["ids"])); @@ -247,7 +254,7 @@ print ""; - + print ""; print "
".__("Update")."
"; @@ -389,6 +396,28 @@ print ""; + /* Icon */ + + print "
"; + +/* print "
".__("Icon")."
"; + print "
"; + + print ""; + + print "
+ + + + +
"; + + print "
"; */ + $title = htmlspecialchars($title, ENT_QUOTES); print "
@@ -1391,7 +1420,7 @@ print " "; */ - print ""; print "
"; -- cgit v1.2.3