[Rt-commit] rt branch, create-action, updated. 75233549d08f2dd527ff2f2cd16c2792cb6c8e32

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 22 08:34:29 EDT 2009


The branch, create-action has been updated
       via  75233549d08f2dd527ff2f2cd16c2792cb6c8e32 (commit)
      from  96412ac0cd10d62e930bab7b8938c1376746c6cf (commit)

Summary of changes:
 lib/RT/View/Ticket/Create.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 75233549d08f2dd527ff2f2cd16c2792cb6c8e32
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Sep 22 08:34:14 2009 -0400

    Page title for ticket creation

diff --git a/lib/RT/View/Ticket/Create.pm b/lib/RT/View/Ticket/Create.pm
index 336ab34..1c7516e 100644
--- a/lib/RT/View/Ticket/Create.pm
+++ b/lib/RT/View/Ticket/Create.pm
@@ -53,7 +53,7 @@ use Jifty::View::Declare -base;
 
 __PACKAGE__->use_mason_wrapper;
 
-template 'create' => page {
+template 'create' => page { title => _('Create a new ticket') } content {
     # If we have a create_ticket action, pluck the queue out, otherwise,
     # check the regular queue query parameter
     my $action = Jifty->web->request->action('create_ticket');

-----------------------------------------------------------------------


More information about the Rt-commit mailing list