[Rt-commit] r8774 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Aug 28 14:39:52 EDT 2007


Author: ruz
Date: Tue Aug 28 14:39:52 2007
New Revision: 8774

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/etc/initialdata

Log:
 r8683 at cubic-pc (orig r8682):  ruz | 2007-08-22 02:54:17 +0400
 * add simple 'Forward' template


Modified: rt/branches/3.7-EXPERIMENTAL/etc/initialdata
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/initialdata	(original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/initialdata	Tue Aug 28 14:39:52 2007
@@ -393,6 +393,14 @@
 '
     },
     {  Queue       => 0,
+       Name        => "Forward",    # loc
+       Description => "Heading of a forwarded message", # loc
+       Content => q{
+
+This is forward of transaction #{ $Transaction->id } of a ticket #{ $Ticket->id }
+}
+    },
+    {  Queue       => 0,
        Name        => "Error: public key",    # loc
        Description =>
          "Inform user that he has problems with public key and couldn't recieve encrypted content", # loc


More information about the Rt-commit mailing list