Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_list_payouts.tpl
index af748892d04e9f114457bd3584255a271210f714..0552281a1b6bf237a8e4286766e3d1c3ac39a3c8 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_payouts" method="post">
+<form action="{?URL?}/modules.php?module=admin&amp;what=list_payouts" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
        <tr>
                <td colspan="6" align="center" class="admin_title" height="30"><strong>{--PAYOUT_ADMIN_LIST_PAYOUTS--}:</strong>
@@ -15,7 +15,7 @@
        {!__PAYOUT_ROWS!}
        <tr>
                <td colspan="6" class="admin_footer"><a
-                       href="{!URL!}/modules.php?module=admin&amp;what=list_payouts&do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</a>
+                       href="{?URL?}/modules.php?module=admin&amp;what=list_payouts&do=delete">{--PAYOUT_DELETE_ALL_REQUESTS--}</a>
                </td>
        </tr>
 </table>