vjThemePlugin - 1.0.1

Admin generator theme based on Doctrine's.

« Back to the Plugins Home

Signin


Forgot your password?
Create an account
Symfony Live 2010 Paris Conference

Tools

Stats

advanced search
Information Readme Releases Changelog Contribute
Show source

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, list with filters on, more than 3 filters

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 :)

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.