diff --git a/Theme/Backend/task-single.tpl.php b/Theme/Backend/task-single.tpl.php
index 2317dfc..5738681 100644
--- a/Theme/Backend/task-single.tpl.php
+++ b/Theme/Backend/task-single.tpl.php
@@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
data-ui-element="#task header, #task .task-content"
data-tag="form"
data-method="POST"
- data-uri="= \phpOMS\Uri\UriFactory::build('{/api}task?{?}&csrf={$CSRF}'); ?>">
+ data-uri="= \phpOMS\Uri\UriFactory::build('{/api}task?id={?id}&csrf={$CSRF}'); ?>">
isEditable()) : ?>
@@ -55,7 +55,7 @@ echo $this->getData('nav')->render(); ?>
'plain',
'taskElementEdit',
'', '',
- '/content', '{%}'
+ '/content', '{/api}task?id={?id}'
); ?>
@@ -73,7 +73,7 @@ echo $this->getData('nav')->render(); ?>
= $this->printHtml($task->getTitle()); ?>
-
= $task->getDescription(); ?>
+
= $task->getDescription(); ?>
@@ -125,7 +125,7 @@ echo $this->getData('nav')->render(); ?>
@@ -156,7 +156,7 @@ echo $this->getData('nav')->render(); ?>
'plain',
'taskElementEdit',
'', '',
- '/content', '{%}'
+ '/content', '{/api}task?id={?id}'
); ?>
@@ -183,7 +183,7 @@ echo $this->getData('nav')->render(); ?>
getDescription() !== '') : ?>
-
= $element->getDescription(); ?>
+
= $element->getDescription(); ?>
@@ -262,7 +262,7 @@ echo $this->getData('nav')->render(); ?>
'plain',
'taskElementCreate',
'', '',
- '/content', '{%}'
+ '/content', '{/api}task?id={?id}'
); ?>
|
|
|
|