From de51b631a7cc29c2bb7b1a97c71edf86ba53e58a Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 13 May 2011 15:14:24 +0000 Subject: h-source:improved the way forms are managed - part 2, improved help pages --- h-source/Application/Views/form.php | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) (limited to 'h-source/Application/Views/form.php') diff --git a/h-source/Application/Views/form.php b/h-source/Application/Views/form.php index c6f532c..737a263 100644 --- a/h-source/Application/Views/form.php +++ b/h-source/Application/Views/form.php @@ -48,6 +48,13 @@
:
+ + controller,'printers') === 0 ) { ?> +
+ + +
+
@@ -58,7 +65,6 @@
-
@@ -78,8 +84,33 @@
- + + controller,'printers') === 0 or strcmp($this->controller,'scanners') === 0) { + switch ($this->controller) + { + case 'printers': + $fragment = 'printer-compatibility'; + break; + case 'scanners': + $fragment = 'scanner-compatibility'; + break; + } + ?> + + "> +
-- cgit v1.2.3