disable dropdown-style subtoolbar for MSIE

master
Andrew Dolgov 18 years ago
parent 4220d6b037
commit 2dd2c13bf9

@ -2742,7 +2742,7 @@
}
print '[' . $_SESSION["client.userAgent"] . ']';
if (!strstr($_SESSION["client.userAgent"], "MSIE")) {
print "<td class=\"headlineActions$rtl_cpart\">
<ul class=\"headlineDropdownMenu\">
@ -2772,9 +2772,10 @@
</td>";
} else {
// old style subtoolbar:
/* print "<td class=\"headlineActions$rtl_cpart\">".
print "<td class=\"headlineActions$rtl_cpart\">".
_('Select:')."
<a href=\"$sel_all_link\">All</a>,
<a href=\"$sel_unread_link\">Unread</a>,
@ -2786,7 +2787,9 @@
_('Mark as read:')."
<a href=\"#\" onclick=\"$catchup_page_link\">Page</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) {
print "<td class=\"headlineActions$rtl_cpart\">

Loading…
Cancel
Save