This commit is contained in:
the-djmaze 2024-08-06 17:50:43 +02:00
parent 3fb700f163
commit aa52d2e8f8
10 changed files with 39 additions and 30 deletions

View file

@ -14,12 +14,10 @@
<label data-i18n="SETTINGS_LABELS/GENERAL" for="tab-identity" role="tab" aria-selected="true" aria-controls="panel1" tabindex="0"></label>
<div class="form-horizontal tab-content" role="tabpanel" aria-hidden="false">
<div class="control-group">
<label data-i18n="POPUPS_IDENTITY/LABEL"></label>
<div>
<input name="Label" type="text" class="input-xlarge" autofocus=""
autocomplete="off" autocorrect="off" autocapitalize="off"
data-bind="value: label, hasfocus: $root.labelFocused">
</div>
<label data-i18n="GLOBAL/NAME"></label>
<input name="Name" type="text" class="input-xlarge"
autocomplete="off" autocorrect="off" autocapitalize="off"
data-bind="value: name, hasfocus: $root.nameFocused">
</div>
<div class="control-group">
<label data-i18n="GLOBAL/EMAIL"></label>
@ -31,10 +29,12 @@
</div>
</div>
<div class="control-group">
<label data-i18n="GLOBAL/NAME"></label>
<input name="Name" type="text" class="input-xlarge"
autocomplete="off" autocorrect="off" autocapitalize="off"
data-bind="value: name, hasfocus: $root.nameFocused">
<label data-i18n="POPUPS_IDENTITY/LABEL"></label>
<div>
<input name="Label" type="text" class="input-xlarge" autofocus=""
autocomplete="off" autocorrect="off" autocapitalize="off"
data-bind="value: label, hasfocus: $root.labelFocused">
</div>
</div>
</div>