From f40d0d60b4bf5fb3c878409b3b95c76495636ec3 Mon Sep 17 00:00:00 2001 From: KRKeegan <-NOSPAM-kevin@krkeegan.com> Date: Sat, 23 Feb 2008 13:24:28 -0800 Subject: [PATCH] Make Sections Selectable Change background color. Change div id names --- plugins/admin/templates/settings.tmpl | 92 ++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 44 deletions(-) diff --git a/plugins/admin/templates/settings.tmpl b/plugins/admin/templates/settings.tmpl index 3751680..2859186 100644 --- a/plugins/admin/templates/settings.tmpl +++ b/plugins/admin/templates/settings.tmpl @@ -50,12 +50,12 @@ document.all.hideshow.divs[i].visibility = 'visible'; - +

pyTivo Web Configuration help

- - +
+
@@ -63,14 +63,18 @@ Configurationhelp

-
Sections - + +#for $name, $data in $shares_data + +#end for +#for $name, $data in $tivos_data + +#end for -
+
Administration
@@ -85,16 +89,16 @@ View Raw File
-
Global + #for $name, $data in $shares_data -
$name
+
-
+

Instructions

Instructions and sample settings will appear here when you click on the settings boxes
-
- + -- 2.11.4.GIT