From 1f68dc6192ad281f22c763b50bc714a0692a04d8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Sep 2009 14:14:52 -0500 Subject: [PATCH] Minor tweaks and XHTML corrections - Formatting available languages as a definition list rather than nested tables - Adding details to save button to improve clarity when dealing with search result sets from multiple sections Signed-off-by: Jesse Weaver --- .../intranet-tmpl/prog/en/css/preferences.css | 12 ++++++ .../prog/en/modules/admin/preferences.tmpl | 42 ++++++++++--------- 2 files changed, 34 insertions(+), 20 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css b/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css index 54ff036e41..7a24bc7fdf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/preferences.css @@ -23,3 +23,15 @@ textarea.preference-code, .preference-file { a.expand-textarea { display: block; } +dl { + margin-left : 1em; +} +dt { + padding : .1em; +} +h1 { + font-size : 149%; +} +h2 { + font-size : 134%; +} \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl index 80c04c019d..76ffddcfa7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tmpl @@ -1,8 +1,8 @@ Koha › Administration › System Preferences -/css/preferences.css"> -/css/humanmsg.css"> +/css/preferences.css" /> +/css/humanmsg.css" /> @@ -36,7 +36,7 @@
-
+ " /> @@ -59,7 +59,7 @@

preferences

- + " /> @@ -84,8 +84,7 @@
+
-
-
+
- +
+ +
-
+
" name="pref_" id="" type="checkbox" checked="checked" /> " name="pref_" id="" type="checkbox" /> -
+ - - - " name="pref_" id="" type="checkbox" checked="checked" /> - - " name="pref_" id="" type="checkbox" /> - +
+ + + " name="pref_" id="" type="checkbox" checked="checked" /> + + " name="pref_" id="" type="checkbox" /> + +
-
+ @@ -154,7 +156,7 @@ - +
" class="cancel">Cancel
-- 2.39.2