mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +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%"/>
|
||||
</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;"
|
||||
onclick="BrowserPrint()">
|
||||
|
@ -242,6 +242,7 @@
|
||||
<!ENTITY forwardButton.label "Forward">
|
||||
<!ENTITY reloadButton.label "Reload">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
<!ENTITY searchButton.label "Search">
|
||||
<!ENTITY printButton.label "Print">
|
||||
|
||||
<!-- Toolbar items -->
|
||||
|
@ -506,7 +506,7 @@ Contributor(s): ______________________________________. -->
|
||||
<spring flex="100%"/>
|
||||
</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;"
|
||||
onclick="BrowserPrint()">
|
||||
|
@ -242,6 +242,7 @@
|
||||
<!ENTITY forwardButton.label "Forward">
|
||||
<!ENTITY reloadButton.label "Reload">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
<!ENTITY searchButton.label "Search">
|
||||
<!ENTITY printButton.label "Print">
|
||||
|
||||
<!-- Toolbar items -->
|
||||
|
Loading…
Reference in New Issue
Block a user