Dotclear


Ignore:
Timestamp:
04/09/13 09:08:48 (12 years ago)
Author:
Dsls <dsls@…>
Branch:
twig
Message:

Intermediate commit, needs to be better documented

  • introducing new dcListFetcher class for lists
  • Lists are now driving filters
  • forms tags are now defined in twig format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/default-templates/forms/form_layout.html.twig

    r1153 r1154  
    126126{% endblock endlabel %} 
    127127 
     128{%- block beginform -%} 
     129<form {% if class is not empty -%} class="{{class|join(' ')}}" {%- endif %} {% if id is not empty -%} id="{{id}}" {%- endif %} 
     130 method="{{method}}" action="{{action}}"> 
     131{%- endblock beginform -%} 
     132 
     133{% block endform -%} 
     134</form> 
     135{%- endblock endform %} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map