- Timestamp:
- 04/02/13 13:15:32 (12 years ago)
- Branch:
- twig
- Parents:
- 1152:fbd922f6ed09 (diff), 1138:11db80678704 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/default-templates/forms/form_layout.html.twig
r1152 r1153 57 57 <label for="{{name}}" class="classic"> 58 58 {% endif %} 59 <input type="checkbox" {{ block(' widget_attributes') }}{% if value is defined %} value="{{ value }}"{% endif %}{% if checked %} checked="checked"{% endif %} />59 <input type="checkbox" {{ block('field_attr') }}{% if value is defined %} value="{{ value }}"{% endif %}{% if checked %} checked="checked"{% endif %} /> 60 60 {% if label is not empty %} 61 61 {{ label }}</label>
Note: See TracChangeset
for help on using the changeset viewer.