A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_overview_task.tpl
index 2f17b803b4f27b23a8dd102a3ced80225e0f55da..65f9f25676bd0f262cac6b6199513a75becb91c1 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="admin_task_title bottom">
                        <strong>{--ADMIN_TASK_OVERVIEW_HEADER--}</strong>
                                </td>
                        </tr>
                        <tr>
-                               <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_CLOSED_TASKS--}:</td>
+                               <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_YOUR_TASKS--}:</td>
                                <td align="center" class="admin_task_right switch_sw2 bottom">
-                                       <strong>$content[closed_tasks]</strong>
+                                       <strong>$content[your_tasks]</strong>
                                </td>
                        </tr>
                        <tr>
-                               <td align="right" class="admin_task_left switch_sw1 bottom">{--ADMIN_TASK_YOUR_TASKS--}:</td>
+                               <td align="right" class="admin_task_left switch_sw1 bottom">{--ADMIN_TASK_SOLVED_TASKS--}:</td>
                                <td align="center" class="admin_task_right switch_sw1 bottom">
-                                       <strong>$content[your_tasks]</strong>
+                                       <strong>$content[solved_tasks]</strong>
                                </td>
                        </tr>
                        <tr>
-                               <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_DELETED_TASKS--}:</td>
+                               <td align="right" class="admin_task_left switch_sw2 bottom">{--ADMIN_TASK_CLOSED_TASKS--}:</td>
                                <td align="center" class="admin_task_right switch_sw2 bottom">
-                                       <strong>$content[deleted_tasks]</strong>
+                                       <strong>$content[closed_tasks]</strong>
                                </td>
                        </tr>
                        <tr>
-                               <td align="right" class="admin_task_left switch_sw1">{--ADMIN_TASK_SOLVED_TASKS--}:</td>
+                               <td align="right" class="admin_task_left switch_sw1">{--ADMIN_TASK_DELETED_TASKS--}:</td>
                                <td align="center" class="admin_task_right switch_sw1">
-                                       <strong>$content[solved_tasks]</strong>
+                                       <strong>$content[deleted_tasks]</strong>
                                </td>
                        </tr>
                </table>