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>
|
|
|
|
|
<div>
|
|
|
|
|
<paper-input type="text" id="txtPath" required="required" label="${LabelFolder}" style="display: inline-block;width:84%;"></paper-input>
|
|
|
|
|
<paper-icon-button id="btnSelectPath" icon="search"></paper-icon-button>
|
|
|
|
|
<div class="fieldDescription">${LabelAdditionalFoldersCanBeAddedHelp}</div>
|
|
|
|
|
</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>
|