";
+
set_pref($link, "_PREFS_ACTIVE_TAB", "feedConfig");
$result = db_query($link, "SELECT COUNT(id) AS num_errors
@@ -976,6 +979,8 @@
$feed_search = $_SESSION["prefs_feed_search"];
}
+ print "
";
+
print "
"; # toolbar
+
$feeds_sort = db_escape_string($_REQUEST["sort"]);
if (!$feeds_sort || $feeds_sort == "undefined") {
@@ -1229,17 +1236,9 @@
}
- print "
".__('OPML')." ";
+ print ""; # feeds pane
-/* print "
-
";
-
- print " "; */
+ print "
";
print "
" . __("Using OPML you can export and import your feeds and Tiny Tiny RSS settings.");
@@ -1262,8 +1261,7 @@
";
print "
";
- print "
".
- __('Export OPML')." ";
+ print "
".__('Export OPML')." ";
print "
".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.');
@@ -1273,9 +1271,11 @@
__('Display URL')." ";
- if (strpos($_SERVER['HTTP_USER_AGENT'], "Firefox") !== false) {
-
- print "
" . __("Firefox Integration") . " ";
+ print "
"; # pane
+
+ if (true || strpos($_SERVER['HTTP_USER_AGENT'], "Firefox") !== false) {
+
+ print "
";
print "
" . __('This Tiny Tiny RSS site can be used as a Firefox Feed Reader by clicking the link below.') . "
";
@@ -1288,10 +1288,12 @@
"";
print "";
- }
- print "
".__("Subscribing via bookmarklet")." ";
+ print "
"; # pane
+ }
+ print "
";
+
print "
" . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "
";
$bm_subscribe_url = str_replace('%s', '', add_feed_url());
@@ -1302,7 +1304,9 @@
print "
" . __('Subscribe in Tiny Tiny RSS'). " ";
- print "
".__("Published articles")." ";
+ print "
"; #pane
+
+ print "
";
print "
".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the URL specified below.')."
";
@@ -1315,6 +1319,9 @@
print "
".
__('Clear all generated URLs')." ";
+ print "
"; #pane
+ print "
"; #container
+
}
function print_feed_browser($link, $search, $limit, $mode = 1) {
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index b50b0410f..d796d84e4 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -298,16 +298,17 @@
} else {
$filter_search = $_SESSION["prefs_filter_search"];
}
+
+ print "
";
+ print ""; #container
}
?>
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index ac25d01e1..e683ab615 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -150,7 +150,11 @@
$label_search = $_SESSION["prefs_label_search"];
}
- print "
+ print "
";
+ print ""; #pane
+ print "
";
if ($label_search) {
@@ -269,6 +273,9 @@
print "";
}
+
+ print "
"; #pane
+ print "
"; #container
}
function print_color_picker($id) {
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 2133715a2..18a336396 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -195,10 +195,12 @@
$_SESSION["prefs_op_result"] = "";
+ print "