]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_notify_emails_row.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_list_notify_emails_row.tpl
index ba6f9e89b392a1b57c56274d714d934716a9010a..0fed1bba754b0b17a45c88fcbe8c684b88792cf0 100644 (file)
@@ -12,7 +12,7 @@
 <tr>
   <td align="center" class="top bottom right" width="23%">
     {--EMAIL_POINTS--}:<br />
-    <strong class="admin_misc">$content[points] {!POINTS!}</strong>
+    <strong class="admin_misc">$content[points] {?POINTS?}</strong>
   </td>
   <td align="center" class="top bottom right" width="23%">
     {--EMAIL_SECONDS--}:<br />
@@ -67,6 +67,6 @@
 </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>
+    <a href="{?URL?}/modules.php?module=admin&amp;what=del_email&amp;nid=$content[id]">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
   </td>
 </tr>