|
@ -88,6 +88,7 @@ |
|
|
<label class="label">$T('priority'):</label><br /> |
|
|
<label class="label">$T('priority'):</label><br /> |
|
|
<select name="priority"> |
|
|
<select name="priority"> |
|
|
<option value="-100" <!--#if $slot.priority == "-100" then "selected" else ""#-->>$T('default')</option> |
|
|
<option value="-100" <!--#if $slot.priority == "-100" then "selected" else ""#-->>$T('default')</option> |
|
|
|
|
|
<option value="2" <!--#if $slot.priority == "2" then "selected" else ""#-->>$T('pr-force')</option> |
|
|
<option value="1" <!--#if $slot.priority == "1" then "selected" else ""#-->>$T('pr-high')</option> |
|
|
<option value="1" <!--#if $slot.priority == "1" then "selected" else ""#-->>$T('pr-high')</option> |
|
|
<option value="0" <!--#if $slot.priority == "0" then "selected" else ""#-->>$T('pr-normal')</option> |
|
|
<option value="0" <!--#if $slot.priority == "0" then "selected" else ""#-->>$T('pr-normal')</option> |
|
|
<option value="-1" <!--#if $slot.priority == "-1" then "selected" else ""#-->>$T('pr-low')</option> |
|
|
<option value="-1" <!--#if $slot.priority == "-1" then "selected" else ""#-->>$T('pr-low')</option> |
|
|