fixed crud list
fixed payments upload -a
This commit is contained in:
+11
-4
@@ -1,10 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>$Title$</title>
|
||||
<meta charset="UTF-8">
|
||||
<title>Payment Request</title>
|
||||
</head>
|
||||
<body>
|
||||
$END$
|
||||
<body style="margin: 0; padding: 0; font-family: Arial, sans-serif;">
|
||||
<div style="max-width: 600px; margin: 0 auto; padding: 20px;">
|
||||
<h1>Welcome to {{ site_name }}!</h1>
|
||||
<p>Hello {{ user_email }},</p>
|
||||
<p>There is a new payment request, see details in the attachments. You can pay via ePay:</p>
|
||||
<a href="{{ link1 }}" style="background-color: #211FA6; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 10px;">ePay account</a>
|
||||
<p>or credit card:</p>
|
||||
<a href="{{ link2 }}" style="background-color: #211FA6; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 10px;">Credit card</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user