How to change the dashboard template to the new layout

266 views
Skip to first unread message

Maximilian Gross

unread,
Jul 12, 2014, 9:44:05 AM7/12/14
to sonat...@googlegroups.com
Hey,

i want to change the old dashboard layout of sonata admin to the new one. But everything i can find is about
customizing templates.

I want it to look like this.

I also tried to update the sonata-project via composer but it says it is up to date already. 
How is it possible to change the template to look like the one in the image above?

Thanks a lot.

Thomas Rabaix

unread,
Jul 14, 2014, 10:39:15 AM7/14/14
to sonat...@googlegroups.com
The image you refer to was a prototype which does not reflect the latest changes.

The new layout is available on http://demo.sonata-project.org/admin


--
You received this message because you are subscribed to the Google Groups "sonata-devs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonata-devs...@googlegroups.com.
To post to this group, send email to sonat...@googlegroups.com.
Visit this group at http://groups.google.com/group/sonata-devs.
For more options, visit https://groups.google.com/d/optout.



--
Thomas Rabaix
http://rabaix.net | http://sonata-project.org
Message has been deleted

Maximilian Gross

unread,
Jul 21, 2014, 5:59:11 AM7/21/14
to sonat...@googlegroups.com, tho...@rabaix.net

Maybe it was not the exact screenshot.

I'm looking for this:

Like seen at http://sonata-project.org/blog/2013/4/6/sonata-2-2-changes-what-s-new

And I've got this old layout i don't like:

This is my composer.json, i think the version numbers should be fine?

{
    "name": "symfony/framework-standard-edition",
    "license": "MIT",
    "type": "project",
    "description": "The \"Symfony Standard Edition\" distribution",
    "autoload": {
        "psr-0": { "": "src/" }
    },
    "require": {
        "php": ">=5.3.3",
        "symfony/symfony": "2.4.*",
        "doctrine/orm": ">=2.2.3,<2.4-dev",
        "doctrine/doctrine-bundle": "1.2.*",
        "twig/extensions": "1.0.*",
        "symfony/assetic-bundle": "2.3.*",
        "symfony/swiftmailer-bundle": "2.3.*",
        "symfony/monolog-bundle": "2.3.*",
        "sensio/distribution-bundle": "2.3.*",
        "sensio/framework-extra-bundle": "2.3.*",
        "sensio/generator-bundle": "2.3.*",
        "incenteev/composer-parameter-handler": "~2.0",
        "sonata-project/admin-bundle": "2.3.x-dev",
        "sonata-project/doctrine-orm-admin-bundle": "2.3.x-dev"
    },
    "scripts": {
        "post-install-cmd": [
            "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
        ],
        "post-update-cmd": [
            "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
        ]
    },
    "config": {
        "bin-dir": "bin"
    },
    "minimum-stability": "stable",
    "extra": {
        "symfony-app-dir": "app",
        "symfony-web-dir": "web",
        "incenteev-parameters": {
            "file": "app/config/parameters.yml"
        },
        "branch-alias": {
            "dev-master": "2.4-dev"
        }
    }
}



Cassiano Tartari

unread,
Jul 21, 2014, 8:44:07 AM7/21/14
to sonata-devs
Maximilian, look for version 2.2 for the layout that you want. The prints that you attached are the new version

        "sonata-project/cache-bundle": "~2.1",
        "sonata-project/admin-bundle": "~2.2",
        "sonata-project/doctrine-orm-admin-bundle": "~2.2",
        "sonata-project/block-bundle": "~2.2",
        "sonata-project/easy-extends-bundle": "~2.1",
        "sonata-project/doctrine-extensions": "~1",
        "sonata-project/intl-bundle": "~2.1",
        "sonata-project/user-bundle": "~2.2",
        "sonata-project/formatter-bundle": "~2.3",


Cassiano Valle Tartari
MSc. Computer Engineer

Tel: +55.48.84474818
Email: fal...@cassianotartari.eng.br
Site: http://www.cassianotartari.eng.br

QR Code


Reply all
Reply to author
Forward
0 new messages