[rt-users] Add queue change to Update.html (comment/reply)

Bart bart at pleh.info
Mon Feb 13 13:53:26 EST 2012


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
<ruz at bestpractical.com>het volgende:

> On Mon, Feb 13, 2012 at 17:45, Bart <bart at pleh.info> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120213/e58b7165/attachment.htm>


More information about the rt-users mailing list