mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Minor improvements to the preferences window.
Monotone-Parent: b456b18f292850c6fefa107c0ca59bded3a6e6a3 Monotone-Revision: 1fae890d6e269d7918982811c46400a4ff38745d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-11T19:53:45
This commit is contained in:
@@ -304,12 +304,12 @@
|
||||
<input const:name="serverName" const:id="serverName" type="text" const:value=""/></label>
|
||||
<label><var:string label:value="Port:"/>
|
||||
<input const:name="port" const:id="port" type="text" const:value=""/></label><br/>
|
||||
<var:string label:value="Encryption:"/>
|
||||
<label><input const:name="encryption" type="radio" const:value="none"/>
|
||||
<var:string label:value="None"/></label>
|
||||
<label><input const:name="encryption" type="radio" const:value="ssl"/>
|
||||
<var:string label:value="SSL"/></label>
|
||||
<label><input const:name="encryption" type="radio" const:value="tls"/>
|
||||
<label><var:string label:value="Encryption:"/>
|
||||
<input const:name="encryption" type="radio" const:value="none"/>
|
||||
<var:string label:value="None"/>
|
||||
<input const:name="encryption" type="radio" const:value="ssl"/>
|
||||
<var:string label:value="SSL"/>
|
||||
<input const:name="encryption" type="radio" const:value="tls"/>
|
||||
<var:string label:value="TLS"/></label><br/>
|
||||
<label><var:string label:value="User Name:"/>
|
||||
<input const:name="userName" const:id="userName" type="text" const:value=""/></label><br/>
|
||||
@@ -331,8 +331,8 @@
|
||||
<input const:name="email" const:id="email" type="text" const:value=""/></label><br/>
|
||||
<label><var:string label:value="Reply To Email:"/>
|
||||
<input const:name="replyTo" const:id="replyTo" type="text" const:value=""/></label><br/>
|
||||
<var:string label:value="Signature:"/>
|
||||
<span id="actSignature"><!--space --></span>
|
||||
<label><var:string label:value="Signature:"/>
|
||||
<span id="actSignature"><!--space --></span></label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset const:id="returnReceiptsInfo">
|
||||
|
||||
Reference in New Issue
Block a user