mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Tweak email templates
This commit is contained in:
parent
916fd76677
commit
3c387befce
2 changed files with 12 additions and 2 deletions
|
@ -2,6 +2,15 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>New Patrons Circle member</title>
|
<title>New Patrons Circle member</title>
|
||||||
|
<style>
|
||||||
|
table td{
|
||||||
|
padding: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
table td:first-child{
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table>
|
<table>
|
||||||
|
@ -24,7 +33,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Transaction ID:</td>
|
<td>Transaction ID:</td>
|
||||||
<td><?= Formatter::ToPlainText($payment->TransactionId) ?></td>
|
<td><a href="https://fundraising.fracturedatlas.org/admin/donations?query=<?= urlencode($payment->TransactionId) ?>"><?= Formatter::ToPlainText($payment->TransactionId) ?></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -13,7 +13,8 @@ As a Patron, once per quarter you may suggest a book for inclusion in our Wanted
|
||||||
You also get access to our ebook feeds, at <https://standardebooks.org/feeds>, for use in your ereading app or RSS reader, and bulk downloads, at <https://standardebooks.org/bulk-downloads>, to download collections of ebooks easily. To use the feeds, enter your email address when prompted, and leave the password field empty.
|
You also get access to our ebook feeds, at <https://standardebooks.org/feeds>, for use in your ereading app or RSS reader, and bulk downloads, at <https://standardebooks.org/bulk-downloads>, to download collections of ebooks easily. To use the feeds, enter your email address when prompted, and leave the password field empty.
|
||||||
<? if(!$isReturning){ ?>
|
<? if(!$isReturning){ ?>
|
||||||
|
|
||||||
If I may ask, how did you hear about Standard Ebooks? Having an idea of where our readers and supporters find out about us is extremely helpful.<? } ?>
|
If I may ask, how did you hear about Standard Ebooks? Having an idea of where our readers and supporters find out about us is extremely helpful.
|
||||||
|
<? } ?>
|
||||||
|
|
||||||
<? if($isReturning){ ?>As always, please<? }else{ ?>Please<? } ?> don’t hesitate to contact me if you have questions or suggestions. Thanks again for your donation, and for supporting the literate arts!
|
<? if($isReturning){ ?>As always, please<? }else{ ?>Please<? } ?> don’t hesitate to contact me if you have questions or suggestions. Thanks again for your donation, and for supporting the literate arts!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue