PropertyMappingDialogAddTemplate.html revision 620268d6c2c779a8b2c676f276680021144b532f
2N/A
2N/A<form action="" class="form center no-margin" method="post" onsubmit="return false" id="propertyAddForm" autocomplete="off">
2N/A <div id="Property_List">
2N/A <div class="field">
2N/A <fieldset>
2N/A <div class="field">
2N/A <label for="propertyList">{{t "templates.mapping.propertyAdd.listLabel"}}</label>
2N/A <input name="propertyList" value="" autocomplete="off"/>
2N/A <input type="submit" class="button" value="{{t "common.form.update"}}"/>
2N/A
2N/A <div class="validation-message"></div>
2N/A </div>
2N/A </fieldset>
2N/A </div>
2N/A </div>
2N/A</form>
2N/A