[Rt-commit] r8682 - rt/branches/3.7-EXPERIMENTAL-TUNIS/etc

ruz at bestpractical.com ruz at bestpractical.com
Tue Aug 21 18:54:17 EDT 2007


Author: ruz
Date: Tue Aug 21 18:54:17 2007
New Revision: 8682

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/initialdata

Log:
* add simple 'Forward' template

Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/initialdata
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/initialdata	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/initialdata	Tue Aug 21 18:54:17 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