Address PR comment's

Fix tests
This commit is contained in:
Nicolas Le Goff
2013-05-27 18:19:44 +02:00
committed by Romain Neutron
parent 848413dead
commit b52e4ee8c0
30 changed files with 369 additions and 191 deletions

View File

@@ -120,7 +120,7 @@
</tr>
</table>
<div class="edit-form">
<h4>{% trans %}Advanced field parameters{% endtrans %}</h4>
<h4>{% trans %}Advanced field parameters{% endtrans %}</h4>
<table>
<tr>
<td><label for="tbranch">{% trans %}Thesaurus branch{% endtrans %}</label></td>
@@ -172,7 +172,7 @@
<td><input id="separator" type="text" value="<%= field.separator %>" /></td>
</tr>
</table>
<h4>{% trans %}Display & action settings{% endtrans %}</h4>
<h4>{% trans %}Display & action settings{% endtrans %}</h4>
<table>
<tr>
<td>
@@ -194,7 +194,7 @@
<td>
<label for="readonly" class="checkbox">
<input id="readonly" type="checkbox" <%= field.readonly ? "checked='checked'" : "" %> />
{% trans %}Read only{% endtrans %}
{% trans %}Read only{% endtrans %}
</label>
</td>
</tr>