[Rt-devel] Re: RT 3.6.1 Refactoring SelfService MyRequests
David Chandek-Stark
david.chandek.stark at duke.edu
Fri Nov 3 18:11:34 EST 2006
... here are the changes for /SelfService/index.html (Open Tickets) and
/SelfService/Closed.html.
--David
### /SelfService/index.html
--- share/html/SelfService/index.html 2006-06-19 18:44:04.000000000
-0400
+++ local/html/SelfService/index.html 2006-10-30 20:15:53.000000000
-0500
@@ -43,6 +43,10 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /SelfService/Elements/Header, Title => undef &>
+<& /SelfService/Elements/Header, Title => 'Open Tickets' &>
-<& /SelfService/Elements/MyRequests &>
+<& /SelfService/Elements/MyRequests, BaseURL => $RT::WebPath .
"/SelfService/?",
+ Page => $Page &>
+<%ARGS>
+$Page => 1
+</%ARGS>
### /SelfService/Closed.html
--- share/html/SelfService/Closed.html 2006-06-19 18:44:04.000000000
-0400
+++ local/html/SelfService/Closed.html 2006-10-30 20:14:25.000000000
-0500
@@ -45,5 +45,10 @@
%# END BPS TAGGED BLOCK }}}
<& /SelfService/Elements/Header, Title => loc('Closed tickets') &>
-<& /SelfService/Elements/MyRequests, status => ['rejected', 'resolved'],
friendly_status =>
-loc('closed') &>
+<& /SelfService/Elements/MyRequests, status => ['rejected',
'resolved'],
+ friendly_status => loc('closed'),
+ BaseURL => $RT::WebPath .
"/SelfService/Closed.html?",
+ Page => $Page &>
+<%ARGS>
+$Page => 1
+</%ARGS>
More information about the Rt-devel
mailing list