jordillonch / CrudGeneratorBundle

This Symfony2 bundle aims to be the bundle that you are looking for create a nice CRUD with pagination, filter, translation and Twitter bootstrap 2.2.2 features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filters design in list view

acidjames opened this issue · comments

Hi,

I'm having problems displaying fields in the filters list view. It appears it is not using bootstrap ?

Here is what it looks like :

capture d cran 2014-03-27 16 40 25

This is my twig configuration :

# Twig Configuration
twig:
    debug:            "%kernel.debug%"
    strict_variables: "%kernel.debug%"
    form:
        resources:
            - LexikFormFilterBundle:Form:form_div_layout.html.twig

Thanks in advance,

Just add class="btn" to submit buttons, add form-inline or whatever to filter form