mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Address PR comment's
Fix tests
This commit is contained in:

committed by
Romain Neutron

parent
848413dead
commit
b52e4ee8c0
@@ -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>
|
||||
|
Reference in New Issue
Block a user