[Rt-commit] rt branch, admin_ui, updated. 8129daf175a00af7f06e270fc679d66a799a86e1
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jan 12 00:38:09 EST 2010
The branch, admin_ui has been updated
via 8129daf175a00af7f06e270fc679d66a799a86e1 (commit)
from 2cccdd6fe1480d3709bdd93319d8aacb6498590d (commit)
Summary of changes:
lib/RT/View/CRUD.pm | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 8129daf175a00af7f06e270fc679d66a799a86e1
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Jan 12 13:37:58 2010 +0800
tiny tweak
diff --git a/lib/RT/View/CRUD.pm b/lib/RT/View/CRUD.pm
index 4827777..def0e71 100644
--- a/lib/RT/View/CRUD.pm
+++ b/lib/RT/View/CRUD.pm
@@ -72,12 +72,10 @@ template 'index.html' => page {
my $include_disabled = get('include_disabled');
hyperlink(
label => _(
- ( $include_disabled ? 'Exclude' : 'Include' )
- . ' disabled '
- . lc( $self->object_type )
- . 'in listing.'
+ ( $include_disabled ? 'Exclude' : 'Include' )
+ . ' disabled ones in listing'
),
- url => '',
+ url => '',
parameters => { include_disabled => $include_disabled ? 0 : 1 },
);
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list