View | Details | Raw Unified | Return to bug 11503
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc (-1 / +1 lines)
Lines 29-35 Link Here
29
            <option value="ff8-23:h">hand-written</option>
29
            <option value="ff8-23:h">hand-written</option>
30
            <option value="ff8-23:i">multimedia</option>
30
            <option value="ff8-23:i">multimedia</option>
31
            <option value="ff8-23:j">mini-print</option>
31
            <option value="ff8-23:j">mini-print</option>
32
            <option value="ff8-23:s">electronic ressource</option>
32
            <option value="ff8-23:s">electronic resource</option>
33
            <option value="ff8-23:t">microform</option>
33
            <option value="ff8-23:t">microform</option>
34
            <option value="ff8-23:z">other form of textual material</option>
34
            <option value="ff8-23:z">other form of textual material</option>
35
		</select>
35
		</select>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +1 lines)
Lines 158-164 function confirmnotdup(redirect){ Link Here
158
158
159
                <form action="authorities.pl" method="get">
159
                <form action="authorities.pl" method="get">
160
                    <input type="hidden" name="authid" value="[% duplicateauthid %]" />
160
                    <input type="hidden" name="authid" value="[% duplicateauthid %]" />
161
                    <input type="submit" class="edit" value="Yes: Edit exisiting authority" />
161
                    <input type="submit" class="edit" value="Yes: Edit existing authority" />
162
                </form>
162
                </form>
163
                <form action="authorities.pl" method="get">
163
                <form action="authorities.pl" method="get">
164
                    <input type="button" value="No: Save as new authority" class="save" accesskey="w" onclick="confirmnotdup('items'); return false;" />
164
                    <input type="button" value="No: Save as new authority" class="save" accesskey="w" onclick="confirmnotdup('items'); return false;" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt (-4 / +4 lines)
Lines 48-56 Link Here
48
				<option value="c">by computer</option>
48
				<option value="c">by computer</option>
49
			[% END %]
49
			[% END %]
50
			[% IF ( f2d ) %]
50
			[% IF ( f2d ) %]
51
				<option value="d" selected="selected">by active remote sensing techniqu</option>
51
                <option value="d" selected="selected">by active remote sensing technique</option>
52
			[% ELSE %]
52
			[% ELSE %]
53
				<option value="d">by active remote sensing techniqu</option>
53
                <option value="d">by active remote sensing technique</option>
54
			[% END %]
54
			[% END %]
55
			[% IF ( f2e ) %]
55
			[% IF ( f2e ) %]
56
				<option value="e" selected="selected">by passive remote sensing techniques</option>
56
				<option value="e" selected="selected">by passive remote sensing techniques</option>
Lines 226-234 Link Here
226
				<option value="u">unknown</option>
226
				<option value="u">unknown</option>
227
			[% END %]
227
			[% END %]
228
			[% IF ( f5y ) %]
228
			[% IF ( f5y ) %]
229
				<option value="y" selected="selected">the cartographic item is not a final produc</option>
229
                <option value="y" selected="selected">the cartographic item is not a final product</option>
230
			[% ELSE %]
230
			[% ELSE %]
231
				<option value="y">the cartographic item is not a final produc</option>
231
                <option value="y">the cartographic item is not a final product</option>
232
			[% END %]
232
			[% END %]
233
			[% IF ( f5z ) %]
233
			[% IF ( f5z ) %]
234
				<option value="z" selected="selected">other</option>
234
				<option value="z" selected="selected">other</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/about.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
<h2>Perl modules</h2>
11
<h2>Perl modules</h2>
12
12
13
<p>This tab lists all the dependant Perl modules for Koha and whether or not you have them installed, and the version number. If you are reporting an issue, the developer may ask what is the state of the Perl modules you have installed.</p>
13
<p>This tab lists all the dependent Perl modules for Koha and whether or not you have them installed, and the version number. If you are reporting an issue, the developer may ask what is the state of the Perl modules you have installed.</p>
14
14
15
<h2>System information</h2>
15
<h2>System information</h2>
16
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt (-1 / +1 lines)
Lines 101-107 Link Here
101
101
102
<p>Clicking the 'Uncertain Prices' button will call up a list of items with uncertain prices to quick editing.</p>
102
<p>Clicking the 'Uncertain Prices' button will call up a list of items with uncertain prices to quick editing.</p>
103
103
104
<p style="color: #ff0000">Important: The Uncertain Prices page is independent of the basket. It is linked to the vendor so you will see all items on order with uncertain prices for that vender.</p>
104
<p style="color: #ff0000">Important: The Uncertain Prices page is independent of the basket. It is linked to the vendor so you will see all items on order with uncertain prices for that vendor.</p>
105
105
106
<h2>Printing Baskets</h2>
106
<h2>Printing Baskets</h2>
107
107
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
<p><strong>Note:</strong> The Estimated Delivery Date is based on the Delivery time value entered on the vendor record.</p>
15
<p><strong>Note:</strong> The Estimated Delivery Date is based on the Delivery time value entered on the vendor record.</p>
16
16
17
<p>There is a default acquisitions cliam letter. If you would rather use a different one, you can create that in the notices module and choose it from the menu above the list of late items.</p>
17
<p>There is a default acquisitions claim letter. If you would rather use a different one, you can create that in the notices module and choose it from the menu above the list of late items.</p>
18
18
19
<p><strong>See the full documentation for Claims and Late Orders in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/acqclaims.html">manual</a> (online).</strong></p>
19
<p><strong>See the full documentation for Claims and Late Orders in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/acqclaims.html">manual</a> (online).</strong></p>
20
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt (-2 / +2 lines)
Lines 20-26 Link Here
20
<ul>
20
<ul>
21
  <li>'Text for librarian' is what appears before the subfield in the librarian interface.</li>
21
  <li>'Text for librarian' is what appears before the subfield in the librarian interface.</li>
22
  <li>'Text for OPAC' is what appears before the field in the OPAC.If left empty, the text for librarian is used instead</li>
22
  <li>'Text for OPAC' is what appears before the field in the OPAC.If left empty, the text for librarian is used instead</li>
23
    <li>If 'Repeatable' is checked, the field  will have a plus sign next to it in the MARC cataloguing monologue which allows you to add multiples of that tag.</li>
23
    <li>If 'Repeatable' is checked, the field  will have a plus sign next to it in the MARC cataloging module which allows you to add multiples of that tag.</li>
24
      <li>'Mandatory' prevents the user from saving a record  unless there is a value assigned to the tag.</li>
24
      <li>'Mandatory' prevents the user from saving a record  unless there is a value assigned to the tag.</li>
25
      <li>'Managed in tab' defines the tab where the subfield is shown. All subfields of a given field must either be in the same tab or ignored. 'Ignore' means that the subfield is not managed.</li>
25
      <li>'Managed in tab' defines the tab where the subfield is shown. All subfields of a given field must either be in the same tab or ignored. 'Ignore' means that the subfield is not managed.</li>
26
      <li>'Default value' defines what you want to appear in the field by default. This field will be editable, but it saves time if you use the same note over and over.</li>
26
      <li>'Default value' defines what you want to appear in the field by default. This field will be editable, but it saves time if you use the same note over and over.</li>
Lines 50-56 Link Here
50
<ul>
50
<ul>
51
    <li>(! means 'not visible' or in the case of collapsed 'not collapsed')</li>
51
    <li>(! means 'not visible' or in the case of collapsed 'not collapsed')</li>
52
    <li>If 'Is a url' is checked, the subfield is a url and can be clicked</li>
52
    <li>If 'Is a url' is checked, the subfield is a url and can be clicked</li>
53
    <li>'Authorized Value' allows the librarian to select an authorized value list from which cataloguers must choose an option.</li>
53
    <li>'Authorized Value' allows the librarian to select an authorized value list from which catalogers must choose an option.</li>
54
</ul>
54
</ul>
55
</li>
55
</li>
56
</ul>
56
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authorised_values.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
    <li>'MANUAL_INV' includes values for manual invoicing.</li>
33
    <li>'MANUAL_INV' includes values for manual invoicing.</li>
34
    <li>'NOT_LOAN' is used to list reasons why a title is not for loan.</li>
34
    <li>'NOT_LOAN' is used to list reasons why a title is not for loan.</li>
35
    <li>'PROC' is for the location to be used for NewItemsDefaultLocation (change description as desired), also the location expected by InProcessingToShelvingCart.</li>
35
    <li>'PROC' is for the location to be used for NewItemsDefaultLocation (change description as desired), also the location expected by InProcessingToShelvingCart.</li>
36
    <li>'REPORT_GROUP' provides a way to sort and filter your reports, the default values in this category include the Koha modules (Accounts, Acquitisions, Catalog, Circulation, Patrons)</li>
36
    <li>'REPORT_GROUP' provides a way to sort and filter your reports, the default values in this category include the Koha modules (Accounts, Acquisitions, Catalog, Circulation, Patrons)</li>
37
    <li>'REPORT_SUBGROUP' can be used to further sort and filter your reports. This category is empty by default. Values here need to include the authorized value code from REPORT_GROUP in the Description (OPAC) field to link the subgroup to the appropriate group.</li>
37
    <li>'REPORT_SUBGROUP' can be used to further sort and filter your reports. This category is empty by default. Values here need to include the authorized value code from REPORT_GROUP in the Description (OPAC) field to link the subgroup to the appropriate group.</li>
38
    <li>'RESTRICTED' is used for the restricted status of an item</li>
38
    <li>'RESTRICTED' is used for the restricted status of an item</li>
39
    <li>'SUGGEST' is for a list of reasons to accept or reject patron suggestions. It appears when managing suggestions.</li>
39
    <li>'SUGGEST' is for a list of reasons to accept or reject patron suggestions. It appears when managing suggestions.</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/item_circulation_alerts.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
	<li>To set preferences for all libraries, keep the menu set to 'Default'</li>
16
	<li>To set preferences for all libraries, keep the menu set to 'Default'</li>
17
</ul>
17
</ul>
18
</li>
18
</li>
19
	<li>By default all item types and all patrons are notified of check ins and check outs. To change this, click on the item/patron type combo that you would like to stop notices for.</li>
19
    <li>By default all item types and all patrons are notified of check ins and check outs. To change this, click on the item/patron type combination that you would like to stop notices for.</li>
20
</ul>
20
</ul>
21
21
22
<p><strong>See the full documentation for Item Circulation Alerts in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patscirc.html#itemcircalerts">manual</a> (online).</strong></p>
22
<p><strong>See the full documentation for Item Circulation Alerts in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patscirc.html#itemcircalerts">manual</a> (online).</strong></p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tt (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
<ul>
17
<ul>
18
    <li><strong>Acquisitions:</strong> holds preferences related to acquisitions such as handling patron suggestions and local taxes.</li>
18
    <li><strong>Acquisitions:</strong> holds preferences related to acquisitions such as handling patron suggestions and local taxes.</li>
19
    <li><strong>Administration:</strong> holds administrative preferences such as admin email address, sessions and timout.</li>
19
    <li><strong>Administration:</strong> holds administrative preferences such as admin email address, sessions and timeout.</li>
20
    <li><strong>Authorities:</strong> holds preference related to handling authority records.</li>
20
    <li><strong>Authorities:</strong> holds preference related to handling authority records.</li>
21
    <li><strong>Cataloging:</strong> holds preferences that control the cataloging functions. This is where you choose your MARC flavor, set up Z39.50 and barcoding.</li>
21
    <li><strong>Cataloging:</strong> holds preferences that control the cataloging functions. This is where you choose your MARC flavor, set up Z39.50 and barcoding.</li>
22
    <li><strong>Circulation:</strong> holds preferences that control circulation functions such as holds and fines.</li>
22
    <li><strong>Circulation:</strong> holds preferences that control circulation functions such as holds and fines.</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt (-3 / +3 lines)
Lines 23-29 Link Here
23
23
24
<h4>Default Circulation Rules</h4>
24
<h4>Default Circulation Rules</h4>
25
25
26
<p>Using the issuing rules matrix you can define rules that depend on patron/item typecombos. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all libraries)</p>
26
<p>Using the issuing rules matrix you can define rules that depend on patron/item type combinations. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all libraries)</p>
27
27
28
<p>From the matrix you can choose any combination of patron categories and item types to apply the rules to</p>
28
<p>From the matrix you can choose any combination of patron categories and item types to apply the rules to</p>
29
29
Lines 33-39 Link Here
33
	<li>Limit the number of items a patron can have checked out at the same time by entering a number in the 'Current Checkouts Allowed' field</li>
33
	<li>Limit the number of items a patron can have checked out at the same time by entering a number in the 'Current Checkouts Allowed' field</li>
34
    <li>Define the period of time an item can be checked out to a patron by entering the number of units (days or hours) in the 'Loan Period' box.</li>
34
    <li>Define the period of time an item can be checked out to a patron by entering the number of units (days or hours) in the 'Loan Period' box.</li>
35
    <li>Choose which unit of time, Days or Hours, that the loan period and fines will be calculate in</li>
35
    <li>Choose which unit of time, Days or Hours, that the loan period and fines will be calculate in</li>
36
    <li>You can also define a hard due date for a specific patron category and item type. A hard due date ignores your usual circulation rules and makes it so that allitems of the type defined are due on, before or after the date you specify.</li>
36
    <li>You can also define a hard due date for a specific patron category and item type. A hard due date ignores your usual circulation rules and makes it so that all items of the type defined are due on, before or after the date you specify.</li>
37
    <li>'Fine Amount' should have the amount you would like to charge for overdue items
37
    <li>'Fine Amount' should have the amount you would like to charge for overdue items
38
<ul>
38
<ul>
39
    <li style="color: #990000;">Important: Enter only numbers and decimal points (no currency symbols).</li>
39
    <li style="color: #990000;">Important: Enter only numbers and decimal points (no currency symbols).</li>
Lines 57-63 Link Here
57
</li>
57
</li>
58
    <li>Next decide if the patron can renew this item type and if so, enter how many times they can renew it in the 'Renewals Allowed' box</li>
58
    <li>Next decide if the patron can renew this item type and if so, enter how many times they can renew it in the 'Renewals Allowed' box</li>
59
    <li>If the patron can place holds on this item type, enter the total numbers of items (of this type) that can be put on hold in the 'Holds Allowed' field</li>
59
    <li>If the patron can place holds on this item type, enter the total numbers of items (of this type) that can be put on hold in the 'Holds Allowed' field</li>
60
    <li>Finally, if you charge a rental feefor the item type and want to give a specific patron type a discount on that fee, enter the percentage discount (without the % symbol) in the 'Rental Discount' field</li>
60
    <li>Finally, if you charge a rental fee for the item type and want to give a specific patron type a discount on that fee, enter the percentage discount (without the % symbol) in the 'Rental Discount' field</li>
61
</ul>
61
</ul>
62
62
63
<p>When finished, click 'Add' to save your changes. To modify a rule, create a new one with the same patron type and item type. If you would like to delete your rule, simply click the 'Delete' link to the right of the rule.</p>
63
<p>When finished, click 'Add' to save your changes. To modify a rule, create a new one with the same patron type and item type. If you would like to delete your rule, simply click the 'Delete' link to the right of the rule.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/mainpage.tt (-1 / +1 lines)
Lines 11-17 Link Here
11
<li><a href="http://koha-community.org/documentation/">Read Koha documentation</a></li>
11
<li><a href="http://koha-community.org/documentation/">Read Koha documentation</a></li>
12
<li><a href="http://wiki.koha-community.org">Read/Write to the Koha wiki</a></li>
12
<li><a href="http://wiki.koha-community.org">Read/Write to the Koha wiki</a></li>
13
<li><a href="http://koha-community.org/support/koha-mailing-lists/">Read and contribute to discussions</a></li>
13
<li><a href="http://koha-community.org/support/koha-mailing-lists/">Read and contribute to discussions</a></li>
14
<li><a href="http://bugs.koha-community.org">Report koha bugs</a></li>
14
<li><a href="http://bugs.koha-community.org">Report Koha bugs</a></li>
15
<li><a href="http://wiki.koha-community.org/wiki/Version_Control_Using_Git">Submit patches to Koha using git (version control system)</a></li>
15
<li><a href="http://wiki.koha-community.org/wiki/Version_Control_Using_Git">Submit patches to Koha using git (version control system)</a></li>
16
<li><a href="http://koha-community.org/get-involved/irc/">Chat with Koha users and developers</a></li>
16
<li><a href="http://koha-community.org/get-involved/irc/">Chat with Koha users and developers</a></li>
17
</ul>
17
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member-flags.tt (-3 / +3 lines)
Lines 45-51 Link Here
45
	<li>parameters
45
	<li>parameters
46
<ul>
46
<ul>
47
	<li>Manage Koha system settings (Administration panel)</li>
47
	<li>Manage Koha system settings (Administration panel)</li>
48
	<li>This secton can be expanded</li>
48
    <li>This section can be expanded</li>
49
</ul>
49
</ul>
50
</li>
50
</li>
51
	<li>borrowers
51
	<li>borrowers
Lines 71-77 Link Here
71
</li>
71
</li>
72
	<li>editcatalogue
72
	<li>editcatalogue
73
<ul>
73
<ul>
74
	<li>Edit Catalog (Modify bibliographic/hodings data)</li>
74
    <li>Edit Catalog (Modify bibliographic/holdings data)</li>
75
	<li>This section can be expanded</li>
75
	<li>This section can be expanded</li>
76
</ul>
76
</ul>
77
</li>
77
</li>
Lines 88-94 Link Here
88
</li>
88
</li>
89
	<li>management
89
	<li>management
90
<ul>
90
<ul>
91
	<li>Set library management paraments (deprecated)
91
    <li>Set library management parameters (deprecated)
92
<ul>
92
<ul>
93
	<li style="color: #990000">Important: This permission level no longer controls anything.</li>
93
	<li style="color: #990000">Important: This permission level no longer controls anything.</li>
94
</ul>
94
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<h1>Plugins</h1>
3
<h1>Plugins</h1>
4
4
5
<p>Koha's Plugin System allows for you to add additional tools and reports to Koha that are specific to your library.  Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files neccessary to make the plugin work.</p>
5
<p>Koha's Plugin System allows for you to add additional tools and reports to Koha that are specific to your library.  Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files necessary to make the plugin work.</p>
6
6
7
<p>The plugin system needs to be turned on by a system administrator and should only managed by those who understand Perl and the way data connects within Koha.</p>
7
<p>The plugin system needs to be turned on by a system administrator and should only managed by those who understand Perl and the way data connects within Koha.</p>
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<h1>Upload Koha plugin</h1>
3
<h1>Upload Koha plugin</h1>
4
4
5
<p>Koha's plugin system allows for you to add additional tools and reports to Koha that are specific to your library.  Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files neccessary to make the plugin work.</p>
5
<p>Koha's plugin system allows for you to add additional tools and reports to Koha that are specific to your library.  Plugins are installed by uploading KPZ ( Koha Plugin Zip ) packages. A KPZ file is just a zip file containing the perl files, template files, and any other files necessary to make the plugin work.</p>
6
6
7
<p style="color: #990000;">Important: Only install plugins from trusted sources.</p>
7
<p style="color: #990000;">Important: Only install plugins from trusted sources.</p>
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt (-2 / +2 lines)
Lines 84-90 Link Here
84
84
85
<p>Reports can also be added by duplicating an existing report. Visit the 'Saved reports' page to see all of the reports listed on your system.</p>
85
<p>Reports can also be added by duplicating an existing report. Visit the 'Saved reports' page to see all of the reports listed on your system.</p>
86
86
87
<p>To the right of every report there is an 'Actions' pull down. Clickin that and choose 'Duplicate' to use an existing report as the basis for your new report. That will populate the new report form with the existing SQL for easy editing and resaving.</p>
87
<p>To the right of every report there is an 'Actions' pull down. Clicking that and choose 'Duplicate' to use an existing report as the basis for your new report. That will populate the new report form with the existing SQL for easy editing and resaving.</p>
88
88
89
<h3>Edit Custom Reports</h3>
89
<h3>Edit Custom Reports</h3>
90
90
Lines 167-173 Link Here
167
	<li>1 = Circulation</li>
167
	<li>1 = Circulation</li>
168
	<li>2 = Catalog</li>
168
	<li>2 = Catalog</li>
169
	<li>3 = Patrons</li>
169
	<li>3 = Patrons</li>
170
	<li>4 = Acquistions</li>
170
    <li>4 = Acquisitions</li>
171
	<li>5 = Accounts</li>
171
	<li>5 = Accounts</li>
172
</ul>
172
</ul>
173
173
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reserve/request.tt (-2 / +2 lines)
Lines 28-34 Link Here
28
</li>
28
</li>
29
	<li>If the patron has specified that they don't want the item after a certain date, or if you have limits on hold lengths, you can enter an expiration date for the hold in the 'Hold expires on date'
29
	<li>If the patron has specified that they don't want the item after a certain date, or if you have limits on hold lengths, you can enter an expiration date for the hold in the 'Hold expires on date'
30
<ul>
30
<ul>
31
	<li>To have expired holds canceled automatically you will need to have the Expired Holds cron job set to run on a regular basis.</li>
31
    <li>To have expired holds cancelled automatically you will need to have the Expired Holds cron job set to run on a regular basis.</li>
32
</ul>
32
</ul>
33
</li>
33
</li>
34
	<li>Next choose if you want to place a hold on the next available item or a specific item by clicking the radio button next to an individual item.</li>
34
	<li>Next choose if you want to place a hold on the next available item or a specific item by clicking the radio button next to an individual item.</li>
Lines 40-46 Link Here
40
40
41
<h2>Managing Holds</h2>
41
<h2>Managing Holds</h2>
42
42
43
<p>Holds can be altered and canceled from the Holds tab found on the left of the bibliographic record.</p>
43
<p>Holds can be altered and cancelled from the Holds tab found on the left of the bibliographic record.</p>
44
44
45
<p>From the list of holds you can change the order of the holds, the pickup location and/or cancel the hold.</p>
45
<p>From the list of holds you can change the order of the holds, the pickup location and/or cancel the hold.</p>
46
46
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/serials-edit.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Recieving Serials</h1>
3
<h1>Receiving Serials</h1>
4
4
5
<p>Issues can be marked as received from several locations. To find a subscription, use the search box at the top of the Serials page to search for the serial you'd like to receive issues for</p>
5
<p>Issues can be marked as received from several locations. To find a subscription, use the search box at the top of the Serials page to search for the serial you'd like to receive issues for</p>
6
6
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-detail.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<p>This page shows you all of the information about your subscription including issue history.</p>
5
<p>This page shows you all of the information about your subscription including issue history.</p>
6
6
7
<p>From here you can edit your subscription, renew it and/or recieve issues.</p>
7
<p>From here you can edit your subscription, renew it and/or receive issues.</p>
8
8
9
<p><strong>See the full documentation for Serials in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/serials.html">manual</a> (online).</strong></p>
9
<p><strong>See the full documentation for Serials in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/serials.html">manual</a> (online).</strong></p>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<p>Koha keeps a record of publication frequencies for easy management and duplication.</p>
5
<p>Koha keeps a record of publication frequencies for easy management and duplication.</p>
6
6
7
<p>From this page you can view all of the exisiting frequencies in your system and create new ones.</p>
7
<p>From this page you can view all of the existing frequencies in your system and create new ones.</p>
8
8
9
<p><strong>See the full documentation for Serial Frequencies in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/serials.html#serialfreq">manual</a> (online).</strong></p>
9
<p><strong>See the full documentation for Serial Frequencies in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/serials.html#serialfreq">manual</a> (online).</strong></p>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
	<li>Choose the method for calculating due date - either include days the library is closed in the calculation or don't include them.</li>
10
	<li>Choose the method for calculating due date - either include days the library is closed in the calculation or don't include them.</li>
11
</ul>
11
</ul>
12
</li>
12
</li>
13
    <li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Circulation &gt; finescalendar
13
    <li><em>Get there:</em> More &gt; Administration &gt; Global System Preferences &gt; Circulation &gt; finesCalendar
14
<ul>
14
<ul>
15
	<li>This will check the holiday calendar before charging fines</li>
15
	<li>This will check the holiday calendar before charging fines</li>
16
</ul>
16
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/marc_modification_templates.tt (-4 / +4 lines)
Lines 4-10 Link Here
4
4
5
<p>The MARC Modification Templates system gives Koha users the power to make alterations to MARC records automatically while staging MARC records for import.</p>
5
<p>The MARC Modification Templates system gives Koha users the power to make alterations to MARC records automatically while staging MARC records for import.</p>
6
6
7
<p>This tool is useful for altering MARC records from various venders/sources work with your MARC framework. The system essentially allows one to create a basic script using actions to Copy, Move, Add, Update and Delete fields.</p>
7
<p>This tool is useful for altering MARC records from various vendors/sources work with your MARC framework. The system essentially allows one to create a basic script using actions to Copy, Move, Add, Update and Delete fields.</p>
8
8
9
<p>Start by adding a new template (a template can be made up of one or more actions) by entering a name and clicking 'Create template'.</p>
9
<p>Start by adding a new template (a template can be made up of one or more actions) by entering a name and clicking 'Create template'.</p>
10
10
Lines 18-28 Link Here
18
   <li>Click 'Add action'</li>
18
   <li>Click 'Add action'</li>
19
</ul>
19
</ul>
20
20
21
<p>Each action can also have an optional condition to check the value or existance of another field. For example you might want to add the call number to the item record if it's not already there.</p>
21
<p>Each action can also have an optional condition to check the value or existence of another field. For example you might want to add the call number to the item record if it's not already there.</p>
22
22
23
<ul>
23
<ul>
24
      <li>Choose 'Copy'</li>
24
      <li>Choose 'Copy'</li>
25
 <li>Decide if you want to copy the first occurance or all occurances of the field</li>
25
 <li>Decide if you want to copy the first occurrence or all occurrences of the field</li>
26
 <li>Enter the field 090 (or other biblio call number field) and subfield a to copy</li>
26
 <li>Enter the field 090 (or other biblio call number field) and subfield a to copy</li>
27
        <li>Enter the 952 field and o subfield to copy to</li>
27
        <li>Enter the 952 field and o subfield to copy to</li>
28
 <li>Choose 'if'</li>
28
 <li>Choose 'if'</li>
Lines 36-42 Link Here
36
36
37
<ul>
37
<ul>
38
  <li>Choose 'Copy'</li>
38
  <li>Choose 'Copy'</li>
39
 <li>Decide if you want to copy the first occurance or all occurances of the field</li>
39
 <li>Decide if you want to copy the first occurrence or all occurrences of the field</li>
40
 <li>Enter the field 020 and subfield c to copy</li>
40
 <li>Enter the field 020 and subfield c to copy</li>
41
    <li>Enter the 020 field and c subfield to copy to</li>
41
    <li>Enter the 020 field and c subfield to copy to</li>
42
 <li>Check the 'RegEx' box and enter your regular expression ( in this case s/\$// )</li>
42
 <li>Check the 'RegEx' box and enter your regular expression ( in this case s/\$// )</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
    <li><b>Delete Quote(s)</b></li>
26
    <li><b>Delete Quote(s)</b></li>
27
    <ol>
27
    <ol>
28
        <li>This option allows for the deletion of one or more quotes at a time.</li>
28
        <li>This option allows for the deletion of one or more quotes at a time.</li>
29
        <li>Select the quote(s) you desire to delete by clicking on the corrisponding quote id.</li>
29
        <li>Select the quote(s) you desire to delete by clicking on the corresponding quote id.</li>
30
        <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li>
30
        <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li>
31
        <li>You will be prompted to confirm the deletion.</li>
31
        <li>You will be prompted to confirm the deletion.</li>
32
        <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li>
32
        <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
    <li><b>Delete Quote(s)</b></li>
26
    <li><b>Delete Quote(s)</b></li>
27
    <ol>
27
    <ol>
28
        <li>This option allows for the deletion of one or more quotes at a time.</li>
28
        <li>This option allows for the deletion of one or more quotes at a time.</li>
29
        <li>Select the quote(s) you desire to delete by clicking on the corrisponding quote id.</li>
29
        <li>Select the quote(s) you desire to delete by clicking on the corresponding quote id.</li>
30
        <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li>
30
        <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li>
31
        <li>You will be prompted to confirm the deletion.</li>
31
        <li>You will be prompted to confirm the deletion.</li>
32
        <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li>
32
        <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 246-252 function checkMultiHold() { Link Here
246
          <li> <strong>No copies are available</strong> to be placed on hold</li>
246
          <li> <strong>No copies are available</strong> to be placed on hold</li>
247
        [% END %]
247
        [% END %]
248
        [% IF ( alreadypossession ) %]
248
        [% IF ( alreadypossession ) %]
249
          <li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>is already in possesion</strong> of one item</li>
249
          <li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">[% borrowerfirstname %] [% borrowersurname %]</a> <strong>is already in possession</strong> of one item</li>
250
        [% END %]
250
        [% END %]
251
	  </ul>
251
	  </ul>
252
    [% ELSE %]
252
    [% ELSE %]
253
- 

Return to bug 11503