From 0f2b46dd6a9a1dc17768de2c415f382df95142e8 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 4 Feb 2016 21:38:53 -0500 Subject: Do not refresh the whole page when changing subtask status (work in progress) --- app/Template/subtask_restriction/popover.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/Template/subtask_restriction/popover.php (limited to 'app/Template/subtask_restriction') diff --git a/app/Template/subtask_restriction/popover.php b/app/Template/subtask_restriction/popover.php new file mode 100644 index 00000000..e80d6b6d --- /dev/null +++ b/app/Template/subtask_restriction/popover.php @@ -0,0 +1,17 @@ + +
+ + form->csrf() ?> + +

+ form->radios('status', $status_list) ?> + form->hidden('id', $subtask_inprogress) ?> + +
+ + + +
+
\ No newline at end of file -- cgit v1.2.3