RT 4.2.11, ticket#13852
[freeside.git] / rt / etc / upgrade / 3.5.1 / content
index 02d6a0c..59f9dfd 100644 (file)
@@ -1,4 +1,7 @@
-@Attributes = (
+use strict;
+use warnings;
+
+our @Attributes = (
     { Name => 'Search - My Tickets',
       Description => '[_1] highest priority tickets I own',
       Content     =>
       Description => 'HomepageSettings',
       Content =>
       { 'body' =>
-       [ { type => 'system', name => 'My Tickets' },
-         { type => 'system', name => 'Unowned Tickets' },
-         { type => 'component',  name => 'QuickCreate'},
-       ],
+        [ { type => 'system', name => 'My Tickets' },
+          { type => 'system', name => 'Unowned Tickets' },
+          { type => 'component',  name => 'QuickCreate'},
+        ],
         'summary' =>
-       [ 
-         { type => 'component', name => 'MyReminders' },
+        [
+          { type => 'component', name => 'MyReminders' },
           { type => 'component', name => 'Quicksearch' },
-         { type => 'component', name => 'RefreshHomepage' },
-       ]
+          { type => 'component', name => 'RefreshHomepage' },
+        ]
     },
 }
 );