X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/task_server/show.html diff --git a/templates/webpages/task_server/show.html b/templates/webpages/task_server/show.html index 4a44ad0db..4b56f9e0f 100644 --- a/templates/webpages/task_server/show.html +++ b/templates/webpages/task_server/show.html @@ -1,4 +1,4 @@ -[% USE HTML %][% USE L %][% USE LxERP %] +[% USE HTML %][% USE L %][% USE LxERP %][%- USE P -%]

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] @@ -20,14 +20,6 @@ -

-[% IF SELF.task_server.is_running %] - [%- LxERP.t8('Stop task server') %] -[%- ELSE %] - [%- LxERP.t8('Start task server') %] -[%- END %] - | - [%- LxERP.t8('View background jobs') %] - | - [%- LxERP.t8('View background job history') %] -

+
+ [% P.hidden_tag("action", "TaskServer/" _ (SELF.task_server.is_running ? "stop" : "start")) %] +