From: Tobias Diekershoff Date: Tue, 6 Dec 2016 20:45:06 +0000 (+0100) Subject: Revert "show some of the worker options only when the worker process is active" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7eb1743945ec490b92499732b01514d92f9f4da8;p=friendica.git Revert "show some of the worker options only when the worker process is active" This reverts commit 339708463e7b7e88990d180b1b5374601635caf1. --- diff --git a/view/templates/admin_site.tpl b/view/templates/admin_site.tpl index a93e3e4a4d..fc84f68605 100644 --- a/view/templates/admin_site.tpl +++ b/view/templates/admin_site.tpl @@ -158,11 +158,9 @@

{{$worker_title}}

{{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}}