From d2d753532485d2b02a70c382e17a3b796a927ee0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Nov 2010 13:13:34 +0300 Subject: add some more dijit Buttons --- modules/pref-feeds.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index d82cb3f0d..2923f3349 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1259,25 +1259,22 @@ print ""; - print "
"; print "
  - +
"; - print "
 "; - - print ""; print "

".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.'); print "

" . __("Note: Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds.") . "
" . "

"; - print " "; @@ -1312,7 +1309,7 @@ $bm_url = htmlspecialchars("javascript:{if(confirm('$confirm_str'.replace('%s',window.location.href)))window.location.href='$bm_subscribe_url'+window.location.href}"); - print "" . __('Subscribe in Tiny Tiny RSS'). ""; + print "" . __('Subscribe in Tiny Tiny RSS'). ""; print ""; #pane @@ -1323,10 +1320,10 @@ $rss_url = '-2::' . htmlspecialchars(get_self_url_prefix() . "/backend.php?op=rss&id=-2&view-mode=all_articles");; - print " "; - print " "; print ""; #pane -- cgit v1.2.3-54-g00ecf