Revert "show some of the worker options only when the worker process is active"

This reverts commit 339708463e.
This commit is contained in:
Tobias Diekershoff 2016-12-06 21:45:06 +01:00
parent 339708463e
commit 7eb1743945
1 changed files with 3 additions and 5 deletions

View File

@ -158,11 +158,9 @@
<h3>{{$worker_title}}</h3>
{{include file="field_checkbox.tpl" field=$worker}}
{{if $worker.2}}
{{include file="field_input.tpl" field=$worker_queues}}
{{include file="field_checkbox.tpl" field=$worker_dont_fork}}
{{include file="field_checkbox.tpl" field=$worker_fastlane}}
{{/if}}
{{include file="field_input.tpl" field=$worker_queues}}
{{include file="field_checkbox.tpl" field=$worker_dont_fork}}
{{include file="field_checkbox.tpl" field=$worker_fastlane}}
<div class="submit"><input type="submit" name="page_site" value="{{$submit|escape:'html'}}" /></div>
</form>