bug 4986 move serials prefs from cataloging tab to serials tab
authorNicole Engard <nengard@bywatersolutions.com>
Fri, 29 Oct 2010 12:23:41 +0000 (08:23 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 2 Nov 2010 01:55:12 +0000 (14:55 +1300)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref

index 4e06abc..fc859ac 100644 (file)
@@ -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.
 
index a74b7cf..fc20c55 100644 (file)
@@ -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