Author: leidel
Date: Sun Sep 28 11:28:03 2008
New Revision: 974

Added:
    trunk/pinax/templates/notification/messages_received/short.txt
    trunk/pinax/templates/notification/messages_reply_received/short.txt
Modified:
    trunk/pinax/templates/notification/messages_received/plain.txt
    trunk/pinax/templates/notification/messages_reply_received/plain.txt

Log:
Added better notification templates for messages

Modified: trunk/pinax/templates/notification/messages_received/plain.txt
==============================================================================
--- trunk/pinax/templates/notification/messages_received/plain.txt       
(original)
+++ trunk/pinax/templates/notification/messages_received/plain.txt      Sun Sep 
 
28 11:28:03 2008
@@ -1,4 +1,6 @@
-{% load i18n %}{% blocktrans with message.sender as message_sender and  
message.body as message_body and message.get_absolute_url as  
message_url %}{{ message_sender }} replied:
+{% load i18n %}{% blocktrans with message.sender as message_sender and  
message.body as message_body and message.get_absolute_url as  
message_url %}{{ message_sender }} has sent you a message:
+
+{{ message }}

  {{ message_body }}


Added: trunk/pinax/templates/notification/messages_received/short.txt
==============================================================================
--- (empty file)
+++ trunk/pinax/templates/notification/messages_received/short.txt      Sun Sep 
 
28 11:28:03 2008
@@ -0,0 +1 @@
+{% load i18n %}{% blocktrans with message.sender as message_sender %}{{  
notice }} by {{ message_sender }}{% endblocktrans %}
\ No newline at end of file

Modified:  
trunk/pinax/templates/notification/messages_reply_received/plain.txt
==============================================================================
--- trunk/pinax/templates/notification/messages_reply_received/plain.txt        
 
(original)
+++ trunk/pinax/templates/notification/messages_reply_received/plain.txt        
 
Sun Sep 28 11:28:03 2008
@@ -1,5 +1,7 @@
  {% load i18n %}{% blocktrans with message.sender as message_sender and  
message.parent_msg as message_parent_msg and message.body|safe as  
message_body and message.get_absolute_url as message_url %}{{  
message_sender }} replied to '{{ message_parent_msg }}':

+{{ message }}
+
  {{ message_body }}

  http://{{ current_site }}{{ message_url }}{% endblocktrans %}

Added: trunk/pinax/templates/notification/messages_reply_received/short.txt
==============================================================================
--- (empty file)
+++ trunk/pinax/templates/notification/messages_reply_received/short.txt        
 
Sun Sep 28 11:28:03 2008
@@ -0,0 +1 @@
+{% load i18n %}{% blocktrans with message.sender as message_sender %}{{  
notice }} by {{ message_sender }}{% endblocktrans %}
\ No newline at end of file

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to