[Rt-commit] rt branch, 4.2/user-summary, updated. rt-4.1.6-362-gdc7b309

Kevin Falcone falcone at bestpractical.com
Thu Mar 14 22:10:24 EDT 2013


The branch, 4.2/user-summary has been updated
       via  dc7b309d7cf766f8ebdb2fdc1e6be534ae989cd3 (commit)
      from  7dd97c5cf84328fec6228eeafab85bfbf79329dc (commit)

Summary of changes:
 share/html/NoAuth/css/base/ticket.css    | 3 ++-
 share/html/Ticket/Elements/ShowRequestor | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit dc7b309d7cf766f8ebdb2fdc1e6be534ae989cd3
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Mar 14 22:06:02 2013 -0400

    Quick and dirty link to User Summary
    
    We probably want a better less hidden final placement for this.

diff --git a/share/html/NoAuth/css/base/ticket.css b/share/html/NoAuth/css/base/ticket.css
index d2ccf83..9ec00c5 100644
--- a/share/html/NoAuth/css/base/ticket.css
+++ b/share/html/NoAuth/css/base/ticket.css
@@ -45,7 +45,8 @@
 %# those contributions and any derivatives thereof.
 %#
 %# END BPS TAGGED BLOCK }}}
-#requestor-accordion a.modify-user {
+#requestor-accordion a.modify-user,
+#requestor-accordion a.user-summary {
     font-size: 80%;
     color: black !important;
 }
diff --git a/share/html/Ticket/Elements/ShowRequestor b/share/html/Ticket/Elements/ShowRequestor
index 4582922..a9675ba 100644
--- a/share/html/Ticket/Elements/ShowRequestor
+++ b/share/html/Ticket/Elements/ShowRequestor
@@ -78,6 +78,11 @@
 % $m->callback( requestor => $requestor, %ARGS, CallbackName => 'AboutThisUser' );
 <& ShowRequestorExtraInfo, Requestor => $requestor &>
 
+<div class="user-summary">
+<a class="user-summary" href="<%RT->Config->Get('WebPath')%>/User/Summary.html?id=<%$requestor->Id%>">
+      User Summary
+</a>
+</div>
 % if ( $ShowComments ) {
 <div class="comments-about-user">
   <span class="label"><&|/l&>Comments about this user</&>:</span>

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


More information about the Rt-commit mailing list