mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Fix layout of OpenPGP Generate Key popup
This commit is contained in:
parent
fe9ba68f41
commit
021ce48351
1 changed files with 5 additions and 5 deletions
|
|
@ -14,11 +14,6 @@
|
||||||
<input type="email" required="" class="input-xlarge"
|
<input type="email" required="" class="input-xlarge"
|
||||||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||||
list="emailaddresses" data-bind="value: email">
|
list="emailaddresses" data-bind="value: email">
|
||||||
<datalist id="emailaddresses">
|
|
||||||
<!-- ko foreach: identities -->
|
|
||||||
<option data-bind="attr:{value:email}"></option>
|
|
||||||
<!-- /ko -->
|
|
||||||
</datalist>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label data-i18n="GLOBAL/NAME"></label>
|
<label data-i18n="GLOBAL/NAME"></label>
|
||||||
|
|
@ -69,6 +64,11 @@
|
||||||
}
|
}
|
||||||
}"></div>
|
}"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<datalist id="emailaddresses">
|
||||||
|
<!-- ko foreach: identities -->
|
||||||
|
<option data-bind="attr:{value:email}"></option>
|
||||||
|
<!-- /ko -->
|
||||||
|
</datalist>
|
||||||
</form>
|
</form>
|
||||||
<footer>
|
<footer>
|
||||||
<button class="btn" form="openpgp-generate">
|
<button class="btn" form="openpgp-generate">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue