From 7749b8ed569f6d27b0bb2ed4c2040e8b61ed4422 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 9 Mar 2014 23:21:23 -0400 Subject: Automatic actions --- templates/action_index.php | 73 +++++++++++++++++++++++++++++++++++++++++++++ templates/action_params.php | 38 +++++++++++++++++++++++ templates/action_remove.php | 16 ++++++++++ templates/config_index.php | 2 +- templates/project_index.php | 3 ++ 5 files changed, 131 insertions(+), 1 deletion(-) create mode 100644 templates/action_index.php create mode 100644 templates/action_params.php create mode 100644 templates/action_remove.php (limited to 'templates') diff --git a/templates/action_index.php b/templates/action_index.php new file mode 100644 index 00000000..6e62949e --- /dev/null +++ b/templates/action_index.php @@ -0,0 +1,73 @@ +
+ +
+ + + +

+ + + + + + + + + + + + + + + + + +
+
    + +
  • + = + + + + + + + + + +
  • + +
+
+ +
+ + + +

+
+ + + + +
+ + +
+ +
+ +
+ +
+ +
+
+
+
\ No newline at end of file diff --git a/templates/action_params.php b/templates/action_params.php new file mode 100644 index 00000000..e7efcda5 --- /dev/null +++ b/templates/action_params.php @@ -0,0 +1,38 @@ +
+ +
+ +

+
+ + + + + + $param_desc): ?> + + + +
+ + +
+ + +
+ + + + +
+ + +
+
+
+
\ No newline at end of file diff --git a/templates/action_remove.php b/templates/action_remove.php new file mode 100644 index 00000000..b90136e8 --- /dev/null +++ b/templates/action_remove.php @@ -0,0 +1,16 @@ +
+ + +
+

+ +

+ +
+ + +
+
+
\ No newline at end of file diff --git a/templates/config_index.php b/templates/config_index.php index d94ee8b9..0af2f9c2 100644 --- a/templates/config_index.php +++ b/templates/config_index.php @@ -45,7 +45,7 @@
  • - +
  • diff --git a/templates/project_index.php b/templates/project_index.php index 7d3e1844..74d807f6 100644 --- a/templates/project_index.php +++ b/templates/project_index.php @@ -68,6 +68,9 @@
  • +
  • + +
  • -- cgit v1.2.3