blob: cfa4cf346fea3a8601b91ba44c9a5d805f956a3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<TR>
<TD ALIGN="right"><% $opt{'label'} || 'Ticketing queue' %></TD>
<TD>
<% include( '/elements/select-ticketing_queueid.html', %opt ) %>
</TD>
</TR>
<%init>
my %opt = @_;
</%init>
|