mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Labels and such for signature file in preference dialog UI.
This commit is contained in:
parent
f2535a39f4
commit
bba30f2009
@ -31,15 +31,15 @@
|
||||
weightx="1" fill="horizontal" gridwidth="remainder"
|
||||
insets="[0,5,5,5]"/>
|
||||
|
||||
<label title="$mailDirectoryLabel"
|
||||
<label title="$signatureLabel"
|
||||
weightx="1" fill="horizontal" gridwidth="remainder"
|
||||
insets="[5,5,0,5]"/>
|
||||
|
||||
<input type="text" ID="mailDirectoryField" value="mailDirectoryField"
|
||||
<input type="text" ID="signatureField" value="signatureField"
|
||||
weightx="1" fill="horizontal" gridwidth="relative" columns="10"
|
||||
insets="[0,5,5,5]"/>
|
||||
|
||||
<input type="button" ID="chooseButton" command="chooseButton"
|
||||
<input type="button" ID="signatureButton" command="signatureButton"
|
||||
title="$chooseLabel"
|
||||
weightx="1" fill="horizontal" gridwidth="remainder"
|
||||
insets="[0,0,5,5]"/>
|
||||
|
@ -24,6 +24,7 @@ userPrefsLabel=User
|
||||
userNameLabel=Name:
|
||||
userOrganizationLabel=Organization:
|
||||
userEmailAddressLabel=E-mail Address:
|
||||
signatureLabel=Signature File:
|
||||
|
||||
mailServerPrefsLabel=Mail Server
|
||||
mailHostLabel=POP3 Server:
|
||||
|
Loading…
Reference in New Issue
Block a user