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=""> + data-uri="">
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(); ?>

printHtml($task->getTitle()); ?>

-
getDescription(); ?>
+
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() !== '') : ?>
-
getDescription(); ?>
+
getDescription(); ?>
@@ -262,7 +262,7 @@ echo $this->getData('nav')->render(); ?> 'plain', 'taskElementCreate', '', '', - '/content', '{%}' + '/content', '{/api}task?id={?id}' ); ?>