mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +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"
|
||||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||
list="emailaddresses" data-bind="value: email">
|
||||
<datalist id="emailaddresses">
|
||||
<!-- ko foreach: identities -->
|
||||
<option data-bind="attr:{value:email}"></option>
|
||||
<!-- /ko -->
|
||||
</datalist>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label data-i18n="GLOBAL/NAME"></label>
|
||||
|
|
@ -69,6 +64,11 @@
|
|||
}
|
||||
}"></div>
|
||||
</div>
|
||||
<datalist id="emailaddresses">
|
||||
<!-- ko foreach: identities -->
|
||||
<option data-bind="attr:{value:email}"></option>
|
||||
<!-- /ko -->
|
||||
</datalist>
|
||||
</form>
|
||||
<footer>
|
||||
<button class="btn" form="openpgp-generate">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue