choice with other + some development tips

This commit is contained in:
2014-11-10 11:25:25 +01:00
parent f9be8e3412
commit 952d70f049
18 changed files with 466 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
{% extends '::base.html.twig' %}
{% block javascripts_head %}<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>{% endblock %}
{% block body -%}
{{ form(form) }}
{% endblock %}

View File

@@ -4,7 +4,6 @@
<h1>CustomField creation</h1>
{{ form(form) }}
<ul class="record_actions">
<li>
<a href="{{ path('customfield') }}">

View File

@@ -11,7 +11,7 @@
</tr>
<tr>
<th>Label</th>
<td>{{ entity.label }}</td>
<td>{{ entity.name(app.request.locale) }}</td>
</tr>
<tr>
<th>Type</th>