[Rt-commit] rt branch, admin_ui, updated. 3083b5b2724cd09bb015582f5960f855fae18a27
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Dec 2 20:53:33 EST 2009
The branch, admin_ui has been updated
via 3083b5b2724cd09bb015582f5960f855fae18a27 (commit)
from 55f8311d745315ac1da0bef3dad1662e3a427103 (commit)
Summary of changes:
lib/RT/View/Admin/Queues.pm | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 3083b5b2724cd09bb015582f5960f855fae18a27
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Dec 3 09:53:20 2009 +0800
don't end url with .html
diff --git a/lib/RT/View/Admin/Queues.pm b/lib/RT/View/Admin/Queues.pm
index 0f27d76..f95e2c1 100644
--- a/lib/RT/View/Admin/Queues.pm
+++ b/lib/RT/View/Admin/Queues.pm
@@ -129,15 +129,15 @@ private template 'rights' => sub {
};
};
-template 'user_rights.html' => page { title => _('Modify user rights') } content {
+template 'user_rights' => page { title => _('Modify user rights') } content {
show( 'rights', 'user' );
};
-template 'group_rights.html' => page { title => _('Modify group rights') } content {
+template 'group_rights' => page { title => _('Modify group rights') } content {
show( 'rights', 'group' );
};
-template 'people.html' => page { title => _('Modify people') } content {
+template 'people' => page { title => _('Modify people') } content {
my $self = shift;
my $queue = $self->queue;
return unless $queue;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list