[Koha-patches] [PATCH] [SIGNED-OFF] bug 4986 move serials prefs from cataloging tab to serials tab

Galen Charlton gmcharlt at gmail.com
Fri Oct 29 14:23:41 CEST 2010


From: Nicole Engard <nengard at bywatersolutions.com>

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../en/modules/admin/preferences/cataloguing.pref  |   17 -----------------
 .../prog/en/modules/admin/preferences/serials.pref |   19 ++++++++++++++++++-
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
index 4e06abc..fc859ac 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
@@ -113,21 +113,4 @@ Cataloging:
                   yes: Hide
                   no: "Don't hide"
             - items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed item, or your searches will be broken.
-        - 
-            - Show the
-            - pref: StaffSerialIssueDisplayCount
-              class: integer
-            - previous issues of a serial on the staff client.
-        - 
-            - Show the
-            - pref: OPACSerialIssueDisplayCount
-              class: integer
-            - previous issues of a serial on the OPAC.
-        -
-            - When showing the subscription information for a biblio, show
-            - pref: SubscriptionHistory
-              choices:
-                  simplified: a summary
-                  full: a full list
-            - of the serial issues.
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
index a74b7cf..fc20c55 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref
@@ -16,4 +16,21 @@ Serials:
           choices:
               yes: Place
               no: "Don't place"
-        - received serials on hold if they are on a routing list.
\ No newline at end of file
+        - received serials on hold if they are on a routing list.
+    -
+        - Show the
+        - pref: StaffSerialIssueDisplayCount
+          class: integer
+        - previous issues of a serial on the staff client.
+    -
+        - Show the
+        - pref: OPACSerialIssueDisplayCount
+          class: integer
+        - previous issues of a serial on the OPAC.
+    -
+        - When showing the subscription information for a biblio, show
+        - pref: SubscriptionHistory
+          choices:
+              simplified: a summary
+              full: a full list
+        - of the serial issues.
\ No newline at end of file
-- 
1.7.0



More information about the Koha-patches mailing list