]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_notify_emails_row.tpl
Adding of request parameters partialy finished
[mailer.git] / templates / de / html / admin / admin_list_notify_emails_row.tpl
index 88cefa6665c9ff86761a2d57937c576f91db232d..414c7c4673cc1e7cb6a64378ad7686657f87405c 100644 (file)
@@ -1,9 +1,9 @@
 <tr>
-  <td class="bottom top2 right" colspan="2" width="46%" align="center">
+  <td class="bottom top right" colspan="2" width="46%" align="center">
     {--EMAIL_SUBJECT--}:<br />
     <strong class="admin_misc">$content[subject]</strong>
   </td>
-  <td class="bottom top2" width="54%" align="center">
+  <td class="bottom top" width="54%" align="center">
     {--EMAIL_TEXT--}:<br />
     <strong class="admin_misc">$content[text]</strong>
   </td>
@@ -66,7 +66,7 @@
   </td>
 </tr>
 <tr>
-  <td align="center" class="top2 admin_del_link" colspan="3">
-    <a href="{?URL?}/modules.php?module=admin&amp;what=del_email&amp;nid=$content[id]">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
+  <td align="center" class="top admin_del_link" colspan="3">
+    <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;nid=$content[id]%}">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
   </td>
 </tr>