Cheers, didn't know I could use HTML in the AfterWorked file.

Will have a look at the page code (as displayed in the screenshot) and see
if it's indeed called inside the table.

If so then your snippet would probably do the trick, thanks :)

-- Bart


Op 13 februari 2012 17:56 schreef Ruslan Zakirov
<[email protected]>het volgende:

> 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

Reply via email to