post merge cleanup

This commit is contained in:
Romain Neutron
2012-09-19 15:39:59 +02:00
parent 70a3244431
commit 12bd132288
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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 %}