summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/SelectPriority
blob: c8af7cca8ad75e2200f171ce32ba617c8d1ac847 (plain)
1
2
3
4
5
6
7
8
<input name="<% $Name %>" value="<% $Default %>" size="5" />
<%ARGS>
$Name => 'Priority'
$Default => ''
</%ARGS>
<%INIT>
$Default = '' unless defined $Default;
</%INIT>