mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
post merge cleanup
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
<!-- _____________ xml interface _____________ -->
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
|
@@ -66,7 +66,7 @@
|
||||
<li class="{% if feature == 'taskmanager' %}selected{% endif %}">
|
||||
<a target="right" href="/admin/task-manager/tasks/" class="ajax">
|
||||
<img src="/skins/admin/TaskManager.png" />
|
||||
{% trans 'admin::utilisateurs: gestionnaire de taches' %}
|
||||
<span>{% trans 'admin::utilisateurs: gestionnaire de taches' %}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user