You were right, it did get called inside the table :)<br><br>I've added this code which adopts the proper style:<br><br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex;font-family:courier new,monospace" class="gmail_quote">
<tr><td class="label">Queue:</td><br><td><& /Elements/SelectQueue,<br>    Name => "Queue",<br>    Default => $Ticket->QueueObj->Id,<br>    InTable => 1,<br>
&></td></tr><br></blockquote><br>The screenshot contains the result.<br><br>Now to make a seperate plugin out of it :) Not sure if I'm able to make something for the CPAN repository, but I'll see how far I can get. (first I'd like to see how this works as a seperate plugin along with to the CustomFieldsOnUpdate plugin).<br>
<br><br clear="all">-- Bart<br>
<br><br><div class="gmail_quote">Op 13 februari 2012 19:53 schreef Bart <span dir="ltr"><<a href="mailto:bart@pleh.info">bart@pleh.info</a>></span> het volgende:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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" target="_blank">ruz@bestpractical.com</a>></span> het volgende:<div><div class="h5">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Mon, Feb 13, 2012 at 17:45, Bart <<a href="mailto:bart@pleh.info" target="_blank">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><font color="#888888"><br>
--<br>
Best regards, Ruslan.<br>
</font></span></blockquote></div></div></div><br></div></div></div></div>
</blockquote></div><br>