From cf821e117ce8b937cff7f386a107aaa81ba6bf9b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 26 Dec 2014 17:43:13 -0500 Subject: Add swimlanes --- app/Template/swimlane/edit.php | 18 +++++++++++++++ app/Template/swimlane/index.php | 47 ++++++++++++++++++++++++++++++++++++++++ app/Template/swimlane/remove.php | 17 +++++++++++++++ app/Template/swimlane/table.php | 44 +++++++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+) create mode 100644 app/Template/swimlane/edit.php create mode 100644 app/Template/swimlane/index.php create mode 100644 app/Template/swimlane/remove.php create mode 100644 app/Template/swimlane/table.php (limited to 'app/Template/swimlane') diff --git a/app/Template/swimlane/edit.php b/app/Template/swimlane/edit.php new file mode 100644 index 00000000..fca555f7 --- /dev/null +++ b/app/Template/swimlane/edit.php @@ -0,0 +1,18 @@ + + +
+ + + + + + + + + +
+ +
+
\ No newline at end of file diff --git a/app/Template/swimlane/index.php b/app/Template/swimlane/index.php new file mode 100644 index 00000000..ec822c15 --- /dev/null +++ b/app/Template/swimlane/index.php @@ -0,0 +1,47 @@ + + + $active_swimlanes, 'project' => $project)) ?> + + + +
+ + + + + + + +
+ +
+
+ + +
+ + + + + +
+ + + +
+ +
+
+ + + + $inactive_swimlanes, 'project' => $project, 'hide_position' => true)) ?> + \ No newline at end of file diff --git a/app/Template/swimlane/remove.php b/app/Template/swimlane/remove.php new file mode 100644 index 00000000..edf8803c --- /dev/null +++ b/app/Template/swimlane/remove.php @@ -0,0 +1,17 @@ +
+ + +
+

+ +

+ +
+ $project['id'], 'swimlane_id' => $swimlane['id']), true, 'btn btn-red') ?> + + $project['id'])) ?> +
+
+
\ No newline at end of file diff --git a/app/Template/swimlane/table.php b/app/Template/swimlane/table.php new file mode 100644 index 00000000..ac7ed835 --- /dev/null +++ b/app/Template/swimlane/table.php @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + +
# +
    + +
  • + $project['id'], 'swimlane_id' => $swimlane['id']), true) ?> +
  • + + +
  • + $project['id'], 'swimlane_id' => $swimlane['id']), true) ?> +
  • + +
  • + $project['id'], 'swimlane_id' => $swimlane['id'])) ?> +
  • +
  • + + $project['id'], 'swimlane_id' => $swimlane['id']), true) ?> + + $project['id'], 'swimlane_id' => $swimlane['id']), true) ?> + +
  • +
  • + $project['id'], 'swimlane_id' => $swimlane['id'])) ?> +
  • +
+
\ No newline at end of file -- cgit v1.2.3