From 11b6381cc0f0583a11287202463d20a0ac1ebf00 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 20 Nov 2014 20:26:21 -0500 Subject: Move and clean some templates to a subfolder --- app/Template/file/new.php | 14 ++++++++++++++ app/Template/file/open.php | 6 ++++++ app/Template/file/remove.php | 15 +++++++++++++++ app/Template/file/show.php | 23 +++++++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 app/Template/file/new.php create mode 100644 app/Template/file/open.php create mode 100644 app/Template/file/remove.php create mode 100644 app/Template/file/show.php (limited to 'app/Template/file') diff --git a/app/Template/file/new.php b/app/Template/file/new.php new file mode 100644 index 00000000..63c29f1d --- /dev/null +++ b/app/Template/file/new.php @@ -0,0 +1,14 @@ + + +
+ + +
+
+ + + $task['id'])) ?> +
+
\ No newline at end of file diff --git a/app/Template/file/open.php b/app/Template/file/open.php new file mode 100644 index 00000000..6106e6f8 --- /dev/null +++ b/app/Template/file/open.php @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/app/Template/file/remove.php b/app/Template/file/remove.php new file mode 100644 index 00000000..4f655e5a --- /dev/null +++ b/app/Template/file/remove.php @@ -0,0 +1,15 @@ + + +
+

+ +

+ +
+ $task['id'], 'file_id' => $file['id']), true, 'btn btn-red') ?> + + $task['id'])) ?> +
+
\ No newline at end of file diff --git a/app/Template/file/show.php b/app/Template/file/show.php new file mode 100644 index 00000000..92a7c100 --- /dev/null +++ b/app/Template/file/show.php @@ -0,0 +1,23 @@ + +
+ + + + + +
+ \ No newline at end of file -- cgit v1.2.3