Hi,
I am not sure if this already is up for a coming version,
but since I was a bit fed up having to scroll down to submit a search (and by
mistake used the template search button, getting zero results), I made this
tiny little fix. Maybe usefull for others as well, hence the share:
# PUT ‘Search’ Submit button also on top of
selection field table
diff AgentTicketSearch.dtl AgentTicketSearch.dtl.org
58,60c58
< <!-- td colspan="2"
class="contenthead">$Config{"Ticket::Hook"}
$Text{"and"} $Text{"CustomerID"}</td -->
< <td
class="contenthead">$Config{"Ticket::Hook"}
$Text{"and"} $Text{"CustomerID"}</td>
< <td class="contenthead"
align=right><input class="button" accesskey="g"
type="submit"
value="$Text{"Search"}"/></td>
---
> <td colspan="2" class="contenthead">$Config{"Ticket::Hook"}
$Text{"and"} $Text{"CustomerID"}</td>
Of course I used/copied the original AgentTicketSearch.dtl from
/opt/otrs/Kernel/Output/HTML/Standard
To:
/opt/otrs/Kernel/Output/HTML/Custom
We use the “Custom” theme as standard.
gr,
Frans