bug 368761: "Report Web Forgery..." in the Help menu should be smarter

patch: swap help menu item based on context
r=bryner
This commit is contained in:
tony%ponderer.org 2007-11-07 05:12:24 +00:00
Родитель a66a4eef62
Коммит c08808bde6
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1334,10 +1334,19 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
visibility: collapse;
}
/* ::::: Help menu items ::::: */
#checkForUpdates[loading="true"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
}
#helpMenu[phishLevel="safe"] #menu_HelpPopup_reportPhishingErrortoolmenu {
display: none;
}
#helpMenu[phishLevel="warn"] #menu_HelpPopup_reportPhishingtoolmenu {
display: none;
}
%ifdef MOZ_PLACES_BOOKMARKS
#places-bookmark {
list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png");