From 23417da7638868962e23667791b4b3c43c76195f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 19 Feb 2019 14:45:01 -0800 Subject: Replace accordion Javascript component by
HTML element --- app/Template/task_file/show.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app/Template/task_file') diff --git a/app/Template/task_file/show.php b/app/Template/task_file/show.php index df69605d..e9723f0d 100644 --- a/app/Template/task_file/show.php +++ b/app/Template/task_file/show.php @@ -1,9 +1,7 @@ -
-
-

-
+
> +
render('task_file/images', array('task' => $task, 'images' => $images)) ?> render('task_file/files', array('task' => $task, 'files' => $files)) ?>
-
+
-- cgit v1.2.3