mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix #1509 Fix missing label for stories status edition
This commit is contained in:
@@ -115,7 +115,14 @@
|
|||||||
<tfoot>
|
<tfoot>
|
||||||
{% if nbStories > 0 %}
|
{% if nbStories > 0 %}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="6"><input type="checkbox" name="apply_to_children[{{ sbasId }}]"/></td>
|
<td colspan="6">
|
||||||
|
<input type="checkbox" name="apply_to_children[{{ sbasId }}]"/>
|
||||||
|
{% if nbStories == 1 %}
|
||||||
|
{% trans %}Apply status on stories children. {% endtrans %}
|
||||||
|
{% elseif nbStories > 0 %}
|
||||||
|
{% trans %}Apply status on story children.{% endtrans %}
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tfoot>
|
</tfoot>
|
||||||
|
Reference in New Issue
Block a user