rework new library dialog

This commit is contained in:
Luke Pulverenti 2015-10-15 14:48:43 -04:00
parent 51638b966c
commit f2f50dd590
7 changed files with 177 additions and 131 deletions

View file

@ -0,0 +1,21 @@
<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>
<p>
<paper-input type="text" id="txtValue" required="required" label="${LabelName}"></paper-input>
</p>
<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>