2016-05-13 11:28:05 -07:00
|
|
|
|
<div class="dialogHeader" style="margin:0 0 2em;">
|
2016-05-07 12:25:09 -07:00
|
|
|
|
<button is="paper-icon-button-light" class="btnCancel" tabindex="-1"><iron-icon icon="arrow-back"></iron-icon></button>
|
2016-02-08 12:34:44 -07:00
|
|
|
|
<div class="dialogHeaderTitle">
|
|
|
|
|
${ButtonEdit}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-02-08 22:45:33 -07:00
|
|
|
|
<form class="popupEditPersonForm" style="max-width: none;margin:0;">
|
2016-02-08 12:34:44 -07:00
|
|
|
|
|
|
|
|
|
<div>
|
2016-02-09 10:13:50 -07:00
|
|
|
|
<paper-input type="text" class="txtPersonName" required="required" label="${LabelName}"></paper-input>
|
2016-02-08 12:34:44 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<label for="selectPersonType" class="selectLabel">${LabelType}</label>
|
2016-02-09 10:13:50 -07:00
|
|
|
|
<select id="selectPersonType" class="selectPersonType" data-mini="true">
|
2016-02-08 12:34:44 -07:00
|
|
|
|
<option value=""></option>
|
|
|
|
|
<option value="Actor">${OptionActor}</option>
|
|
|
|
|
<option value="Composer">${OptionComposer}</option>
|
|
|
|
|
<option value="Director">${OptionDirector}</option>
|
|
|
|
|
<option value="GuestStar">${OptionGuestStar}</option>
|
|
|
|
|
<option value="Producer">${OptionProducer}</option>
|
|
|
|
|
<option value="Writer">${OptionWriter}</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-02-09 10:13:50 -07:00
|
|
|
|
<paper-input type="text" class="txtPersonRole" label="${LabelPersonRole}"></paper-input>
|
2016-02-08 12:34:44 -07:00
|
|
|
|
<div class="fieldDescription">${LabelPersonRoleHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2016-02-08 21:46:25 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonOk}</span></paper-button>
|
|
|
|
|
</button>
|
2016-02-08 12:34:44 -07:00
|
|
|
|
</form>
|