mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 08:16:44 +03:00
Improved some templates
This commit is contained in:
parent
bce9758338
commit
b01072e2e3
2 changed files with 2 additions and 1 deletions
|
|
@ -121,6 +121,7 @@
|
|||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||
data-bind="textInput: nameSuffix" data-i18n="[placeholder]CONTACTS/NAME_SUFFIX">
|
||||
</div>
|
||||
<hr>
|
||||
<div class="property-line" data-bind="visible: null != nickname()" data-i18n="[title]CONTACTS/ADD_MENU_NICKNAME">
|
||||
<span data-bind="text: nickname"></span>
|
||||
<input type="text"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<div class="textEmail" data-bind="text: email, visible: !id()"></div>
|
||||
<input name="Email" type="email" class="input-xlarge" autofocus=""
|
||||
autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||
data-bind="visible: id, value: email, attr: {required: id}">
|
||||
data-bind="visible: id, value: email, attr: {required: !!id()}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue