124316 - page proxy icon needs a tooltip. r=hewitt sr=ben a=asa

This commit is contained in:
blakeross%telocity.com 2002-02-27 00:34:01 +00:00
parent a33ed3d36b
commit 232e228626
2 changed files with 5 additions and 2 deletions

View File

@ -169,14 +169,16 @@ Contributor(s): ______________________________________. -->
onblur="URLBarBlurHandler(event);">
<deck id="page-proxy-deck">
<image id="page-proxy-button"
ondraggesture="PageProxyDragGesture(event);"/>
ondraggesture="PageProxyDragGesture(event);"
tooltiptext="&proxyIcon.tooltip;"/>
<image id="page-proxy-favicon" validate="never"
ondraggesture="PageProxyDragGesture(event);"
onload="this.parentNode.selectedIndex = 1;
event.stopPropagation();
event.preventBubble();
HandleBookmarkIcon(this.src, true);"
onerror="gBrowser.addToMissedIconCache(this.src); HandleBookmarkIcon(this.src, false);"/>
onerror="gBrowser.addToMissedIconCache(this.src); HandleBookmarkIcon(this.src, false);"
tooltiptext="&proxyIcon.tooltip;"/>
</deck>
<menupopup id="ubhist-popup" class="autocomplete-history-popup"

View File

@ -197,6 +197,7 @@
<!ENTITY throbber.tooltip "Go to the &vendorShortName; home page">
<!ENTITY locationBar.tooltip "Enter search term, keyword, or web address">
<!ENTITY proxyIcon.tooltip "Drag and drop this icon to create a link to this page">
<!ENTITY internetKeyword.tooltip "Return to previously viewed page or choose keyword">
<!-- Toolbar items -->