[Rt-commit] rt branch, 4.2/user-summary-from-admin, created. rt-4.1.8-301-g6c730a1

Alex Vandiver alexmv at bestpractical.com
Mon May 13 20:10:56 EDT 2013


The branch, 4.2/user-summary-from-admin has been created
        at  6c730a13f98edec289c956dd1636e56eea1bf097 (commit)

- Log -----------------------------------------------------------------
commit 6c730a13f98edec289c956dd1636e56eea1bf097
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon May 13 20:10:44 2013 -0400

    Link to the user summary from the user admin page

diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index 4604791..2c4436d 100644
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -330,6 +330,7 @@ my $build_admin_menu = sub {
                 if ( RT->Config->Get('GnuPG')->{'Enable'} ) {
                     $tabs->child( pgp     => title => loc('GnuPG'),          path => "/Admin/Users/GnuPG.html?id=" . $id );
                 }
+                $tabs->child( 'summary'   => title => loc('User Summary'),   path => "/User/Summary.html?id=" . $id );
             }
         }
 

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


More information about the Rt-commit mailing list