[rt-commit] [svn] r675 - in rt/branches/rt-3.1: . html/Ticket/Elements

jesse at fsck.com jesse at fsck.com
Tue Apr 6 22:13:24 EDT 2004


Author: jesse
Date: Tue Apr  6 22:13:23 2004
New Revision: 675

Modified:
   rt/branches/rt-3.1/   (props changed)
   rt/branches/rt-3.1/html/Ticket/Elements/ShowRequestor
Log:
----------------------------------------------------------------------
r1129 at tinbook:  jesse | 2004-04-07T02:12:47.859184Z

We only want to show this box if the requestor is _NOT_ a privileged user
----------------------------------------------------------------------


Modified: rt/branches/rt-3.1/html/Ticket/Elements/ShowRequestor
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/Elements/ShowRequestor	(original)
+++ rt/branches/rt-3.1/html/Ticket/Elements/ShowRequestor	Tue Apr  6 22:13:23 2004
@@ -36,7 +36,7 @@
 		  ORDER => 'DESC');
 </%PERL>
 
-% if ($requestor->Privileged) {
+% unless ($requestor->Privileged) {
 <& /Elements/TitleBoxStart, 
 	title => "<a class='inverse' href=\"$RT::WebPath/Admin/Users/Modify.html?id=".$requestor->id."\">".loc("More about [_1]", $name)."</a>" &>
 



More information about the Rt-commit mailing list