vjThemePlugin ================= The `vjThemePlugin` packages a new admin generator theme based on Doctrine's. It adds pagination and column name (+ sort links) before and after the list. The filters are now hide in default. A link propose to show/hide them (the file 'module.yml' is generated with the hide param). You need to have Doctrine activated to work correctly. Here are some screenshots : [list with filters off](http://www.ville-villejuif.fr/symfony/vjThemePlugin/images/vjThemePlugin1.gif), [list with filters on](http://www.ville-villejuif.fr/symfony/vjThemePlugin/images/vjThemePlugin2.gif), [more than 3 filters](http://www.ville-villejuif.fr/symfony/vjThemePlugin/images/vjThemePlugin3.gif) Installation ------------ * Download and install the plugin $ symfony plugin:install vjThemePlugin * Clear the cache $ symfony cache:clear * Publish the plugin's assets $ symfony plugin:publish-assets How to use it ? ------------- * Generate an admin generator module $ symfony --theme=admin_villejuif doctrine:generate-admin __OR__ * Change the theme inside your generator.yml theme: admin_villejuif __AND__ * Clear the cache $ symfony cache:clear TODO ----- * any idea, advice, other ? please email me :)