124316 - page proxy icon needs a tooltip. r=hewitt sr=ben a=asa
git-svn-id: svn://10.0.0.236/trunk@115384 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b95b10fb11
commit
34a29da01f
@ -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"
|
||||
|
||||
@ -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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user