mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Resolve #885
This commit is contained in:
parent
6666712bc9
commit
860b7701f3
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@
|
||||||
<form id="createfolderform" class="modal-body form-horizontal" autocomplete="off" spellcheck="false" data-bind="submit: submitForm">
|
<form id="createfolderform" class="modal-body form-horizontal" autocomplete="off" spellcheck="false" data-bind="submit: submitForm">
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label data-i18n="POPUPS_CREATE_FOLDER/LABEL_PARENT"></label>
|
<label data-i18n="POPUPS_CREATE_FOLDER/LABEL_PARENT"></label>
|
||||||
<select name="Parent" data-bind="options: parentFolderSelectList, value: selectedParentValue,
|
<select name="parent" data-bind="options: parentFolderSelectList, value: selectedParentValue,
|
||||||
optionsText: 'name', optionsValue: 'id', optionsAfterRender: defaultOptionsAfterRender"></select>
|
optionsText: 'name', optionsValue: 'id', optionsAfterRender: defaultOptionsAfterRender"></select>
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label data-i18n="GLOBAL/NAME"></label>
|
<label data-i18n="GLOBAL/NAME"></label>
|
||||||
<input name="Folder" type="text"
|
<input name="folder" type="text"
|
||||||
autofocus="" autocomplete="off" autocorrect="off" autocapitalize="off"
|
autofocus="" autocomplete="off" autocorrect="off" autocapitalize="off"
|
||||||
required="" pattern="^[^\\/]+$" data-bind="textInput: folderName">
|
required="" pattern="^[^\\/]+$" data-bind="textInput: folderName">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue