Tweak email templates

This commit is contained in:
Alex Cabal 2022-07-14 14:25:04 -05:00
parent 916fd76677
commit 3c387befce
2 changed files with 12 additions and 2 deletions

View file

@ -2,6 +2,15 @@
<html>
<head>
<title>New Patrons Circle member</title>
<style>
table td{
padding: .5em;
}
table td:first-child{
text-align: right;
}
</style>
</head>
<body>
<table>
@ -24,7 +33,7 @@
</tr>
<tr>
<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>
</tbody>
</table>

View file

@ -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.
<? 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<? } ?> dont hesitate to contact me if you have questions or suggestions. Thanks again for your donation, and for supporting the literate arts!