X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FApprovals%2FElements%2FPendingMyApproval;h=169c25cb6e47d8c267a2bb08a6821e408dac438b;hb=0bff2e665b3a6389b47510e4c04a5a454f6dd7d4;hp=75ad5e1ab92d65d1d74a77ea1686df27c3328e4c;hpb=43a06151e47d2c59b833cbd8c26d97865ee850b6;p=freeside.git diff --git a/rt/share/html/Approvals/Elements/PendingMyApproval b/rt/share/html/Approvals/Elements/PendingMyApproval index 75ad5e1ab..169c25cb6 100755 --- a/rt/share/html/Approvals/Elements/PendingMyApproval +++ b/rt/share/html/Approvals/Elements/PendingMyApproval @@ -63,9 +63,9 @@ /> <&|/l&>Show denied requests
/> <&|/l&>Show requests awaiting other approvals
-<&|/l, qq{"&>Only show approvals for requests created before [_1]
+<&|/l_unsafe, qq{"&>Only show approvals for requests created before [_1]
-<&|/l, qq{"&>Only show approvals for requests created after [_1] +<&|/l_unsafe, qq{"&>Only show approvals for requests created after [_1] <%init> @@ -74,7 +74,7 @@ $tickets->LimitOwner( VALUE => $session{'CurrentUser'}->Id ); # also consider AdminCcs as potential approvers. my $group_tickets = RT::Tickets->new( $session{'CurrentUser'} ); -$group_tickets->LimitWatcher( VALUE => $session{'CurrentUser'}->UserObj->EmailAddress, TYPE => 'AdminCc' ); +$group_tickets->LimitWatcher( VALUE => $session{'CurrentUser'}->EmailAddress, TYPE => 'AdminCc' ); my $created_before = RT::Date->new( $session{'CurrentUser'} ); my $created_after = RT::Date->new( $session{'CurrentUser'} );