mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
more changes for the "Choose..." button near the signature text area.
also, make the smtp server pane in the account wizard grey, like the rest of them.
This commit is contained in:
parent
f20b68b65b
commit
ef700385ba
@ -92,7 +92,7 @@
|
||||
</box>
|
||||
<box id="am-smtp.xul" flex="100%">
|
||||
<html:iframe src="chrome://messenger/content/am-smtp.xul" name="am-smtp.xul"
|
||||
style="border:none" flex="100%"/>
|
||||
style="border: none" flex="100%"/>
|
||||
</box>
|
||||
</deck>
|
||||
</tabcontrol>
|
||||
|
@ -4,8 +4,10 @@
|
||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/am-advanced.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
align="vertical">
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
flex="100%"
|
||||
class="dialog"
|
||||
align="vertical">
|
||||
|
||||
<html:div>&smtpServer.label;</html:div>
|
||||
<html:div>&smtpDesc.label;</html:div>
|
||||
|
@ -11,7 +11,8 @@
|
||||
<!ENTITY replyTo.label "Reply-to Address:">
|
||||
<!ENTITY organization.label "Organization:">
|
||||
<!ENTITY signature.label "Attach this signature">
|
||||
<!ENTITY editSignature.label "Edit...">
|
||||
<!ENTITY edit.label "Edit...">
|
||||
<!ENTITY choose.label "Choose...">
|
||||
<!-- LOCALIZATION NOTE (editVCard.label) : do not translate "vCard" in below line -->
|
||||
<!ENTITY editVCard.label "Edit vCard...">
|
||||
<!ENTITY sampleSig1.label "Sample Signature 1">
|
||||
|
@ -11,7 +11,8 @@
|
||||
<!ENTITY replyTo.label "Reply-to Address:">
|
||||
<!ENTITY organization.label "Organization:">
|
||||
<!ENTITY signature.label "Attach this signature">
|
||||
<!ENTITY editSignature.label "Edit...">
|
||||
<!ENTITY edit.label "Edit...">
|
||||
<!ENTITY choose.label "Choose...">
|
||||
<!-- LOCALIZATION NOTE (editVCard.label) : do not translate "vCard" in below line -->
|
||||
<!ENTITY editVCard.label "Edit vCard...">
|
||||
<!ENTITY sampleSig1.label "Sample Signature 1">
|
||||
|
Loading…
Reference in New Issue
Block a user