]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_payout_accept_form.tpl
Naming convention applied for ext-payout
[mailer.git] / templates / de / html / admin / admin_payout_accept_form.tpl
index 7e7db047872ecf2851fc8d79c55f36d38da473cd..1ada73d8a27ccff762664b7e1b3b1de9038f12d3 100644 (file)
@@ -2,22 +2,22 @@
 <div align="center" class="admin_table dashed">
 
 <div class="admin_title bottom">
-       <strong>{--PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
+       <strong>{--ADMIN_PAYOUT_ACCEPT_PAYOUT_INTRO--}</strong>
 </div>
 
 <div>
-       {--PAYOUT_RECEIVER_ACCEPT--}:<br />
+       {--ADMIN_PAYOUT_RECEIVER_ACCEPT--}:<br />
        $content[user]
 </div>
 
 <div>
-       {--PAYOUT_OPTIONAL_TEXT--}:<br />
+       {--ADMIN_PAYOUT_OPTIONAL_TEXT--}:<br />
        <textarea name="text" class="admin_normal" rows="5" cols="30"></textarea>
 </div>
 
 <div class="admin_footer">
        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-       <input type="submit" name="ok" class="admin_submit" value="{--PAYOUT_ACCEPT_PAYOUT--}" />
+       <input type="submit" name="ok" class="admin_submit" value="{--ADMIN_PAYOUT_ACCEPT_PAYOUT--}" />
 </div>
 
 </div>