mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Resolve #1404
This commit is contained in:
parent
355f6158be
commit
8ab32816e2
6 changed files with 50 additions and 25 deletions
|
|
@ -52,29 +52,15 @@
|
|||
}"></div>
|
||||
</div>
|
||||
|
||||
<input type="radio" name="identitytabs" id="tab-identity-advanced">
|
||||
<label data-i18n="SETTINGS_FILTERS/ADVANCED" for="tab-identity-advanced" role="tab" aria-selected="false" aria-controls="panel3" tabindex="0"></label>
|
||||
<input type="radio" name="identitytabs" id="tab-identity-crypto">
|
||||
<label data-i18n="CONTACTS/TAB_CRYPTO" for="tab-identity-crypto" role="tab" aria-selected="false" aria-controls="panel3" tabindex="0"></label>
|
||||
<div class="form-horizontal tab-content" role="tabpanel" aria-hidden="false">
|
||||
<div class="control-group">
|
||||
<label data-i18n="GLOBAL/REPLY_TO"></label>
|
||||
<input name="ReplyTo" type="email" class="inputReplyTo input-xlarge"
|
||||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||
data-bind="value: replyTo">
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label data-i18n="GLOBAL/BCC"></label>
|
||||
<input name="Bcc" type="email" class="inputBcc input-xlarge"
|
||||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||
data-bind="value: bcc">
|
||||
</div>
|
||||
|
||||
<div class="legend" data-i18n="CONTACTS/TAB_CRYPTO"></div>
|
||||
<div data-bind="component: {
|
||||
name: 'Checkbox',
|
||||
params: {
|
||||
label: 'OPENPGP/LABEL_SIGN',
|
||||
value: pgpSign,
|
||||
name: 'PgpSign'
|
||||
name: 'pgpSign'
|
||||
}
|
||||
}"></div>
|
||||
<div data-bind="component: {
|
||||
|
|
@ -82,7 +68,7 @@
|
|||
params: {
|
||||
label: 'OPENPGP/LABEL_ENCRYPT',
|
||||
value: pgpEncrypt,
|
||||
name: 'PgpEncrypt'
|
||||
name: 'pgpEncrypt'
|
||||
}
|
||||
}"></div>
|
||||
<!--
|
||||
|
|
@ -97,6 +83,28 @@
|
|||
</div>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<input type="radio" name="identitytabs" id="tab-identity-advanced">
|
||||
<label data-i18n="SETTINGS_FILTERS/ADVANCED" for="tab-identity-advanced" role="tab" aria-selected="false" aria-controls="panel4" tabindex="0"></label>
|
||||
<div class="form-horizontal tab-content" role="tabpanel" aria-hidden="false">
|
||||
<div class="control-group">
|
||||
<label data-i18n="GLOBAL/REPLY_TO"></label>
|
||||
<input name="ReplyTo" type="email" class="inputReplyTo input-xlarge"
|
||||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||
data-bind="value: replyTo">
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label data-i18n="GLOBAL/BCC"></label>
|
||||
<input name="Bcc" type="email" class="inputBcc input-xlarge"
|
||||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||
data-bind="value: bcc">
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label data-i18n="FOLDER_LIST/SENT_NAME"></label>
|
||||
<select name="sentFolder" data-bind="options: $root.folderSelectList, value: sentFolder,
|
||||
optionsText: 'name', optionsValue: 'id', optionsAfterRender: $root.defaultOptionsAfterRender"></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue