From 7ef0207cea2a55624c034752ff1c217e33e77021 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 21 Jul 2010 21:24:22 -0700 Subject: [PATCH] additions --- view/atom_mail.tpl | 17 +++++++++++++++++ view/request_notify_eml.tpl | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 view/atom_mail.tpl create mode 100644 view/request_notify_eml.tpl diff --git a/view/atom_mail.tpl b/view/atom_mail.tpl new file mode 100644 index 0000000000..ba251d068b --- /dev/null +++ b/view/atom_mail.tpl @@ -0,0 +1,17 @@ + + + + + $owner_name + $owner_profile_page + $owner_thumb + + + $item_id + $parent_id + $created + $subject + $content + + + diff --git a/view/request_notify_eml.tpl b/view/request_notify_eml.tpl new file mode 100644 index 0000000000..aec3f270b8 --- /dev/null +++ b/view/request_notify_eml.tpl @@ -0,0 +1,17 @@ + +Dear $myname, + +You have just received a personal introduction at $sitename + +from '$requestor'. + +You may visit their profile at $url. + +Please login to your site to view the complete introduction +and approve or ignore/cancel the request. + +$siteurl + +Regards, + + $sitename administrator \ No newline at end of file