From 335147e572c8557751c0a035647a7ad729b43674 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 Feb 2019 10:48:56 +0300 Subject: dialogs: use semantic markup instead of dlgsec stuff continue unifying quoting style for html strings --- classes/feeds.php | 94 +++++++++++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 51 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index aac9b627f..a8908e519 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -645,18 +645,13 @@ class Feeds extends Handler_Protected { print_notice("Provided URL is a HTML page referencing multiple feeds, please select required feed from the dropdown menu below."); print "

"; - //print "

".__("Feed or site URL")."
"; - print "
"; - - print "
-
"; + print "
"; print "
"; - - print "
"; + print ""; + dojoType='dijit.form.ValidationTextBox' required='1' name='feed' id='feedDlg_feedUrl'>"; print ""; @@ -669,12 +664,11 @@ class Feeds extends Handler_Protected { print ""; - print ""; + print ""; print ''; + + '; print ""; - + + "; - print "
- "; + print "
"; + ".__('This feed requires authentication.').""; + print ""; - print "
- "; + print "
"; + print ""; if (!(defined('_DISABLE_FEED_BROWSER') && _DISABLE_FEED_BROWSER)) { - print ""; + print ""; } - print " -
"; + print ""; + print ""; print ""; - - //return; } function feedBrowser() { @@ -737,19 +730,19 @@ class Feeds extends Handler_Protected {
- - +
"; - print " "; print __("limit:"); - print " "; foreach (array(25, 50, 100, 200) as $l) { //$issel = ($l == $limit) ? "selected=\"1\"" : ""; @@ -766,10 +759,11 @@ class Feeds extends Handler_Protected { print make_feed_browser("", 25); print ""; - print "
- - -
"; + print ""; } @@ -781,18 +775,15 @@ class Feeds extends Handler_Protected { print "
"; - //print "
".__('Look for')."
"; - - print "
"; + print "
"; print "
"; - print "getFeedTitle($active_feed_id, $is_cat))."\" - required=\"1\" name=\"query\" type=\"search\" value=''>"; + required='1' name='query' type='search' value=''>"; print "
"; - if (DB_TYPE == "pgsql") { print "
"; print ""; @@ -801,18 +792,19 @@ class Feeds extends Handler_Protected { print "
"; } - print "
"; + print ""; - print "
"; + print "
"; if (count(PluginHost::getInstance()->get_hooks(PluginHost::HOOK_SEARCH)) == 0) { print ""; } - print " - -
"; + print " + "; + + print ""; print "
"; } -- cgit v1.2.3-54-g00ecf