зеркало из https://github.com/mozilla/pjs.git
Bug 554957 - No hint of what each field does in the 'Add a new preference' feature [r=mark.finkle]
This commit is contained in:
Родитель
858a09b469
Коммит
59676cb89c
|
@ -77,8 +77,8 @@
|
|||
|
||||
<vbox id="editor" hidden="true">
|
||||
<hbox align="center">
|
||||
<textbox id="editor-name" flex="1"/>
|
||||
<setting id="editor-setting" onlabel="true" offlabel="false" flex="1"/>
|
||||
<textbox id="editor-name" emptytext="&addpref.name;" flex="1"/>
|
||||
<setting id="editor-setting" emptytext="&addpref.value;" onlabel="true" offlabel="false" flex="1"/>
|
||||
</hbox>
|
||||
<hbox id="editor-buttons">
|
||||
<button id="editor-cancel" label="&cancel.label;" oncommand="ViewConfig.close(false)"/>
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<!ENTITY empty.label "Search">
|
||||
<!ENTITY newpref.label "Add a new preference">
|
||||
<!ENTITY newpref.label "Add a New Preference">
|
||||
<!ENTITY addpref.name "Name">
|
||||
<!ENTITY addpref.value "Value">
|
||||
|
||||
<!ENTITY cancel.label "Cancel">
|
||||
<!ENTITY reset.label "Reset">
|
||||
|
|
|
@ -75,7 +75,7 @@ richlistitem .prefvalue {
|
|||
#editor-container > #editor > hbox > #editor-name,
|
||||
#editor-container > #editor > hbox > #editor-cancel,
|
||||
#editor-container > #editor > hbox > #editor-done {
|
||||
display: block;
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
#editor-container > #editor > hbox > #editor-reset {
|
||||
|
|
|
@ -75,7 +75,7 @@ richlistitem .prefvalue {
|
|||
#editor-container > #editor > hbox > #editor-name,
|
||||
#editor-container > #editor > hbox > #editor-cancel,
|
||||
#editor-container > #editor > hbox > #editor-done {
|
||||
display: block;
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
#editor-container > #editor > hbox > #editor-reset {
|
||||
|
|
Загрузка…
Ссылка в новой задаче