[Koha-patches] [PATCH] bug 3993 & 4119 add WebBasedSelfCheck pref to interface

Nicole Engard nengard at gmail.com
Thu Feb 4 08:56:18 CET 2010


bug 4119 - add WebBasedSelfCheck to sys pref interface
bug 3993 - added quotes around OpacMaintenance description so it appears
---
 .../en/modules/admin/preferences/circulation.pref  |    7 ++++++-
 .../prog/en/modules/admin/preferences/opac.pref    |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
index e296288..409fcea 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
@@ -261,4 +261,9 @@ Circulation:
                   yes: Show
                   no: "Don't show"
             - "the patron's picture (if one has been added) when they use the web-based self checkout."
-
+        -
+            - pref: WebBasedSelfCheck
+              choices:
+                  yes: Enable
+                  no: "Don't enable"
+            - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
index 60010ac..aabfce8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
@@ -33,7 +33,7 @@ OPAC:
               choices:
                   yes: Show
                   no: "Don't show"
-            - a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs upgraded, but unconditionally.
+            - "a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs upgraded, but unconditionally."
         -
             - By default, show bib records
             - pref: BiblioDefaultView
-- 
1.5.6.5




More information about the Koha-patches mailing list