Fix 52385: non-localizable text in Page Info. r=timeless sr=alecf

This commit is contained in:
blakeross%telocity.com 2000-12-19 19:44:30 +00:00
Родитель 5725736981
Коммит 0e94dd876c
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -83,7 +83,7 @@
</box>
<box id="formtreecontainer" flex="1" orient="vertical" collapsed="true">
<text class="header label" value="Forms on this page"/>
<text class="header label" value="&pageInfo.formHeader;"/>
<tree id="forms_tree" class="inset" flex="1">
<treecolgroup>
<treecol flex="2"/>
@ -107,7 +107,7 @@
<box id="image_items" orient="vertical" flex="1" collapsed="true">
<box id="imagetreecontainer" flex="1" orient="vertical">
<text class="header label" value="Images on this page"/>
<text class="header label" value="&pageInfo.imageHeader;"/>
<tree id="images_tree" class="inset" onselect="onImageSelect()" flex="1">
<treecolgroup>
<treecol flex="8"/>

Просмотреть файл

@ -13,10 +13,12 @@
<!ENTITY pageInfo.URL "URL:">
<!ENTITY pageInfo.lastModified "Last Modified:">
<!ENTITY pageInfo.formHeader "Forms on this page">
<!ENTITY pageInfo.formAction "Form Action">
<!ENTITY pageInfo.formMethod "Method">
<!ENTITY pageInfo.formName "Name">
<!ENTITY pageInfo.imageHeader "Images on this page">
<!ENTITY pageInfo.imageURL "Image URL">
<!ENTITY pageInfo.imageWidth "Width">
<!ENTITY pageInfo.imageHeight "Height">