mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Move string declaration to DTD.
This commit is contained in:
parent
293b334687
commit
f1f4356faa
@ -506,7 +506,7 @@ Contributor(s): ______________________________________. -->
|
|||||||
<spring flex="100%"/>
|
<spring flex="100%"/>
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
<titledbutton id="search-button" align="top" value="Search" onclick="OpenSearch('internet', document.getElementById('urlbar').value);" />
|
<titledbutton id="search-button" align="top" value="&searchButton.label;" onclick="OpenSearch('internet', document.getElementById('urlbar').value);" />
|
||||||
|
|
||||||
<titledbutton id="print-button" align="top" value="&printButton.label;"
|
<titledbutton id="print-button" align="top" value="&printButton.label;"
|
||||||
onclick="BrowserPrint()">
|
onclick="BrowserPrint()">
|
||||||
|
@ -242,6 +242,7 @@
|
|||||||
<!ENTITY forwardButton.label "Forward">
|
<!ENTITY forwardButton.label "Forward">
|
||||||
<!ENTITY reloadButton.label "Reload">
|
<!ENTITY reloadButton.label "Reload">
|
||||||
<!ENTITY stopButton.label "Stop">
|
<!ENTITY stopButton.label "Stop">
|
||||||
|
<!ENTITY searchButton.label "Search">
|
||||||
<!ENTITY printButton.label "Print">
|
<!ENTITY printButton.label "Print">
|
||||||
|
|
||||||
<!-- Toolbar items -->
|
<!-- Toolbar items -->
|
||||||
|
@ -506,7 +506,7 @@ Contributor(s): ______________________________________. -->
|
|||||||
<spring flex="100%"/>
|
<spring flex="100%"/>
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
<titledbutton id="search-button" align="top" value="Search" onclick="OpenSearch('internet', document.getElementById('urlbar').value);" />
|
<titledbutton id="search-button" align="top" value="&searchButton.label;" onclick="OpenSearch('internet', document.getElementById('urlbar').value);" />
|
||||||
|
|
||||||
<titledbutton id="print-button" align="top" value="&printButton.label;"
|
<titledbutton id="print-button" align="top" value="&printButton.label;"
|
||||||
onclick="BrowserPrint()">
|
onclick="BrowserPrint()">
|
||||||
|
@ -242,6 +242,7 @@
|
|||||||
<!ENTITY forwardButton.label "Forward">
|
<!ENTITY forwardButton.label "Forward">
|
||||||
<!ENTITY reloadButton.label "Reload">
|
<!ENTITY reloadButton.label "Reload">
|
||||||
<!ENTITY stopButton.label "Stop">
|
<!ENTITY stopButton.label "Stop">
|
||||||
|
<!ENTITY searchButton.label "Search">
|
||||||
<!ENTITY printButton.label "Print">
|
<!ENTITY printButton.label "Print">
|
||||||
|
|
||||||
<!-- Toolbar items -->
|
<!-- Toolbar items -->
|
||||||
|
Loading…
Reference in New Issue
Block a user