Revert "show some of the worker options only when the worker process is active"
This reverts commit 339708463e
.
This commit is contained in:
parent
339708463e
commit
7eb1743945
|
@ -158,11 +158,9 @@
|
||||||
|
|
||||||
<h3>{{$worker_title}}</h3>
|
<h3>{{$worker_title}}</h3>
|
||||||
{{include file="field_checkbox.tpl" field=$worker}}
|
{{include file="field_checkbox.tpl" field=$worker}}
|
||||||
{{if $worker.2}}
|
{{include file="field_input.tpl" field=$worker_queues}}
|
||||||
{{include file="field_input.tpl" field=$worker_queues}}
|
{{include file="field_checkbox.tpl" field=$worker_dont_fork}}
|
||||||
{{include file="field_checkbox.tpl" field=$worker_dont_fork}}
|
{{include file="field_checkbox.tpl" field=$worker_fastlane}}
|
||||||
{{include file="field_checkbox.tpl" field=$worker_fastlane}}
|
|
||||||
{{/if}}
|
|
||||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit|escape:'html'}}" /></div>
|
<div class="submit"><input type="submit" name="page_site" value="{{$submit|escape:'html'}}" /></div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue