From 80080cda20943b5105d45eb785412b7309c7a3c2 Mon Sep 17 00:00:00 2001 From: alison benjamin Date: Tue, 6 Sep 2011 18:53:09 +0000 Subject: [PATCH] template is extended to support a tablet user the "browse" hide/show jquery div is re-styled --- .../mobile/admin/courses/courses.tmpl.php | 119 +++++++++++++++++- 1 file changed, 117 insertions(+), 2 deletions(-) diff --git a/docs/themes/mobile/admin/courses/courses.tmpl.php b/docs/themes/mobile/admin/courses/courses.tmpl.php index b30a373a9..2a69e4803 100644 --- a/docs/themes/mobile/admin/courses/courses.tmpl.php +++ b/docs/themes/mobile/admin/courses/courses.tmpl.php @@ -1,4 +1,4 @@ - +mobile_device_type != IPAD_DEVICE): ?>
@@ -109,4 +109,119 @@
-
\ No newline at end of file + + +mobile_device_type == IPAD_DEVICE): ?> + +
+
+ +

num_results); ?>

+ + + + +
+
+ +page, $this->num_results, $this->page_string . SEP . $this->order .'='. $col, $this->results_per_page); ?> + +
+
+ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +num_rows): ?> + result)): ?> + + + + + + + + + + + + + + + + + +
 
+ + +
enrolled[$row['course_id']]['y'] ? $this->enrolled[$row['course_id']]['y'] : 0); ?>
+
+
+ \ No newline at end of file -- 2.17.1