[otrs-cvs] otrs/Kernel/Output/HTML/Standard CustomerTicketSearchResultShort.dtl, 1.40.2.2, 1.40.2.3
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv28490/Kernel/Output/HTML/Standard
Modified Files:
Tag: rel-3_1
CustomerTicketSearchResultShort.dtl
Log Message:
Fixed bug#9141 - Confused Columns in CustomerTicketSearch (ResultShort).
Author: mg
Index: CustomerTicketSearchResultShort.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultShort.dtl,v
retrieving revision 1.40.2.2
retrieving revision 1.40.2.3
diff -2 -u -d -r1.40.2.2 -r1.40.2.3
--- CustomerTicketSearchResultShort.dtl 20 Nov 2012 20:14:56 -0000 1.40.2.2
+++ CustomerTicketSearchResultShort.dtl 13 Feb 2013 14:56:02 -0000 1.40.2.3
@@ -1,5 +1,5 @@
# --
# CustomerTicketSearchResultShort.dtl - html for ticket status view (all tickets)
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -40,9 +40,4 @@
<thead>
<tr>
- <th class="Status $Data{"StateSort"}">
- <a href="$Env{"Baselink"}Action=$Env{"Action"};Subaction=Search;SortBy=State;Order=$LQData{"Order"};Filter=$LQData{"Filter"};Limit=$LQData{"Limit"};ShowClosedTickets=$LQData{"ShowClosed"};Type=$LQData{"Type"};Profile=$LQData{"Profile"};TakeLastSearch=1">
- $Text{"State"}
- </a>
- </th>
<th class="Ticket $Data{"TicketSort"}">
<a href="$Env{"Baselink"}Action=$Env{"Action"};Subaction=Search;SortBy=Ticket;Order=$LQData{"Order"};Filter=$LQData{"Filter"};Limit=$LQData{"Limit"};ShowClosedTickets=$LQData{"ShowClosed"};Type=$LQData{"Type"};Profile=$LQData{"Profile"};TakeLastSearch=1">
@@ -50,4 +45,9 @@
</a>
</th>
+ <th class="Status $Data{"StateSort"}">
+ <a href="$Env{"Baselink"}Action=$Env{"Action"};Subaction=Search;SortBy=State;Order=$LQData{"Order"};Filter=$LQData{"Filter"};Limit=$LQData{"Limit"};ShowClosedTickets=$LQData{"ShowClosed"};Type=$LQData{"Type"};Profile=$LQData{"Profile"};TakeLastSearch=1">
+ $Text{"State"}
+ </a>
+ </th>
<th class="Title">
$Text{"Subject"}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log