CSS class to point the title of the attachments. See #733CSS class to point the title of the attachments. See #733CSS class to point the title of the attachments. See #733

- Legacy-Id: 8106
This commit is contained in:
Emilio A. Sánchez López 2014-07-18 17:08:50 +00:00
parent 574ee09f29
commit 95408eba95

View file

@ -20,7 +20,7 @@
{% for field in fieldset.fields %}
<div id="baseform-fieldname-{{ field.html_name }}"
class="{% if field.errors %}fieldError {% endif %}field BaseFormStringWidget{% if field.field.column_style %} {{ field.field.column_style }}{% endif %}">
class="{% if field.errors %}fieldError {% endif %}field BaseFormStringWidget {{ field.name }}Field {% if field.field.column_style %} {{ field.field.column_style }}{% endif %}">
<label for="id_{{ field.html_name }}">{{ field.label }}
{% if field.field.required %}
<span class="fieldRequired" title="Required">*</span>