[rt-users] Quickly jumping to a queue

freebsd at coal.sentex.ca freebsd at coal.sentex.ca
Mon Oct 7 10:28:22 EDT 2002


On Sat, 5 Oct 2002 18:46:15 +0200, in sentex.lists.rt.users you wrote:
>1. Put that code into WebRT/Elements/JumpToQueue (new file):
>
><FORM ACTION="<% $RT::WebPath%>/Search/Listing.html">
><input type="submit" value="Jump to"> <input type="hidden" name="ValueOfStatus" value="open"><input type="hidden" name="ValueOfStatus" value="new"><input type="hidden" name="ValueOfStatus" value="stalled"><input type="hidden" name="StatusOp" value="="><input type="hidden" name="QueueOp" value="="><input type="hidden" name="RowsPerPage" value="50"><input type="hidden" name="NewSearch" value="1">
><& /Elements/SelectQueue, Name=>'ValueOfQueue', ShowNullOption => 0&>
></FORM>
>
>2. Include it on the index.html page:
>
><& /Elements/JumpToQueue &>

Excellent!  Thanks very much.

Though since we'd like it on every page, we're sticking it in
Elements/Tabs, not index.html

As an aside, there /is/ a local directory for all your own
modifications -- local/WebRT/html/Elements is where I stuck the
JumpToQueue above, and copied Tabs into there as well.  That way I
don't get overwritten on an upgrade...  :)




More information about the rt-users mailing list