2015-10-15 11:48:43 -07:00
|
|
|
|
<form style="max-width:100%;">
|
|
|
|
|
<br />
|
|
|
|
|
<div id="fldCollectionType">
|
|
|
|
|
<label for="selectCollectionType">${LabelContentType}</label>
|
|
|
|
|
<select id="selectCollectionType" data-mini="true" required="required"></select>
|
|
|
|
|
<div class="collectionTypeFieldDescription fieldDescription">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-10-15 19:06:44 -07:00
|
|
|
|
<div>
|
2015-10-15 21:46:41 -07:00
|
|
|
|
<paper-input type="text" id="txtValue" required="required" label="${LabelDisplayName}"></paper-input>
|
2015-10-15 19:06:44 -07:00
|
|
|
|
</div>
|
2015-10-25 22:29:32 -07:00
|
|
|
|
<br />
|
2015-10-15 19:06:44 -07:00
|
|
|
|
<div>
|
2015-10-25 22:29:32 -07:00
|
|
|
|
<h1 style="display:inline-block;vertical-align:middle;">${HeadersFolders}</h1>
|
|
|
|
|
<paper-button raised class="btnAddFolder submit mini" style="margin-left:1em;" title="${ButtonAdd}">
|
|
|
|
|
<iron-icon icon="add"></iron-icon>
|
|
|
|
|
<span>${ButtonAdd}</span>
|
|
|
|
|
</paper-button>
|
2015-10-15 19:06:44 -07:00
|
|
|
|
</div>
|
2015-10-25 22:29:32 -07:00
|
|
|
|
<div class="paperList folderList hide" style="padding: .7em 0;"></div>
|
|
|
|
|
|
2015-10-15 11:48:43 -07:00
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<button type="submit" class="clearButton" data-role="none">
|
|
|
|
|
<paper-button raised class="submit block">
|
|
|
|
|
<iron-icon icon="check"></iron-icon>
|
|
|
|
|
<span>${ButtonOk}</span>
|
|
|
|
|
</paper-button>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|