You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
222 B

  1. <input id="field_{{ column_number }}_{{ ci - ci_offset }}"
  2. type="text"
  3. name="field_comments[{{ column_number }}]"
  4. size="12"
  5. maxlength="{{ max_length }}"
  6. value="{{ value|raw }}"
  7. class="textfield" />