backing out 94836, since it did not have UI review.

This commit is contained in:
hyatt%netscape.com 2001-09-25 22:21:47 +00:00
Родитель c2bc6ca34d
Коммит 656bc44983
4 изменённых файлов: 27 добавлений и 32 удалений

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

@ -35,8 +35,8 @@
<!ENTITY openFileCmd.label "Open File...">
<!ENTITY fileopen.accesskey "o">
<!ENTITY fileopen.keybinding "o">
<!ENTITY openremoteCmd.label "Open Address...">
<!ENTITY fileopenremote.accesskey "r">
<!ENTITY openremoteCmd.label "Open Web Location...">
<!ENTITY fileopenremote.accesskey "l">
<!ENTITY fileopenremote.keybinding "l">
<!ENTITY fileRecentMenu.label "Recent Pages">
<!ENTITY filerecentmenu.accesskey "r">

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

@ -18,8 +18,8 @@
<!ENTITY tabCmd.label "Navigator Tab">
<!ENTITY tabCmd.accesskey "t">
<!ENTITY tabCmd.commandkey "t">
<!ENTITY openCmd.label "Open Address...">
<!ENTITY openCmd.accesskey "r">
<!ENTITY openCmd.label "Open Web Location...">
<!ENTITY openCmd.accesskey "l">
<!ENTITY openCmd.commandkey "l">
<!ENTITY openFileCmd.label "Open File...">
<!ENTITY openFileCmd.accesskey "o">

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

@ -22,7 +22,6 @@
Contributor(s):
Ben Goodger <ben@netscape.com>
Michael Lowe <michael.lowe@bigfoot.com>
Håkan Waara <hwaara@chello.se>
-->
@ -41,7 +40,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&caption.label;"
onload="onLoad()"
style="width: 30em;"
style="width: 40em;"
class="dialog"
orient="vertical"
persist="screenX screenY"
@ -56,39 +55,39 @@
<keyset id="dialogKeys"/>
<hbox>
<separator orient="vertical" class="thin"/>
<vbox flex="1">
<html>&enter.label;</html>
<separator class="thin"/>
<hbox align="center">
<text class="label" for="dialog.input"
value="&address.label;" accesskey="&address.accesskey;"/>
<textbox id="dialog.input" flex="1" type="autocomplete"
searchSessions="history" timeout="50" maxrows="6" oninput="doEnabling();">
searchSessions="history" timeout="50" maxrows="6"
oninput="doEnabling();">
<menupopup id="ubhist-popup" class="autocomplete-history-popup"
popupalign="topleft" popupanchor="bottomleft"
onpopupshowing="createUBHistoryMenu(event.target);"
oncommand="useUBHistoryItem(event.target)"/>
</textbox>
<button label="&chooseFile.label;" accesskey="&chooseFile.accesskey;"
oncommand="onChooseFile();"/>
<button label="&chooseFile.label;" oncommand="onChooseFile();"/>
</hbox>
<separator class="thin"/>
<hbox flex="1" autostretch="never">
<text class="label" accesskey="&openWhere.accesskey;"
for="openAppList" value="&openWhere.label;"/>
<radiogroup orient="vertical" id="openAppList">
<radio value="0" group="openAppList" id="currentWindow" label="&topWindow.label;"/>
<radio value="1" group="openAppList" label="&newWindow.label;"/>
<radio value="2" group="openAppList" id="editWindow" label="&editNewWindow.label;"/>
</radiogroup>
<hbox align="center">
<text class="label" value="&openWhere.label;"/>
<menulist id="openAppList">
<menupopup>
<menuitem value="0" id="currentWindow" label="&topWindow.label;"/>
<menuitem value="1" label="&newWindow.label;"/>
<menuseparator/>
<menuitem value="2" id="editWindow" label="&editNewWindow.label;"/>
</menupopup>
</menulist>
<spring flex="1"/>
</hbox>
</vbox>
</hbox>
<separator class="thin"/>
<box valign="bottom" flex="1" autostretch="never">
<hbox flex="1" id="okCancelButtonsRight"/>
</box>
<separator/>
<hbox id="okCancelButtonsRight"/>
</window>

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

@ -1,15 +1,11 @@
<!-- extracted from content/openLocation.xul -->
<!ENTITY enter.label "Enter the address (URL) of the Web page, file, or resource that you want to open.">
<!ENTITY enter.label "Enter the web location (URL), or specify the local file you would like to open:">
<!ENTITY chooseFile.label "Choose File...">
<!ENTITY chooseFile.accesskey "o">
<!ENTITY address.label "Address:">
<!ENTITY address.accesskey "A">
<!ENTITY newWindow.label "New Navigator window">
<!ENTITY topWindow.label "Current Navigator window">
<!ENTITY editNewWindow.label "New Composer window for editing">
<!ENTITY editNewWindow.label "New Composer window">
<!ENTITY cancel.label "Cancel">
<!ENTITY caption.label "Open Address">
<!ENTITY caption.label "Open Web Location">
<!ENTITY openWhere.label "Open in:">
<!ENTITY openWhere.accesskey "i">
<!ENTITY example.label "Example: &vendorURL;">