mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix visible ckbox in the right side
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
<td><label for="tbranch">{% trans %}Thesaurus branch{% endtrans %}</label></td>
|
||||
<td>
|
||||
<input id="tbranch" type="text" value="<%= field.tbranch %>"/>
|
||||
<div style="display: inline-block;" <%= (field.tbranch == "") ? "class='generate-cterms hidden'" : "generate-cterms" %>>
|
||||
<div style="display: inline-block;">
|
||||
<label for="generate_cterms" class="checkbox">
|
||||
<input id="generate_cterms" type="checkbox" <%= field.generate_cterms ? "checked='checked'" : "" %> />
|
||||
{% trans %}Generate-cterms{% endtrans %}</label>
|
||||
|
Reference in New Issue
Block a user