[Rt-commit] r3440 - in rt/branches/3.5-TESTING: .
html/Ticket/Elements
trs at bestpractical.com
trs at bestpractical.com
Fri Jul 8 14:31:46 EDT 2005
Author: trs
Date: Fri Jul 8 14:31:44 2005
New Revision: 3440
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor
Log:
r4942 at wintermute: tom | 2005-07-08 14:25:41 -0400
Should create the link with the normal arguments (which fixes the unable to hide/show problem)
Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor (original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/ShowRequestor Fri Jul 8 14:31:44 2005
@@ -58,8 +58,7 @@
</%PERL>
% unless ($requestor->Privileged) {
-<&| /Widgets/TitleBox,
- title => "<a class='inverse' href=\"$RT::WebPath/Admin/Users/Modify.html?id=".$requestor->id."\">".loc("More about [_1]", $name)."</a>" &>
+<&| /Widgets/TitleBox, title_href => "$RT::WebPath/Admin/Users/Modify.html?id=".$requestor->id, title=> loc("More about [_1]", $name) &>
%# Additional information about this user. Empty by default.
<& /Elements/Callback, _CallbackName => 'AboutThisUser', requestor => $requestor, %ARGS &>
More information about the Rt-commit
mailing list