
Martin Edenhofer writes:
On Tue, Apr 29, 2003 at 09:08:13AM +0100, Jim Wight wrote:
I like the minimal Mailbox layout in which only "From", "To" and "Subject" are displayed, and would prefer it for QueueView too as more tickets are visible at once when looking for a particular one, or simply choosing one to work on. I hacked the code in an earlier version to achieve the effect (I don't think I even included "To"), but I haven't the stomach to keep on doing it. An option would be nice.
Jus edit the
* Kernel/Output/HTML/Standard/AgentMailboxTicket.dtl * Kernel/Output/HTML/Standard/TicketViewLite.dtl
Like you want and select 'Lite' in agent preferences -> QueueView.
But I'd prefer not to have to edit the code. That just leads to a maintenance headache I'd rather not have. Given that you already have two different styles of ticket presentation - one for QueueView, and one for Mailbox - I had hoped it wouldn't be too difficult for you to provide a facility to enable the same style to be chosen in both cases (ideally on a per-agent basis, otherwise I'd have to persuade my colleagues that the style I prefer is best!).
And if you want to have more ticket in QueueView add the following config option to Kernel/Config.pm and change the value: . [...] $Self->{ViewableTickets} = 15; [...]
That's not the problem. My concern is with the number visible in a page of my browser. Even with the default value of ViewableTickets, I have to scroll or page down several times to look at them all. Mailbox probably shows 2 to 3 times as many in the same space. I find it easier to pick out a subject from the Mailbox style of layout. Jim