aboutsummaryrefslogtreecommitdiffstats
path: root/apps/tasks/templates/part.details.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tasks/templates/part.details.php')
-rw-r--r--apps/tasks/templates/part.details.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/tasks/templates/part.details.php b/apps/tasks/templates/part.details.php
new file mode 100644
index 00000000000..574f4c6b8e4
--- /dev/null
+++ b/apps/tasks/templates/part.details.php
@@ -0,0 +1,9 @@
+<?php if(isset($_['details']->SUMMARY)): ?>
+<table>
+<?php echo $this->inc('part.property', array('label' => $l->t('Summary'), 'property' => $_['details']->SUMMARY)); ?>
+</table>
+<form>
+ <input type="button" id="tasks_delete" value="<?php echo $l->t('Delete');?>">
+ <input type="button" id="tasks_edit" value="<?php echo $l->t('Edit');?>">
+</form>
+<?php endif ?>