Guest User

Untitled

a guest
Jan 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. <form id="catalog-field-form" action="/admin/ratings/field/update/id/1" method="post">
  2. <p class="note">Fields with <span class="required">*</span> are required.</p>
  3.  
  4.  
  5. <div class="row">
  6. <label for="CatalogField_field_code">Field Code</label> <input size="50" maxlength="50" name="CatalogField[field_code]" id="CatalogField_field_code" type="text" value="brewer"> </div>
  7.  
  8. <div class="row">
  9. <label for="CatalogField_backend_type">Backend Type</label> <select name="CatalogField[backend_type]" id="CatalogField_backend_type">
  10. <option value="varchar">Short Text</option>
  11. <option value="text">Long Text</option>
  12. <option value="int">Numeric</option>
  13. <option value="option" selected="selected">Selection</option>
  14. </select> </div>
  15.  
  16. <div class="row">
  17. <label for="CatalogField_visible">Visible</label> <input id="CatalogField_visible_0" value="1" checked="checked" type="radio" name="CatalogField[visible]"> <label for="CatalogField_visible_0">Yes</label><br>
  18. <input id="CatalogField_visible_1" value="0" type="radio" name="CatalogField[visible]"> <label for="CatalogField_visible_1">No</label> </div>
  19.  
  20. <div class="row">
  21. <label for="CatalogField_coefficient">Coefficient</label> <input name="CatalogField[coefficient]" id="CatalogField_coefficient" type="text" value="5"> </div>
  22.  
  23. <div class="options" style="display:block">
  24. <h3>Options</h3>
  25. <div class="row">
  26. <label for="CatalogOption_label">Label</label> <input name="CatalogOption[label][1]" id="CatalogOption_label_1" type="text" maxlength="100" value="Anheuser-Bush"> </div>
  27. <div class="row">
  28. <label for="CatalogOption_label">Label</label> <input name="CatalogOption[label][2]" id="CatalogOption_label_2" type="text" maxlength="100" value="New Holland"> </div>
  29. <a href="javascript:void(0)" class="add-option-button">Add New Option</a>
  30. </div>
  31.  
  32. <div class="row buttons">
  33. <input type="submit" name="yt0" value="Save"> </div>
  34.  
  35. </form>
Add Comment
Please, Sign In to add comment