mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 21:41:28 +00:00
disable dropdown-style subtoolbar for MSIE
This commit is contained in:
@@ -2742,7 +2742,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print '[' . $_SESSION["client.userAgent"] . ']';
|
if (!strstr($_SESSION["client.userAgent"], "MSIE")) {
|
||||||
|
|
||||||
print "<td class=\"headlineActions$rtl_cpart\">
|
print "<td class=\"headlineActions$rtl_cpart\">
|
||||||
<ul class=\"headlineDropdownMenu\">
|
<ul class=\"headlineDropdownMenu\">
|
||||||
@@ -2772,9 +2772,10 @@
|
|||||||
|
|
||||||
</td>";
|
</td>";
|
||||||
|
|
||||||
|
} else {
|
||||||
// old style subtoolbar:
|
// old style subtoolbar:
|
||||||
|
|
||||||
/* print "<td class=\"headlineActions$rtl_cpart\">".
|
print "<td class=\"headlineActions$rtl_cpart\">".
|
||||||
_('Select:')."
|
_('Select:')."
|
||||||
<a href=\"$sel_all_link\">All</a>,
|
<a href=\"$sel_all_link\">All</a>,
|
||||||
<a href=\"$sel_unread_link\">Unread</a>,
|
<a href=\"$sel_unread_link\">Unread</a>,
|
||||||
@@ -2786,7 +2787,9 @@
|
|||||||
_('Mark as read:')."
|
_('Mark as read:')."
|
||||||
<a href=\"#\" onclick=\"$catchup_page_link\">Page</a>,
|
<a href=\"#\" onclick=\"$catchup_page_link\">Page</a>,
|
||||||
<a href=\"#\" onclick=\"$catchup_feed_link\">Feed</a>";
|
<a href=\"#\" onclick=\"$catchup_feed_link\">Feed</a>";
|
||||||
print "</td>"; */
|
print "</td>";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if ($search && $feed_id >= 0 && get_pref($link, 'ENABLE_LABELS') && GLOBAL_ENABLE_LABELS) {
|
if ($search && $feed_id >= 0 && get_pref($link, 'ENABLE_LABELS') && GLOBAL_ENABLE_LABELS) {
|
||||||
print "<td class=\"headlineActions$rtl_cpart\">
|
print "<td class=\"headlineActions$rtl_cpart\">
|
||||||
|
|||||||
Reference in New Issue
Block a user