---
 .../prog/en/modules/help/admin/preferences.tmpl    |   24 ++++++++++++++++++
 .../en/modules/help/admin/systempreferences.tmpl   |   23 -----------------
 .../prog/en/modules/help/tools/batchMod.tmpl       |   26 ++++++++++++++++++++
 .../prog/en/modules/help/tools/batchmod.tmpl       |   15 -----------
 .../prog/en/modules/help/tools/inventory.tmpl      |   15 +++++++----
 .../prog/en/modules/help/tools/picture-upload.tmpl |   12 ++++-----
 6 files changed, 64 insertions(+), 51 deletions(-)
 create mode 100644 
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tmpl
 delete mode 100644 
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tmpl
 create mode 100644 
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tmpl
 delete mode 100644 
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl

diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tmpl
new file mode 100644
index 0000000..ab68f16
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/preferences.tmpl
@@ -0,0 +1,24 @@
+<!-- TMPL_INCLUDE NAME="help-top.inc" -->
+
+<h1>System preferences administration</h1>
+
+<p>This page allows you to set the system preferences that control much of the 
basic behavior of Koha.</p>
+<p>Each of the tabs on the left holds several different preferences:</p>
+       <ul>
+               <li><strong>Acquisitions:</strong> holds preferences related to 
acquisitions such as handling patron suggestions and local taxes.</li>
+               <li><strong>Administration:</strong> holds administrative 
preferences such as admin email address, sessions and timout.</li>
+               <li><strong>Authorities:</strong> holds preference related to 
handling authority records.</li>
+               <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>
+               <li><strong>Circulation:</strong> holds preferences that 
control circulation functions such as holds and  fines.</li>
+               <li><strong>Creators:</strong> this tab contains preferences 
related to modules that create objects.</li>
+               <li><strong>Enhanced Content:</strong> holds preferences that 
will add content from outside sources to your OPAC and Staff Client.  This is 
where you can turn on cover images, FRBR and tagging.</li>
+               <li><strong>I18N/L10N:</strong> holds preferences related to 
internationalization and localization such as date formats and languages.</li>
+               <li><strong>Local Use:</strong> this tab will usually be empty 
unless your library has a preference just for your library.</li>         
+               <li><strong>Logs:</strong> turn on/off logging functionality in 
your system.</li>
+               <li><strong>OPAC:</strong> customize the OPAC and OPAC 
functions (aside from the Enhanced Content preferences).</li>
+               <li><strong>Patrons:</strong> holds preferences that control 
how your system handles patron functions.  Some preferences include the minimum 
password length and membership number settings.</li>
+               <li><strong>Searching:</strong> holds preference related to 
advanced search functions such as removing stop words or allowing stemming.</li>
+               <li><strong>Serials</strong> holds all preferences related to 
managing serial subscriptions.</li>
+               <li><strong>Staff Client:</strong> customize the staff client 
by editing the stylesheet and navigation menu.</li>
+               <li><strong>Web Services:</strong> includes preferences related 
to services like OAI-PMH.</li>
+       </ul><!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
\ No newline at end of file
diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tmpl
deleted file mode 100644
index 9e10508..0000000
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tmpl
+++ /dev/null
@@ -1,23 +0,0 @@
-<!-- TMPL_INCLUDE NAME="help-top.inc" -->
-
-<h1>System preferences administration</h1>
-
-<p>This page allows you to set the system preferences that control much of the 
basic behavior of Koha.</p>
-<p>Each of the tabs on the left holds several different preferences:</p>
-       <ul>
-               <li><strong>Admin: </strong>holds administrative preferences 
such as admin email address, sessions and timout.</li>
-               <li><strong>Acquisitions:</strong> holds preferences related to 
acquisitions such as handling patron suggestions and local taxes.</li>
-               <li><strong>Authorities: </strong>holds preference related to 
handling authority records.</li>
-               <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>
-               <li><strong>Circulation:</strong> holds preferences that 
control circulation functions such as holds and  fines.</li>
-               <li><strong>Enhanced Content:</strong> holds preferences that 
will add content from outside sources to your OPAC and Staff Client.  This is 
where you can turn on cover images, FRBR and tagging.</li>
-               <li><strong>I18N/L10N:</strong> holds preferences related to 
internationalization and localization such as date formats and languages.</li>
-               <li><strong>Logs</strong>: turn on/off logging functionality in 
your system.</li>
-               <li><strong>OAI-PMH:</strong> this function is still 
experimental, so it's best to leave these preferences at their default.</li>
-               <li><strong>OPAC: </strong>customize the OPAC and OPAC 
functions (aside from the Enhanced Content preferences).</li>
-               <li><strong>Patrons: </strong>holds preferences that control 
how your system handles patron functions.  Some preferences include the minimum 
password length and membership number settings.</li>
-               <li><strong>Searching:</strong> holds preference related to 
advanced search functions such as removing stop words or allowing stemming.</li>
-               <li><strong>Serials</strong> holds all preferences related to 
managing serial subscriptions.</li>
-               <li><strong>Staff Client: </strong>customize the staff client 
by editing the stylesheet and navigation menu.</li>
-               <li><strong>Local Use: </strong>this tab will usually be empty 
unless your library has a preference just for your library.</li>
-       </ul><!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tmpl
new file mode 100644
index 0000000..320b4d2
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchMod.tmpl
@@ -0,0 +1,26 @@
+<!-- TMPL_INCLUDE NAME="help-top.inc" -->
+<!--<h1>Batch Modify Items</h1>-->
+
+<h1>Batch Modify Items</h1>
+
+<p>This tool will allow you to modify a batch of item records from Koha.</p>
+
+<p>From the tool you can choose to upload a file of barcodes or item ids, or 
you can scan items one by one into the box below the upload tool. Once you have 
your file uploaded or the barcodes listed you can click 'Continue.'</p>
+
+<p>You will be presented with a confirmation screen. From here you can uncheck 
the items you don't want to modify.</p>
+
+<p>Below the list of items there will be an item editor.  Using this form you 
can choose which fields you want to edit on all of the records (like applying a 
note to all of them, or moving them from one library to another).</P>
+
+<p>Once you have made your changes, you can click the 'Go' button and your 
items will be updated.</p>
+
+<h1>Batch Delete Items</h1>
+
+<p>This tool will allow you to delete a batch of item records from Koha.</p>
+
+<p>From the tool you can choose to upload a file of barcodes or item ids, or 
you can scan items one by one into the box below the upload tool. Once you have 
your file uploaded or the barcodes listed you can click 'Continue.'</p>
+
+<p>You will be presented with a confirmation screen. From here you can uncheck 
the items you don't want to delete before clicking 'Go.' If the items are 
checked out you will be presented with an error after clicking 'Go' and the 
items will not be deleted.</p>
+
+<p>If the items can be deleted they will be and you will be presented with a 
confirmation of your deletion.</p>
+
+<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl
deleted file mode 100644
index c714d3a..0000000
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batchmod.tmpl
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- TMPL_INCLUDE NAME="help-top.inc" -->
-<!--<h1>Batch Modify Items</h1>-->
-
-<h1>Batch Delete Items</h1>
-
-<p>Using this tool you will be able to delete a batch of items using a file of 
barcodes, or by scanning barcodes one by one.
-
-<ul><li>Choose your option (either upload file or enter barcodes one by 
one)</li>
-<li>Click 'Continue'</li>
-<li>You will be prompted to confirm deletion</li>
-<ul><li>From the confirmation screen you can uncheck the items you do not want 
to delete</li></ul>
-<li>Confirm Deletion<li>
-</ul>
-
-<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tmpl
index cc938a5..986835a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/inventory.tmpl
@@ -1,15 +1,18 @@
 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
 
-<h1>Inventory/Stocktaking</h1><h2>How do I use this feature?</h2>
+<h1>Inventory/Stocktaking</h1>
 
-<p>This inventory feature works by using the &quot;Last Seen Date&quot; as 
criteria for building reports. From these reports the library can identify 
which items are missing.</p>
+<p>Koha's Inventory Tool can be used in one of two ways, the first is by 
printing out a shelf list that you can then mark items off on, or by uploading 
a text files of barcodes gathered by a portable scanner.</p>
 
-<h2>How do I get a file of barcodes to upload?</h2>
+<p>If you do not have the ability to use your barcode scanner on the floor of 
the library, the first option available to you is to generate a shelf list 
based on criteria you enter.</p>
 
-<p>The easiest way to generate the barcode file is to scan the barcodes of all 
the items on the shelf in situ to a text file. This can be done using a 
standard keyboard wedge type Barcode scanner and a Laptop, or using a handheld 
PC with an integrated scanner (e.g Palm or iPaq).</p><p>Save the file locally 
to your machine and then when you are attached to the network, open the 
Inventory/Stocktaking page again and use the &quot;Browse&quot; feature to find 
the file on your local drive.  Now set the last seen to the date you wish to 
use (normally today's date). </p>
+<p>Choose which library, shelving location, call number range, item status and 
when the item was last seen to generate a shelf list that you can then print to 
use while walking around the library checking your collection</p>
 
-<h2>How do I find what items are missing?</h2>
+<p>Alternatively you can export the list to a CSV file for altering in an 
application on your desktop. Simply check the box next to 'Export to csv file' 
to generate this file.</p>
 
-<p>Now you have set the Last Seen Date of the items, you can use that as a 
criteria to generate a report. Use the &quot;Select items you want to 
check&quot; feature to generate this report. </p><p>NOTE: If you have scanned 
all the items in your library, you will not need to change any of the default 
criteria.</p><p>Set the &quot;Not seen since&quot; date to the day 
<strong>before </strong>the date you used when you set the &quot;Last Seen 
Date&quot; when uploading the barcode file.</p><p>Press the &quot;Submit&quot; 
button to generate the list of items that Koha has not seen. </p>
+<p>Once you have found the items on your shelves you can return to this list 
and check off the items you found to have the system update the last seen date 
to today.</p>
 
+<p>If you have a portable scanner (or a laptop and USB scanner) you can walk 
through the library with the scanner in hand and scan barcodes as you come 
across them. Once finished you can then upload the text file generated by the 
scanner to Koha</p>
+
+<p>Choose the text file and the date you want to mark all times as seen and 
click 'Submit.'</p>
 <!-- TMPL_INCLUDE name="help-bottom.inc" -->
\ No newline at end of file
diff --git 
a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tmpl
index 0855fac..8f51b51 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tmpl
@@ -3,7 +3,7 @@
 <h1>      
           Upload Patron Images</h1><p>This tool allows you to upload multiple 
patron images as a batch.</p>
           
-          <p><strong>IMPORTANT:</strong> Requires that the 'patronimages' 
system preference is set to 'ON' to use this feature.</p>
+          <p style="color: #990000;">IMPORTANT: Requires that the 
'patronimages' system preference is set to 'ON' to use this feature.</p>
                <ul>
                        <li><em>Get there: </em>More &gt; Administration &gt; 
Global System Preferences &gt; Patrons &gt; patronimages</li>
                </ul><h2>Upload images in bulk</h2>
@@ -13,12 +13,10 @@
                        <li>You can choose to upload images in bulk by making a 
zip file with the images and a text file entitled &quot;DATALINK.TXT&quot; or 
&quot;IDLINK.TXT&quot;</li>
                        <li>For each group of pictures that has the cardnumber 
of the patron and the file containing that patrons picture. One patron per line 
separated by either commas or tabs.<br/>
                        <ul>
-                               <li>                       
+                               <li style="color: #990000;">                    
   
                           IMPORTANT: Make sure that your TXT file is a plain 
text document, not RTF.</li>
-                               <li>                       
-                          
-                           <span>
-IMPORTANT: Make sure that you use either a comma or a tab to separate IDs from 
image names</span></li>
+                               <li style="color: #990000;">                    
   
+IMPORTANT: Make sure that you use either a comma or a tab to separate IDs from 
image names</li>
                        </ul></li>
                        <li>Add the images and the TXT file to a .ZIP file</li>
                        <li>Browse for the file from the Koha interface</li>
@@ -46,7 +44,7 @@ a patronimages/</span>directory.  If you do not have this 
directory you will see
                                <li>Contact your system administrator to create 
this directory and you'll be set to go.</li>
                        </ul>
 <h3>What size should my images be?</h3>
-<p>There is a limit of 100K on the size of the picture uploaded and it is 
recommended that the image be 120x200 pixels, but smaller images will work as 
well.</p>
+<p>There is a limit of 520K on the size of the picture uploaded and it is 
recommended that the image be 200x300 pixels, but smaller images will work as 
well.</p>
 <h3>What image formats are supported?</h3>
 <p>Only PNG, GIF, JPEG, XPM formats are supported.</p>
        
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to