Bugzilla – Attachment 16949 Details for
Bug 9850
Koha 3.12 Help Files Update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9850: Catalogue help files
Bug-9850-Catalogue-help-files.patch (text/plain), 4.81 KB, created by
Nicole C. Engard
on 2013-03-27 18:41:56 UTC
(
hide
)
Description:
Bug 9850: Catalogue help files
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2013-03-27 18:41:56 UTC
Size:
4.81 KB
patch
obsolete
>From 8fa28614e7d59e8c36400d65fde5af0a8a5fef61 Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Wed, 27 Mar 2013 14:41:05 -0400 >Subject: [PATCH] Bug 9850: Catalogue help files > >This patch updates the help files in the catalogue folder. > >To test: > >Visit the help on the search, detail pages, item details and >item history pages and confirm text and links are right. >--- > .../prog/en/modules/help/catalogue/detail.tt | 2 +- > .../prog/en/modules/help/catalogue/issuehistory.tt | 2 +- > .../prog/en/modules/help/catalogue/moredetail.tt | 2 +- > .../prog/en/modules/help/catalogue/search.tt | 14 +++++++++----- > 4 files changed, 12 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt >index fe07270..ce0c624 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/detail.tt >@@ -4,6 +4,6 @@ > > <p>In Koha the bibliographic record contains the main information related to the material. This includes things like the title, author, ISBN, etc. This information is stored in Koha in Marc (different flavors of Marc are supported in Koha). Once this information is saved, items or holdings can be attached.</p> > >-<p><strong>See the full documentation for Cataloging in the <a href="http://manual.koha-community.org/3.10/en/cataloging.html#catbibs">manual</a> (online).</strong></p> >+<p><strong>See the full documentation for Cataloging in the <a href="http://manual.koha-community.org/3.12/en/cataloging.html#catbibs">manual</a> (online).</strong></p> > > [% INCLUDE 'help-bottom.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt >index 98b70be..82c352d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/issuehistory.tt >@@ -6,6 +6,6 @@ > > <p>Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.</p> > >-<p><strong>See the full documentation for Item Checkout History in the <a href="http://manual.koha-community.org/3.10/en/catitems.html#itemcirchistory">manual</a> (online).</strong></p> >+<p><strong>See the full documentation for Item Checkout History in the <a href="http://manual.koha-community.org/3.12/en/catitems.html#itemcirchistory">manual</a> (online).</strong></p> > > [% INCLUDE 'help-bottom.inc' %] >\ No newline at end of file >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt >index d69c717..49d5a65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/moredetail.tt >@@ -18,6 +18,6 @@ > > <p>Below the 'History' heading is a link to 'View item's checkout history,' clicking that will open up the item's history which will look slightly different from the bibliographic record's history page.</p> > >-<p><strong>See the full documentation for Item Records in the <a href="http://manual.koha-community.org/3.10/en/catitems.html">manual</a> (online).</strong></p> >+<p><strong>See the full documentation for Item Records in the <a href="http://manual.koha-community.org/3.12/en/catitems.html">manual</a> (online).</strong></p> > > [% INCLUDE 'help-bottom.inc' %] >\ No newline at end of file >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt >index dcc5ade..fad0587 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/catalogue/search.tt >@@ -12,10 +12,14 @@ > > <p>The index name is 'aud' and it's derived from 008/22</p> > >-<ul><li>aud:a Easy</li> >-<li>aud:c Juvenile</li> >-<li>aud:d Young adult</li> >-<li>aud:e Adult</li></ul> >+<ul><li>aud:a Preschool</li> >+<li>aud:b Primary</li> >+<li>aud:c Pre-Adolescent</li> >+<li>aud:d Adolescent</li> >+<li>aud:e Adult</li> >+<li>aud:f Specialized</li> >+<li>aud:g General</li> >+<li>aud:j Juvenile</li></ul> > > <h3>Content</h3> > >@@ -68,6 +72,6 @@ > <li>ctype:w Law reports and digests</li> > <li>ctype:z Treaties</li></ul> > >-<p><strong>See the full documentation for Searching in the <a href="http://manual.koha-community.org/3.10/en/searching.html">manual</a> (online).</strong></p> >+<p><strong>See the full documentation for Searching in the <a href="http://manual.koha-community.org/3.12/en/searching.html">manual</a> (online).</strong></p> > > [% INCLUDE 'help-bottom.inc' %] >\ No newline at end of file >-- >1.7.2.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9850
:
16851
|
16852
|
16854
|
16856
|
16890
|
16899
|
16947
|
16949
|
16950
|
16951
|
16958
|
16974
|
16975
|
16980
|
16981
|
16999
|
17000
|
17001
|
17002
|
17003
|
17004
|
17005
|
17006
|
17007
|
17008
|
17009
|
17010
|
17011
|
17012
|
17013
|
17025
|
17094
|
17095
|
17096
|
17097
|
17098
|
17102
|
17103
|
17104
|
17105
|
17122
|
17139
|
17140
|
17141
|
17142
|
17143
|
17144
|
17145
|
17146
|
17147
|
17193
|
17194
|
17195
|
17196
|
17197
|
17198
|
17199
|
17200
|
17201
|
17629
|
17630
|
17631
|
17632
|
17633
|
17634
|
17635
|
17636
|
17637
|
17638
|
17639
|
17640