Bug 5462: fixed current preferences tab highlighting bug created by dashfix
authorChristopher Hall <chris.hall@catalyst.net.nz>
Sun, 28 Nov 2010 20:59:30 +0000 (09:59 +1300)
committerColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 3 Feb 2011 09:58:52 +0000 (09:58 +0000)
Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
12 files changed:
admin/systempreferences.pl
koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced-content.pref [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local-use.pref [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local_use.pref [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web-services.pref [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref [new file with mode: 0644]

index 2ed3913..b33c7ec 100755 (executable)
@@ -787,7 +787,7 @@ if ( $op eq 'add_form' ) {
         $row_data->{delete} = "$script_name?op=delete_confirm&amp;searchfield=" . $results->[$i]{'variable'};
         push( @loop_data, $row_data );
     }
-    $tab = ( $tab ? $tab : "local-use" );
+    $tab = ( $tab ? $tab : "local_use" );
     $template->param( loop => \@loop_data, $tab => 1 );
     if ( $offset > 0 ) {
         my $prevpage = $offset - $pagesize;
index 6def132..4e0d0b0 100644 (file)
@@ -6,15 +6,15 @@
 <!-- TMPL_IF NAME="cataloguing" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Cataloging" href="/cgi-bin/koha/admin/preferences.pl?tab=cataloguing">Cataloging</a></li>
 <!-- TMPL_IF NAME="circulation" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Circulation" href="/cgi-bin/koha/admin/preferences.pl?tab=circulation">Circulation</a></li>
 <!-- TMPL_IF NAME="creators" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Creators" href="/cgi-bin/koha/admin/preferences.pl?tab=creators">Creators</a></li>
-<!-- TMPL_IF NAME="enhanced_content" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Enhanced Content Settings" href="/cgi-bin/koha/admin/preferences.pl?tab=enhanced-content">Enhanced Content</a></li>
-<!-- TMPL_IF NAME="i18n_l10n" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Internationalization and Localization" href="/cgi-bin/koha/admin/preferences.pl?tab=i18n-l10n">I18N/L10N</a></li>
+<!-- TMPL_IF NAME="enhanced_content" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Enhanced Content Settings" href="/cgi-bin/koha/admin/preferences.pl?tab=enhanced_content">Enhanced Content</a></li>
+<!-- TMPL_IF NAME="i18n_l10n" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Internationalization and Localization" href="/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n">I18N/L10N</a></li>
 <!-- TMPL_IF NAME="local_use" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/admin/systempreferences.pl">Local Use</a></li>
 <!-- TMPL_IF NAME="logs" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Transaction Logs" href="/cgi-bin/koha/admin/preferences.pl?tab=logs">Logs</a></li>
 <!-- TMPL_IF NAME="opac" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Online Public Access Catalog" href="/cgi-bin/koha/admin/preferences.pl?tab=opac">OPAC</a></li>
 <!-- TMPL_IF NAME="patrons" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Patrons" href="/cgi-bin/koha/admin/preferences.pl?tab=patrons">Patrons</a></li>
 <!-- TMPL_IF NAME="searching" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Searching" href="/cgi-bin/koha/admin/preferences.pl?tab=searching">Searching</a></li>
 <!-- TMPL_IF NAME="serials" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Serials" href="/cgi-bin/koha/admin/preferences.pl?tab=serials">Serials</a></li>
-<!-- TMPL_IF NAME="staff_client" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Staff Client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff-client">Staff Client</a></li>
-<!-- TMPL_IF NAME="web_services" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Web Services" href="/cgi-bin/koha/admin/preferences.pl?tab=web-services">Web Services</a></li>
+<!-- TMPL_IF NAME="staff_client" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Staff Client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff Client</a></li>
+<!-- TMPL_IF NAME="web_services" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a title="Web Services" href="/cgi-bin/koha/admin/preferences.pl?tab=web_services">Web Services</a></li>
 </ul>
 </div>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced-content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced-content.pref
deleted file mode 100644 (file)
index 5367a42..0000000
+++ /dev/null
@@ -1,283 +0,0 @@
-Enhanced Content:
-    All:
-        -
-            - <strong>NOTE:</strong> you can only choose one source of cover images from below, otherwise Koha will show the images from all sources selected.
-        -
-            - pref: FRBRizeEditions
-              default: 0
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - other editions of an item on the staff client (if found by one of the services below).
-        -
-            - pref: OPACFRBRizeEditions
-              default: 0
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - other editions of an item on the OPAC.
-    Amazon:
-        -
-            - pref: AmazonEnabled
-              default: 0
-              choices:
-                  yes: Use
-                  no: "Don't use"
-            - data from Amazon on the staff interface (including reviews and "Search Inside" links on item detail pages). This requires that you have signed up for and entered an access key.
-        -
-            - pref: OPACAmazonEnabled
-              default: 0
-              choices:
-                  yes: Use
-                  no: "Don't use"
-            - data from Amazon on the OPAC (including reviews and "Search Inside" links on item detail pages). This requires that you have signed up for and entered an access key.
-        -
-            - Use Amazon data from its
-            - pref: AmazonLocale
-              choices:
-                  US: American
-                  CA: Canadian
-                  DE: German
-                  FR: French
-                  JP: Japanese
-                  UK: British
-            - website.
-        -
-            - Access Amazon content using the access key
-            - pref: AWSAccessKeyID
-            - (free, at <a href="http://aws.amazon.com/">http://aws.amazon.com/</a>).
-        -
-            - Access Amazon content (other than book jackets) using the private key
-            - pref: AWSPrivateKey
-            - (free, at <a href="http://aws.amazon.com/">http://aws.amazon.com/</a>).
-        -
-            - Put the associate tag
-            - pref: AmazonAssocTag
-            - on links to Amazon. This can net your library referral fees if a patron decides to buy an item.
-        -
-            - pref: AmazonCoverImages
-              default: 1
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - cover images from Amazon on search results and item detail pages on the staff interface.
-        -
-            - pref: AmazonReviews
-              default: 1
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - reviews from Amazon on item detail pages on the staff interface.
-        -
-            - pref: AmazonSimilarItems
-              default: 1
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - similar items, as determined by Amazon, on item detail pages on the staff interface.
-        -
-            - pref: OPACAmazonCoverImages
-              default: 1
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - cover images from Amazon on search results and item detail pages on the OPAC.
-        -
-            - pref: OPACAmazonSimilarItems
-              default: 1
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - similar items, as determined by Amazon, on item detail pages on the OPAC.
-        -
-            - pref: OPACAmazonReviews
-              default: 1
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - reviews from Amazon on item detail pages on the OPAC.
-    Babelthèque:
-        -
-            - pref: Babeltheque
-              choices:
-                  yes: Do
-                  no: "Don't"
-            - include information (such as reviews and citations) from Babelthèque in item detail pages on the OPAC.
-    Baker and Taylor:
-        -
-            - pref: BakerTaylorEnabled
-              choices:
-                  yes: Add
-                  no: "Don't add"
-            - Baker and Taylor links and cover images to the OPAC and staff client. This requires that you have entered in a username and password (which can be seen in image links).
-        -
-            - 'Baker and Taylor "My Library Bookstore" links should be accessed at <code>https://'
-            - pref: BakerTaylorBookstoreURL
-              class: url
-            - <em>isbn</em></code> (this should be filled in with something like <code>ocls.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&amp;parentNum=10923&amp;key=</code>). Leave it blank to disable these links.
-        -
-            - Access Baker and Taylor using username
-            - pref: BakerTaylorUsername
-              class: password
-            - and password
-            - pref: BakerTaylorPassword
-              class: password
-            - .
-    Google:
-        -
-            - pref: GoogleJackets
-              choices:
-                  yes: Add
-                  no: "Don't add"
-            - cover images from Google Books to search results and item detail pages on the OPAC.
-    Library Thing:
-        # Awkward syntax below, due to quoting conflicts
-        -
-            - pref: ThingISBN
-              choices:
-                  yes: Use
-                  no: "Don't use"
-            - the ThingISBN service to show other editions of a title (when either FRBRizeEditions or OPACFRBRizeEditions is on). This is separate from Library Thing for Libraries.
-        -
-            - pref: LibraryThingForLibrariesEnabled
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - "reviews, similar items, and tags from Library Thing for Libraries on item detail pages on the OPAC. If you've enabled this, you need to "
-            - <a href="http://www.librarything.com/forlibraries/">sign up</a>, then enter in your ID below.
-        -
-            - Access Library Thing for Libraries using the customer ID
-            - pref: LibraryThingForLibrariesID
-            - .
-        -
-            - Show Library Thing for Libraries content
-            - pref: LibraryThingForLibrariesTabbedView
-              choices:
-                  yes: in tabs.
-                  no: in line with the bibliographic information.
-    OCLC:
-        -
-            - pref: XISBN
-              choices:
-                  yes: Use
-                  no: "Don't use"
-            - the OCLC xISBN service to show other editions of a title (when either FRBRizeEditions or OPACFRBRizeEditions is on).
-        -
-            - Use the <a href="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">OCLC affiliate ID</a>
-            - pref: OCLCAffiliateID
-            - to access the xISBN service. Note that unless you have signed up for an ID, you are limited to 1000 requests per day.
-        -
-            - Only use the xISBN service
-            - pref: XISBNDailyLimit
-              class: integer
-            - times a day. Unless you are paying for the xISBN service, you should leave this at the default of 999 (as detailed above).
-    Syndetics:
-        -
-            - pref: SyndeticsEnabled
-              choices:
-                  yes: Use
-                  no: "Don't use"
-            - content from Syndetics. Note that this requires that you have signed up for the service and entered in your client code below.
-        -
-            - Use the client code
-            - pref: SyndeticsClientCode
-            - to access Syndetics.
-        -
-            - pref: SyndeticsCoverImages
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - cover images from Syndetics on search results and item detail pages on the OPAC in a
-            - pref: SyndeticsCoverImageSize
-              choices:
-                  MC: medium
-                  LC: large
-            - size.
-        -
-            - pref: SyndeticsAuthorNotes
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - notes about the author of a title from Syndetics on item detail pages on the OPAC.
-        -
-            - pref: SyndeticsAwards
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - information from Syndetics about the awards a title has won on item detail pages on the OPAC.
-        -
-            - pref: SyndeticsEditions
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - information about other editions of a title from Syndetics on item detail pages on the OPAC (when OPACFRBRizeEditions is on).
-        -
-            - pref: SyndeticsExcerpt
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - excerpts from of a title from Syndetics on item detail pages on the OPAC.
-        -
-            - pref: SyndeticsReviews
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - reviews of a title from Syndetics on item detail pages on the OPAC.
-        -
-            - pref: SyndeticsSeries
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - "information on other books in a title's series from Syndetics on item detail pages on the OPAC."
-        -
-            - pref: SyndeticsSummary
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - a summary of a title from Syndetics on item detail pages on the OPAC.
-        -
-            - pref: SyndeticsTOC
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - the table of contents of a title from Syndetics on item detail pages on the OPAC.
-    Tagging:
-        -
-            - pref: TagsEnabled
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - patrons and staff to put tags on items.
-        -
-            - pref: TagsModeration
-              choices:
-                  yes: Require
-                  no: "Don't require"
-            - that tags submitted by patrons be reviewed by a staff member before being shown.
-        -
-            - Show
-            - pref: TagsShowOnList
-              class: integer
-            - tags on search results on the OPAC.
-        -
-            - pref: TagsInputOnList
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - patrons to input tags on search results on the OPAC.
-        -
-            - Show
-            - pref: TagsShowOnDetail
-              class: integer
-            - tags on item detail pages on the OPAC.
-        -
-            - pref: TagsInputOnDetail
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - patrons to input tags on item detail pages on the OPAC.
-        -
-            - Allow tags in the dictionary of the ispell executable
-            - pref: TagsExternalDictionary
-              class: file
-            - on the server to be approved without moderation.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
new file mode 100644 (file)
index 0000000..5367a42
--- /dev/null
@@ -0,0 +1,283 @@
+Enhanced Content:
+    All:
+        -
+            - <strong>NOTE:</strong> you can only choose one source of cover images from below, otherwise Koha will show the images from all sources selected.
+        -
+            - pref: FRBRizeEditions
+              default: 0
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - other editions of an item on the staff client (if found by one of the services below).
+        -
+            - pref: OPACFRBRizeEditions
+              default: 0
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - other editions of an item on the OPAC.
+    Amazon:
+        -
+            - pref: AmazonEnabled
+              default: 0
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - data from Amazon on the staff interface (including reviews and "Search Inside" links on item detail pages). This requires that you have signed up for and entered an access key.
+        -
+            - pref: OPACAmazonEnabled
+              default: 0
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - data from Amazon on the OPAC (including reviews and "Search Inside" links on item detail pages). This requires that you have signed up for and entered an access key.
+        -
+            - Use Amazon data from its
+            - pref: AmazonLocale
+              choices:
+                  US: American
+                  CA: Canadian
+                  DE: German
+                  FR: French
+                  JP: Japanese
+                  UK: British
+            - website.
+        -
+            - Access Amazon content using the access key
+            - pref: AWSAccessKeyID
+            - (free, at <a href="http://aws.amazon.com/">http://aws.amazon.com/</a>).
+        -
+            - Access Amazon content (other than book jackets) using the private key
+            - pref: AWSPrivateKey
+            - (free, at <a href="http://aws.amazon.com/">http://aws.amazon.com/</a>).
+        -
+            - Put the associate tag
+            - pref: AmazonAssocTag
+            - on links to Amazon. This can net your library referral fees if a patron decides to buy an item.
+        -
+            - pref: AmazonCoverImages
+              default: 1
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - cover images from Amazon on search results and item detail pages on the staff interface.
+        -
+            - pref: AmazonReviews
+              default: 1
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - reviews from Amazon on item detail pages on the staff interface.
+        -
+            - pref: AmazonSimilarItems
+              default: 1
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - similar items, as determined by Amazon, on item detail pages on the staff interface.
+        -
+            - pref: OPACAmazonCoverImages
+              default: 1
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - cover images from Amazon on search results and item detail pages on the OPAC.
+        -
+            - pref: OPACAmazonSimilarItems
+              default: 1
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - similar items, as determined by Amazon, on item detail pages on the OPAC.
+        -
+            - pref: OPACAmazonReviews
+              default: 1
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - reviews from Amazon on item detail pages on the OPAC.
+    Babelthèque:
+        -
+            - pref: Babeltheque
+              choices:
+                  yes: Do
+                  no: "Don't"
+            - include information (such as reviews and citations) from Babelthèque in item detail pages on the OPAC.
+    Baker and Taylor:
+        -
+            - pref: BakerTaylorEnabled
+              choices:
+                  yes: Add
+                  no: "Don't add"
+            - Baker and Taylor links and cover images to the OPAC and staff client. This requires that you have entered in a username and password (which can be seen in image links).
+        -
+            - 'Baker and Taylor "My Library Bookstore" links should be accessed at <code>https://'
+            - pref: BakerTaylorBookstoreURL
+              class: url
+            - <em>isbn</em></code> (this should be filled in with something like <code>ocls.mylibrarybookstore.com/MLB/actions/searchHandler.do?nextPage=bookDetails&amp;parentNum=10923&amp;key=</code>). Leave it blank to disable these links.
+        -
+            - Access Baker and Taylor using username
+            - pref: BakerTaylorUsername
+              class: password
+            - and password
+            - pref: BakerTaylorPassword
+              class: password
+            - .
+    Google:
+        -
+            - pref: GoogleJackets
+              choices:
+                  yes: Add
+                  no: "Don't add"
+            - cover images from Google Books to search results and item detail pages on the OPAC.
+    Library Thing:
+        # Awkward syntax below, due to quoting conflicts
+        -
+            - pref: ThingISBN
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - the ThingISBN service to show other editions of a title (when either FRBRizeEditions or OPACFRBRizeEditions is on). This is separate from Library Thing for Libraries.
+        -
+            - pref: LibraryThingForLibrariesEnabled
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - "reviews, similar items, and tags from Library Thing for Libraries on item detail pages on the OPAC. If you've enabled this, you need to "
+            - <a href="http://www.librarything.com/forlibraries/">sign up</a>, then enter in your ID below.
+        -
+            - Access Library Thing for Libraries using the customer ID
+            - pref: LibraryThingForLibrariesID
+            - .
+        -
+            - Show Library Thing for Libraries content
+            - pref: LibraryThingForLibrariesTabbedView
+              choices:
+                  yes: in tabs.
+                  no: in line with the bibliographic information.
+    OCLC:
+        -
+            - pref: XISBN
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - the OCLC xISBN service to show other editions of a title (when either FRBRizeEditions or OPACFRBRizeEditions is on).
+        -
+            - Use the <a href="http://www.worldcat.org/affiliate/webservices/xisbn/app.jsp">OCLC affiliate ID</a>
+            - pref: OCLCAffiliateID
+            - to access the xISBN service. Note that unless you have signed up for an ID, you are limited to 1000 requests per day.
+        -
+            - Only use the xISBN service
+            - pref: XISBNDailyLimit
+              class: integer
+            - times a day. Unless you are paying for the xISBN service, you should leave this at the default of 999 (as detailed above).
+    Syndetics:
+        -
+            - pref: SyndeticsEnabled
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - content from Syndetics. Note that this requires that you have signed up for the service and entered in your client code below.
+        -
+            - Use the client code
+            - pref: SyndeticsClientCode
+            - to access Syndetics.
+        -
+            - pref: SyndeticsCoverImages
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - cover images from Syndetics on search results and item detail pages on the OPAC in a
+            - pref: SyndeticsCoverImageSize
+              choices:
+                  MC: medium
+                  LC: large
+            - size.
+        -
+            - pref: SyndeticsAuthorNotes
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - notes about the author of a title from Syndetics on item detail pages on the OPAC.
+        -
+            - pref: SyndeticsAwards
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - information from Syndetics about the awards a title has won on item detail pages on the OPAC.
+        -
+            - pref: SyndeticsEditions
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - information about other editions of a title from Syndetics on item detail pages on the OPAC (when OPACFRBRizeEditions is on).
+        -
+            - pref: SyndeticsExcerpt
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - excerpts from of a title from Syndetics on item detail pages on the OPAC.
+        -
+            - pref: SyndeticsReviews
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - reviews of a title from Syndetics on item detail pages on the OPAC.
+        -
+            - pref: SyndeticsSeries
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - "information on other books in a title's series from Syndetics on item detail pages on the OPAC."
+        -
+            - pref: SyndeticsSummary
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - a summary of a title from Syndetics on item detail pages on the OPAC.
+        -
+            - pref: SyndeticsTOC
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - the table of contents of a title from Syndetics on item detail pages on the OPAC.
+    Tagging:
+        -
+            - pref: TagsEnabled
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons and staff to put tags on items.
+        -
+            - pref: TagsModeration
+              choices:
+                  yes: Require
+                  no: "Don't require"
+            - that tags submitted by patrons be reviewed by a staff member before being shown.
+        -
+            - Show
+            - pref: TagsShowOnList
+              class: integer
+            - tags on search results on the OPAC.
+        -
+            - pref: TagsInputOnList
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to input tags on search results on the OPAC.
+        -
+            - Show
+            - pref: TagsShowOnDetail
+              class: integer
+            - tags on item detail pages on the OPAC.
+        -
+            - pref: TagsInputOnDetail
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to input tags on item detail pages on the OPAC.
+        -
+            - Allow tags in the dictionary of the ispell executable
+            - pref: TagsExternalDictionary
+              class: file
+            - on the server to be approved without moderation.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n-l10n.pref
deleted file mode 100644 (file)
index 591e6ca..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-I18N/L10N:
-    -
-        - Format dates like
-        - pref: dateformat
-          default: us
-          choices:
-              us: mm/dd/yyyy
-              metric: dd/mm/yyyy
-              iso: yyyy/mm/dd
-        - .
-    -
-        - "Enable the following languages on the staff interface:"
-        - pref: language
-          type: staff-languages
-    -
-        - pref: opaclanguagesdisplay
-          default: 0
-          choices:
-              yes: Allow
-              no: "Don't allow"
-        - patrons to change the language they see on the OPAC.
-    -
-        - "Enable the following languages on the OPAC:"
-        - pref: opaclanguages
-          type: opac-languages
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/i18n_l10n.pref
new file mode 100644 (file)
index 0000000..591e6ca
--- /dev/null
@@ -0,0 +1,25 @@
+I18N/L10N:
+    -
+        - Format dates like
+        - pref: dateformat
+          default: us
+          choices:
+              us: mm/dd/yyyy
+              metric: dd/mm/yyyy
+              iso: yyyy/mm/dd
+        - .
+    -
+        - "Enable the following languages on the staff interface:"
+        - pref: language
+          type: staff-languages
+    -
+        - pref: opaclanguagesdisplay
+          default: 0
+          choices:
+              yes: Allow
+              no: "Don't allow"
+        - patrons to change the language they see on the OPAC.
+    -
+        - "Enable the following languages on the OPAC:"
+        - pref: opaclanguages
+          type: opac-languages
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local-use.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local-use.pref
deleted file mode 100644 (file)
index 9d9c592..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Local Use:
-    -
-        - Nothing defined yet.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local_use.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/local_use.pref
new file mode 100644 (file)
index 0000000..9d9c592
--- /dev/null
@@ -0,0 +1,3 @@
+Local Use:
+    -
+        - Nothing defined yet.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref
deleted file mode 100644 (file)
index ab546f1..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-Staff Client:
-    Appearance:
-        -
-            - Use the
-            - pref: template
-              choices: staff-templates
-            - theme on the staff interface.
-        -
-            - "The staff client is located at http://"
-            - pref: staffClientBaseURL
-              class: url
-            - .
-        -
-            - Include the stylesheet at
-            - pref: intranetstylesheet
-              class: url
-            - on all pages in the staff interface, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
-        -
-            - "Include the following CSS on all pages in the staff client:"
-            - pref: IntranetUserCSS
-              type: textarea
-              class: code
-        -
-            - Include the stylesheet <code><!-- TMPL_VAR NAME="themelang" -->/css/</code>
-            - pref: intranetcolorstylesheet
-              class: file
-            - on all pages in the staff interface. (Leave blank to disable.)
-        -
-            - Use include files from the
-            - pref: intranet_includes
-              class: file
-            - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
-        -
-            - "Show the following HTML in its own column on the main page of the staff client:"
-            - pref: IntranetmainUserblock
-              type: textarea
-              class: code
-        -
-            - "Show the following HTML in the More menu at the top of each page on the staff client (should be a list of links or blank):"
-            - pref: IntranetNav
-              type: textarea
-              class: code
-        -
-            - "Include the following JavaScript on all pages in the staff clien:"
-            - pref: intranetuserjs
-              type: textarea
-              class: code
-        -   
-            - Show biblio records on result page in the staff client
-            - pref: XSLTResultsDisplay
-              choices:
-                  yes: using XSLT stylesheets.
-                  no: normally.
-        -   
-            - Show item details pages in the staff client
-            - pref: XSLTDetailsDisplay
-              choices:
-                  yes: using XSLT stylesheets.
-                  no: normally.              
-        -
-            - Use the Yahoo UI libraries
-            - pref: yuipath
-              choices:
-                  local: "included with Koha (faster, will work if internet goes down)."
-                  "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
-    Options:
-        -
-            - pref: viewMARC
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - staff to view records in plain MARC form on the staff client.
-        -
-            - pref: viewLabeledMARC
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - staff to view records in labeled MARC form on the staff client.
-        -
-            - pref: viewISBD
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - staff to view records in ISBD form on the staff client.
-        -
-            - pref: HidePatronName
-              choices:
-                  no: Show
-                  yes: "Don't show"
-            - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
-        -
-            - pref: intranetbookbag
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - the cart option in the staff client.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref
new file mode 100644 (file)
index 0000000..0d7fedc
--- /dev/null
@@ -0,0 +1,96 @@
+Staff Client:
+    Appearance:
+        -
+            - Use the
+            - pref: template
+              choices: staff-templates
+            - theme on the staff interface.
+        -
+            - "The staff client is located at http://"
+            - pref: staffClientBaseURL
+              class: url
+            - .
+        -
+            - Include the stylesheet at
+            - pref: intranetstylesheet
+              class: url
+            - on all pages in the staff interface, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
+        -
+            - "Include the following CSS on all pages in the staff client:"
+            - pref: IntranetUserCSS
+              type: textarea
+              class: code
+        -
+            - Include the stylesheet <code><!-- TMPL_VAR NAME="themelang" -->/css/</code>
+            - pref: intranetcolorstylesheet
+              class: file
+            - on all pages in the staff interface. (Leave blank to disable.)
+        -
+            - Use include files from the
+            - pref: intranet_includes
+              class: file
+            - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
+        -
+            - "Show the following HTML in its own column on the main page of the staff client:"
+            - pref: IntranetmainUserblock
+              type: textarea
+              class: code
+        -
+            - "Show the following HTML in the More menu at the top of each page on the staff client (should be a list of links or blank):"
+            - pref: IntranetNav
+              type: textarea
+              class: code
+        -
+            - "Include the following JavaScript on all pages in the staff clien:"
+            - pref: intranetuserjs
+              type: textarea
+              class: code
+        -
+            - Show biblio records on result page in the staff client
+            - pref: XSLTResultsDisplay
+              choices:
+                  yes: using XSLT stylesheets.
+                  no: normally.
+        -
+            - Show item details pages in the staff client
+            - pref: XSLTDetailsDisplay
+              choices:
+                  yes: using XSLT stylesheets.
+                  no: normally.
+        -
+            - Use the Yahoo UI libraries
+            - pref: yuipath
+              choices:
+                  local: "included with Koha (faster, will work if internet goes down)."
+                  "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
+    Options:
+        -
+            - pref: viewMARC
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - staff to view records in plain MARC form on the staff client.
+        -
+            - pref: viewLabeledMARC
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - staff to view records in labeled MARC form on the staff client.
+        -
+            - pref: viewISBD
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - staff to view records in ISBD form on the staff client.
+        -
+            - pref: HidePatronName
+              choices:
+                  no: Show
+                  yes: "Don't show"
+            - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
+        -
+            - pref: intranetbookbag
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - the cart option in the staff client.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web-services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web-services.pref
deleted file mode 100644 (file)
index f4f5d6f..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-Web Services:
-    OAI-PMH:
-        -
-            - pref: OAI-PMH
-              choices:
-                  yes: Enable
-                  no: Disable
-            - "Koha's"
-            - '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
-        -
-            - Identify records at this site with the prefix
-            - pref: "OAI-PMH:archiveID"
-            - ": ."
-        -
-            - Only return
-            - pref: "OAI-PMH:MaxCount"
-              class: integer
-            - records at a time in response to a ListRecords or ListIdentifiers query.
-        -
-            - YAML OAI Koha server configuration file:
-            - pref: "OAI-PMH:ConfFile"
-              class: file
-            - . If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode. In extended mode, it's possible to parameter other formats than marcxml or Dublin Core. OAI-PMH:ConfFile specify a YAML configuration file which list available metadata formats and XSL file used to create them from marcxml records.
-    ILS-DI:
-        -
-            - pref: ILS-DI
-              choices:
-                yes: Enable
-                no: Disable
-            - ILS-DI services for OPAC users
-        -
-            - pref: ILS-DI:AuthorizedIPs
-              class: Text
-            - allowed IPs to use the ILS-DI services
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref
new file mode 100644 (file)
index 0000000..f4f5d6f
--- /dev/null
@@ -0,0 +1,34 @@
+Web Services:
+    OAI-PMH:
+        -
+            - pref: OAI-PMH
+              choices:
+                  yes: Enable
+                  no: Disable
+            - "Koha's"
+            - '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
+        -
+            - Identify records at this site with the prefix
+            - pref: "OAI-PMH:archiveID"
+            - ": ."
+        -
+            - Only return
+            - pref: "OAI-PMH:MaxCount"
+              class: integer
+            - records at a time in response to a ListRecords or ListIdentifiers query.
+        -
+            - YAML OAI Koha server configuration file:
+            - pref: "OAI-PMH:ConfFile"
+              class: file
+            - . If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode. In extended mode, it's possible to parameter other formats than marcxml or Dublin Core. OAI-PMH:ConfFile specify a YAML configuration file which list available metadata formats and XSL file used to create them from marcxml records.
+    ILS-DI:
+        -
+            - pref: ILS-DI
+              choices:
+                yes: Enable
+                no: Disable
+            - ILS-DI services for OPAC users
+        -
+            - pref: ILS-DI:AuthorizedIPs
+              class: Text
+            - allowed IPs to use the ILS-DI services