[Rt-commit] rt branch, 4.2/collection-list-in-about-requestor-box, updated. rt-4.0.0rc4-102-gfe3645f
Kevin Falcone
falcone at bestpractical.com
Mon Feb 25 19:06:28 EST 2013
The branch, 4.2/collection-list-in-about-requestor-box has been updated
via fe3645fc63d2d03f38db2341375456f5402b3ebc (commit)
from 225eb0970a8566e0afcbbe11543fb90cb89d142e (commit)
Summary of changes:
share/html/Ticket/Elements/ShowRequestorTickets | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fe3645fc63d2d03f38db2341375456f5402b3ebc
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Feb 25 19:05:40 2013 -0500
Break the format out into columns
Yes it looks a little wider and gappier than before, but it means the
columns line up better when you have multiple owners and it's easier to
find the status.
diff --git a/share/html/Ticket/Elements/ShowRequestorTickets b/share/html/Ticket/Elements/ShowRequestorTickets
index 4d2b786..091653f 100644
--- a/share/html/Ticket/Elements/ShowRequestorTickets
+++ b/share/html/Ticket/Elements/ShowRequestorTickets
@@ -72,7 +72,9 @@ my %QueryProperties = (
ShowHeader => 0,
Format => qq{
'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>',
- '(__OwnerName__) <a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a> [__Status__]'
+ '(__OwnerName__)',
+ '<a href="__WebPath__/Ticket/Display.html?id=__id__">__Subject__</a>',
+ __Status__
},
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list