Bug 441063: Remove safebrowsing-urlbar-icon from browser.xul. r=gavin

This commit is contained in:
Jeremy Morton 2008-06-25 09:54:18 +01:00
Родитель a7bf8433b7
Коммит 7e2ce1fb3b
2 изменённых файлов: 7 добавлений и 14 удалений

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

@ -364,19 +364,14 @@
oncommand="return FeedHandler.subscribeToFeed(null, event);"
onclick="checkForMiddleClick(this, event);"/>
</button>
#ifdef MOZ_SAFE_BROWSING
<image id="safebrowsing-urlbar-icon" tooltiptext="&safeb.urlbaricon.tooltip;"
level="safe"
<image id="star-button"
class="urlbar-icon"
onclick="goDoCommand('safebrowsing-show-warning')"/>
#endif
<image id="star-button"
class="urlbar-icon"
onclick="PlacesStarButton.onClick(event);"/>
<image id="go-button" chromedir="&locale.dir;"
class="urlbar-icon"
tooltiptext="&goEndCap.tooltip;"
onclick="handleURLBarCommand(event);"/>
onclick="PlacesStarButton.onClick(event);"/>
<image id="go-button"
chromedir="&locale.dir;"
class="urlbar-icon"
tooltiptext="&goEndCap.tooltip;"
onclick="handleURLBarCommand(event);"/>
</hbox>
</textbox>
</toolbaritem>

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

@ -15,8 +15,6 @@
<!ENTITY safeb.palm.notforgery.label2 "This isn't a web forgery…">
<!ENTITY safeb.palm.report.label "Why was this site blocked?">
<!ENTITY safeb.urlbaricon.tooltip "This page might be dangerous; click for details.">
<!ENTITY safeb.blocked.malware.title "Reported Attack Site!">
<!-- Localization note (safeb.blocked.malware.shortDesc) - Please don't translate the contents of the <span id="malware_sitename"/> tag. It will be replaced at runtime with a domain name (e.g. www.badsite.com) -->
<!ENTITY safeb.blocked.malware.shortDesc "This web site at <span id='malware_sitename'/> has been reported as an attack site and has been blocked based on your security preferences.">