Cheers, didn't know I could use HTML in the AfterWorked file.<div><div><br></div><div>Will have a look at the page code (as displayed in the screenshot) and see if it's indeed called inside the table.</div><div><br>
</div><div>If so then your snippet would probably do the trick, thanks :)<div><div><br clear="all">-- Bart<br>
<br><br><div class="gmail_quote">Op 13 februari 2012 17:56 schreef Ruslan Zakirov <span dir="ltr"><<a href="mailto:ruz@bestpractical.com">ruz@bestpractical.com</a>></span> het volgende:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Feb 13, 2012 at 17:45, Bart <<a href="mailto:bart@pleh.info">bart@pleh.info</a>> wrote:<br>
> Slight update, adding this to the AfterWorked file also shows the current<br>
> Queue a ticket belongs to.<br>
> Also, changing the queue now works :-)<br>
><br>
>> <& /Elements/SelectQueue,<br>
>>     Name           => "Queue",<br>
>>     InTable        => 1,<br>
>>     ShowNullOption => 0,<br>
>>     Default        => $Ticket->QueueObj->Id,<br>
>> &><br>
><br>
><br>
> Now I just need to figure out how I'm able to add the name of the Queue<br>
> dropdown, currently it looks a bit odd. (see screenshot)<br>
><br>
> Is there a simple option for that in the above syntax?<br>
<br>
</div>AfterWorked is probably called inside html <table>, so you should put<br>
something like:<br>
<br>
<tr><td class="label">Queue</td><td><br>
<& .... &><br>
</td></tr><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Best regards, Ruslan.<br>
</font></span></blockquote></div><br></div></div></div></div>