[Rt-devel] Re: RT 3.6.1 Refactoring SelfService MyRequests
Jesse Vincent
jesse at bestpractical.com
Sat Nov 4 19:29:39 EST 2006
Could you please resend your patches as attachments? Including them
inline lets mail clients do horrible things, like wordwrap them,
breaking the patches ;)
Thanks!
Jesse
On Fri, Nov 03, 2006 at 06:11:34PM -0500, David Chandek-Stark wrote:
> ... 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>
> _______________________________________________
> List info: http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
--
More information about the Rt-devel
mailing list