mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Settings OpenPGP use <details>
This commit is contained in:
parent
9f125c18c3
commit
b06b04a579
2 changed files with 13 additions and 9 deletions
|
|
@ -10,6 +10,10 @@
|
|||
border: 0;
|
||||
border-bottom: 1px solid @dropdownDividerTop;
|
||||
}
|
||||
summary.legend {
|
||||
display: list-item;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-small.btn-small-small {
|
||||
font-size: 11px;
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
</div>
|
||||
<br />
|
||||
|
||||
<!-- ko if: canGnuPG -->
|
||||
<div class="legend">GnuPG</div>
|
||||
<details data-bind="if: canGnuPG">
|
||||
<summary class="legend">GnuPG</summary>
|
||||
<table class="table table-hover list-table">
|
||||
<tbody><tr><th colspan="4" data-i18n="SETTINGS_OPEN_PGP/TITLE_PRIVATE">Private keys</th></tr></tbody>
|
||||
<tbody data-bind="foreach: gnupgPrivateKeys, i18nUpdate: gnupgPrivateKeys">
|
||||
|
|
@ -62,10 +62,10 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- /ko -->
|
||||
</details>
|
||||
|
||||
<!-- ko if: canOpenPGP -->
|
||||
<div class="legend">OpenPGP.js</div>
|
||||
<details data-bind="if: canOpenPGP">
|
||||
<summary class="legend">OpenPGP.js</summary>
|
||||
<table class="table table-hover list-table">
|
||||
<tbody><tr><th colspan="4" data-i18n="SETTINGS_OPEN_PGP/TITLE_PRIVATE">Private keys</th></tr></tbody>
|
||||
<tbody data-bind="foreach: openpgpkeysPrivate, i18nUpdate: openpgpkeysPrivate">
|
||||
|
|
@ -106,9 +106,9 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- /ko -->
|
||||
</details>
|
||||
|
||||
<!-- ko if: canMailvelope -->
|
||||
<div class="legend">Mailvelope</div>
|
||||
<details data-bind="if: canMailvelope">
|
||||
<summary class="legend">Mailvelope</summary>
|
||||
<div id="mailvelope-settings" style="height:40em"></div>
|
||||
<!-- /ko -->
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue