On Mon, Feb 13, 2012 at 17:45, Bart <[email protected]> wrote: > Slight update, adding this to the AfterWorked file also shows the current > Queue a ticket belongs to. > Also, changing the queue now works :-) > >> <& /Elements/SelectQueue, >> Name => "Queue", >> InTable => 1, >> ShowNullOption => 0, >> Default => $Ticket->QueueObj->Id, >> &> > > > Now I just need to figure out how I'm able to add the name of the Queue > dropdown, currently it looks a bit odd. (see screenshot) > > Is there a simple option for that in the above syntax?
AfterWorked is probably called inside html <table>, so you should put something like: <tr><td class="label">Queue</td><td> <& .... &> </td></tr> -- Best regards, Ruslan. -------- RT Training Sessions (http://bestpractical.com/services/training.html) * Boston March 5 & 6, 2012
