зеркало из https://github.com/mozilla/pjs.git
bug 200439: last character typed in text field when creating new profile is not displayed in target location.
r=bryner, sr=jag, a=asa
This commit is contained in:
Родитель
63cd8e61d6
Коммит
a233b67bbe
|
@ -1,65 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- -->
|
||||
<!--
|
||||
|
||||
The contents of this file are subject to the Netscape Public License
|
||||
Version 1.0 (the "NPL"); you may not use this file except in
|
||||
compliance with the NPL. You may obtain a copy of the NPL at
|
||||
http://www.mozilla.org/NPL/
|
||||
|
||||
Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
for the specific language governing rights and limitations under the
|
||||
NPL.
|
||||
|
||||
The Initial Developer of this code under the NPL is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
Reserved.
|
||||
|
||||
-->
|
||||
|
||||
<!-- this is PAGE TWO of the Profile Creation Wizard -->
|
||||
|
||||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/profile/profile.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/profile/newProfile1_2.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE page SYSTEM "chrome://communicator/locale/profile/newProfile1_2.dtd" >
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="initFields();parent.wizardManager.onPageLoad('newProfile1_2');">
|
||||
|
||||
<stringbundle id="bundle_newProfile1_2"
|
||||
src="chrome://communicator/locale/profile/newProfile1_2.properties"/>
|
||||
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/profile/newProfile1_2.js"/>
|
||||
|
||||
<description>&pnl2.intro.text;</description>
|
||||
<description>&pnl2.pname.label;</description>
|
||||
|
||||
|
||||
<textbox id="ProfileName" value="&pnl2.defaultPName.label;" onkeypress="updateProfileName();"/>
|
||||
|
||||
<separator/>
|
||||
|
||||
<description>&pnl2.pdir.label;</description>
|
||||
|
||||
|
||||
<hbox id="dirbox">
|
||||
<hbox class="indent" style="overflow: auto;" flex="1">
|
||||
<description id="ProfileDir" flex="1"/>
|
||||
</hbox>
|
||||
<vbox valign="top">
|
||||
<button label="&button.choosefolder.label;" oncommand="chooseProfileFolder();"/>
|
||||
<button id="useDefault" label="&button.usedefault.label;" oncommand="setDisplayToDefaultFolder();" disabled="true"/>
|
||||
<button label="&langSelection.label;" oncommand="showLangDialog();"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<spacer flex="1"/>
|
||||
|
||||
<description id="finishtext">&pnl2.finish.text;</description>
|
||||
|
||||
<data id="ProfileLanguage" />
|
||||
<data id="ProfileRegion" />
|
||||
</page>
|
Загрузка…
Ссылка в новой задаче