Bug 554957 - No hint of what each field does in the 'Add a new preference' feature [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2010-03-25 13:26:07 -04:00
parent 858a09b469
commit 59676cb89c
4 changed files with 7 additions and 5 deletions

View File

@ -77,8 +77,8 @@
<vbox id="editor" hidden="true"> <vbox id="editor" hidden="true">
<hbox align="center"> <hbox align="center">
<textbox id="editor-name" flex="1"/> <textbox id="editor-name" emptytext="&addpref.name;" flex="1"/>
<setting id="editor-setting" onlabel="true" offlabel="false" flex="1"/> <setting id="editor-setting" emptytext="&addpref.value;" onlabel="true" offlabel="false" flex="1"/>
</hbox> </hbox>
<hbox id="editor-buttons"> <hbox id="editor-buttons">
<button id="editor-cancel" label="&cancel.label;" oncommand="ViewConfig.close(false)"/> <button id="editor-cancel" label="&cancel.label;" oncommand="ViewConfig.close(false)"/>

View File

@ -1,5 +1,7 @@
<!ENTITY empty.label "Search"> <!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 cancel.label "Cancel">
<!ENTITY reset.label "Reset"> <!ENTITY reset.label "Reset">

View File

@ -75,7 +75,7 @@ richlistitem .prefvalue {
#editor-container > #editor > hbox > #editor-name, #editor-container > #editor > hbox > #editor-name,
#editor-container > #editor > hbox > #editor-cancel, #editor-container > #editor > hbox > #editor-cancel,
#editor-container > #editor > hbox > #editor-done { #editor-container > #editor > hbox > #editor-done {
display: block; display: -moz-box;
} }
#editor-container > #editor > hbox > #editor-reset { #editor-container > #editor > hbox > #editor-reset {

View File

@ -75,7 +75,7 @@ richlistitem .prefvalue {
#editor-container > #editor > hbox > #editor-name, #editor-container > #editor > hbox > #editor-name,
#editor-container > #editor > hbox > #editor-cancel, #editor-container > #editor > hbox > #editor-cancel,
#editor-container > #editor > hbox > #editor-done { #editor-container > #editor > hbox > #editor-done {
display: block; display: -moz-box;
} }
#editor-container > #editor > hbox > #editor-reset { #editor-container > #editor > hbox > #editor-reset {