Move string declaration to DTD.

This commit is contained in:
rjc%netscape.com 1999-09-07 07:31:51 +00:00
parent 293b334687
commit f1f4356faa
4 changed files with 4 additions and 2 deletions

View File

@ -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()">

View File

@ -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 -->

View File

@ -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()">

View File

@ -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 -->