зеркало из https://github.com/mozilla/pjs.git
fix for bug #3812
throbber is not hard wired to go home. start some of the i18N work for this xul file
This commit is contained in:
Родитель
dd9ad5a990
Коммит
22cbb68c31
|
@ -2,11 +2,15 @@
|
||||||
<?xml-stylesheet href="xul.css" type="text/css"?>
|
<?xml-stylesheet href="xul.css" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE window>
|
<!DOCTYPE window
|
||||||
|
[
|
||||||
|
<!ENTITY mainWindow.title "Mozilla">
|
||||||
|
<!ENTITY throbber.url "http://www.mozilla.org">
|
||||||
|
]>
|
||||||
|
|
||||||
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
|
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
onload="Startup()" title="Mozilla">
|
onload="Startup()" title="&mainWindow.title;">
|
||||||
|
|
||||||
<html:script>
|
<html:script>
|
||||||
var appCore = null;
|
var appCore = null;
|
||||||
|
@ -833,7 +837,7 @@
|
||||||
<observes element="canPrint" attribute="disabled"/>
|
<observes element="canPrint" attribute="disabled"/>
|
||||||
</titledbutton>
|
</titledbutton>
|
||||||
|
|
||||||
<titledbutton id="Throbber" onclick="window.frames[0].frames[1].home()">
|
<titledbutton id="Throbber" onclick="window.frames[0].frames[1].location.href='&throbber.url;'">
|
||||||
<observes element="Browser:Throbber" attribute="busy"/>
|
<observes element="Browser:Throbber" attribute="busy"/>
|
||||||
</titledbutton>
|
</titledbutton>
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче