]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Cleanup form
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 5 Mar 2016 19:04:19 +0000 (20:04 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 5 Mar 2016 19:04:19 +0000 (20:04 +0100)
commit2c2308b7830e24409c6f4a52b52a616803b1a515
tree7a4346147cbe5621230343cc4c99cab2e46350a3
parent5bf8f3f164aa95f844a3f4faaa19987a2ea39a99
Cleanup form

- Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !)
- Fix HTML syntax in client_parameters
- Add developer link in baggy menu
- Fix space between link in material footer
12 files changed:
src/Wallabag/CoreBundle/Controller/DeveloperController.php
src/Wallabag/CoreBundle/Form/Type/ClientType.php
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/client.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/client_parameters.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/howto_app.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/client.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/client_parameters.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/howto_app.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig