From f9e49a6ab260f167d94af74e47efb3b649986cee Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 27 Nov 2007 14:52:21 -0600 Subject: [PATCH] Minor changes to systempreferences markup, including re-adding edit link on system pref variable, very helpful if the display runs off the right side of the screen. Signed-off-by: Joshua Ferraro --- .../prog/en/css/staff-global.css | 5 ++++ .../en/modules/admin/systempreferences.tmpl | 25 ++++++++++--------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index 6749ed01f1..63047d04f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -637,6 +637,11 @@ fieldset.rows td label { width : auto; } +fieldset.rows label.yesno { + float : none; + width : auto; +} + fieldset.action { clear : both; float : none; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl index ad9051f26a..76c9aec02f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tmpl @@ -85,9 +85,9 @@ Add a system preference
  1. " />
  2. -
  3. "> -
  4. -
  5. +
  6. Variable: " /> +
  7. +
  8. @@ -106,23 +106,24 @@ - ON + - OFF +
-
Save ChangesAdd this Preference"> Cancel
+
Cancel
Koha internal
Note: you should have no reasons to modify the following default values
    - +
  1. (Choice, YesNo, Integer, Textarea, Float, Themes, Languages, or ClassSources)
    - " size="40" maxlength="40"> - + " size="40" maxlength="40" />
  2. +
  3. (a choice list for Choice (separated by |) or cols|rows for Texarea)
    - " size="60" maxlength="80" /> + " size="60" maxlength="80" />
  4. +
@@ -149,7 +150,7 @@
" method="post">" /> -
" method="post">
+
" method="post">
@@ -208,7 +209,7 @@ class="highlight"> - + "> ONOFF -- 2.20.1