Added basic book adding functionality

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI
2012-08-18 11:07:36 +02:00
parent acea821bdb
commit ebb0469ae1
8 changed files with 145 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{% form_theme form 'KekRozsakFrontBundle:Form:user_form.html.twig' %}
<div id="new-book-form-result">
<form method="POST" action="{{ path('KekRozsakFrontBundle_bookNew') }}" id="new-book-form">
<table>
{{ form_widget(form) }}
</table>
<button id="new-book-save-button" type="submit">Mentés</button>
</form>
</div>