mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
post merge cleanup
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<!-- _____________ xml interface _____________ -->
|
<!-- _____________ xml interface _____________ -->
|
||||||
<div id="taskXmlTab">
|
<div id="taskXmlTab">
|
||||||
<form action="./task2utils.php" onsubmit="return(false);" name="fxml" method="post">
|
<form onsubmit="return(false);" name="fxml" method="post">
|
||||||
<textarea nowrap id="txtareaxml" style="white-space:pre; width:100%; height:250px" name="txtareaxml" >{{task.getSettings()}}</textarea>
|
<textarea nowrap id="txtareaxml" style="white-space:pre; width:100%; height:250px" name="txtareaxml" >{{task.getSettings()}}</textarea>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -66,7 +66,7 @@
|
|||||||
<li class="{% if feature == 'taskmanager' %}selected{% endif %}">
|
<li class="{% if feature == 'taskmanager' %}selected{% endif %}">
|
||||||
<a target="right" href="/admin/task-manager/tasks/" class="ajax">
|
<a target="right" href="/admin/task-manager/tasks/" class="ajax">
|
||||||
<img src="/skins/admin/TaskManager.png" />
|
<img src="/skins/admin/TaskManager.png" />
|
||||||
{% trans 'admin::utilisateurs: gestionnaire de taches' %}
|
<span>{% trans 'admin::utilisateurs: gestionnaire de taches' %}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user