From 854457baf0043b51ce9c30f36a6fecaed97cb04d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 18 Mar 2016 21:00:14 -0400 Subject: Improve task summary sections --- app/Template/task_file/images.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/Template/task_file/images.php (limited to 'app/Template/task_file/images.php') diff --git a/app/Template/task_file/images.php b/app/Template/task_file/images.php new file mode 100644 index 00000000..55c098cb --- /dev/null +++ b/app/Template/task_file/images.php @@ -0,0 +1,34 @@ + +
+ +
+ <?= $this->text->e($file['name']) ?> +
+
+ +
+
+ dt->datetime($file['date'])).'
'.t('Size: %s', $this->text->bytes($file['size'])) ?>'> + +
+ +
+
+
+ +
+ \ No newline at end of file -- cgit v1.2.3