[Rt-commit] rt branch, admin_ui, updated. 7a2a64c58565feefc32dc52f2b39d908a9bb3f50
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Jan 19 02:51:30 EST 2010
The branch, admin_ui has been updated
via 7a2a64c58565feefc32dc52f2b39d908a9bb3f50 (commit)
from 1f8f39a8f636cb099be04bbb71766bf1b65bfd3a (commit)
Summary of changes:
lib/RT/View/Admin/Groups.pm | 2 +-
lib/RT/View/Admin/Users.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 7a2a64c58565feefc32dc52f2b39d908a9bb3f50
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Jan 19 15:51:22 2010 +0800
history page fix
diff --git a/lib/RT/View/Admin/Groups.pm b/lib/RT/View/Admin/Groups.pm
index 0bfb9a3..965e38b 100644
--- a/lib/RT/View/Admin/Groups.pm
+++ b/lib/RT/View/Admin/Groups.pm
@@ -121,7 +121,7 @@ template 'history' => page { title => _('Group History') } content {
);
my $row_num = 1;
div {
- attr { id => 'ticket-history' };
+ attr { class => 'history' };
while ( my $txn = $txns->next ) {
div {
attr { class => $row_num++ % 2 ? 'odd' : 'even' };
diff --git a/lib/RT/View/Admin/Users.pm b/lib/RT/View/Admin/Users.pm
index c0abdc7..db134ed 100644
--- a/lib/RT/View/Admin/Users.pm
+++ b/lib/RT/View/Admin/Users.pm
@@ -167,7 +167,7 @@ template 'history' => page { title => _('User History') } content {
);
my $row_num = 1;
div {
- attr { id => 'ticket-history' };
+ attr { class => 'history' };
while ( my $txn = $txns->next ) {
div {
attr { class => $row_num++ % 2 ? 'odd' : 'even' };
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list