Merge commit 'colin_campbell/dbupgrade3.2' into master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tmpl
index f82c0e3..a12218d 100644 (file)
 <div id="doc" class="yui-t7">
    
    <div id="bd">
-       <div id="yui-main">
-       <div class="yui-g"><h1>System Administration</h1>
+       <div id="yui-main" class="sysprefs">
+       <div class="yui-g"><h1>Koha Administration</h1></div>
+       <div class="yui-g">
 
-<table>
-<caption>System Preferences</caption>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></td>
-       <td>Manage global system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
-</tr>
-</table>
-<table>
-<caption>Configure these parameters in the order they appear</caption>
-<tr>
-<th colspan="2">Basic parameters</th>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/branches.pl">Libraries, branches and agency categories</a></td>
-       <td>Define libraries, branches and agency categories.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/aqbookfund.pl">Accounts and budgets</a></td>
-       <td>Accounts and budgets administration for acquisitions.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></td>
-       <td>Define currencies and exchange rates used for acquisitions.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types and circulation codes</a></td>
-       <td>Define item types and circulation codes used for circulation rules.</td>
-</tr>
+<div class="yui-u first">
+<form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
+<fieldset>
+<h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4>
+       <p>Manage global system preferences like MARC flavor, date format, administrator email, and templates.</p>
+               <input type="hidden" value="all" name="tab" />
+        <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
+        <input type="submit" name="ok" class="submit" value="Search" />
+</fieldset>
+</form>
 
-<tr>
-<th colspan="2">Patrons and circulation</th>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></td>
-       <td>Define patron categories.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></td>
-       <td>Define cities and towns that your patrons live in.</td>
-</tr>  
-<tr>
-       <td><a href="/cgi-bin/koha/admin/roadtype.pl" >Road types</a>
-       </td>
-       <td>Define road types (street, avenue, way, etc.). Road types display as authorized values when adding/editing patrons and can be used in geographic statistics.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/issuingrules.pl">Circulation rules</a></td>
-       <td>Define circulation rules in a matrix for libraries / patrons / itemtypes / circ codes (number of checkouts, duration, fee, etc.).</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/finesrules.pl">Fines rules</a></td>
-       <td>Define fines in a matrix for libraries / patrons / itemtypes (cost, grace period, etc.).</td>
-</tr>
-<tr>
-<th colspan="2">Catalogue</th>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></td>
-       <td>Define categories and authorised values for them.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Bibliographic framework</a></td>
-       <td>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha -> MARC mapping</a></td>
-       <td>Define the mappingbetween the Koha transactional database (SQL) and the MARC Bibliographic records. Note that the mapping can be defined through MARC Bibliographic Framework. This tool is just a shortcut to speed up linkage.</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></td>
-       <td>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</td></tr>
-<tr>
-    <td><a href="/cgi-bin/koha/admin/authtypes.pl">MARC Authorities framework</a></td>
-    <td>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</td>
-</tr>
 
-<tr>
-<th colspan="2">Additional parameters</th>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/stopwords.pl">Stopwords</a></td>
-       <td>Words ignored during search</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></td>
-       <td>Printers (UNIX paths).</td>
-</tr>
-<tr>
-       <td><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 servers</a></td>
-       <td>Define which servers to query for MARC data in the integrated Z39.50 client.</td>
-</tr>
-</table>
+<div class="hint"><h4>Hint:</h4><p>Configure these parameters in the order they appear.</p></div>
+<h3>Basic parameters</h3>
+<dl>
+        <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries, branches and groups</a></dt>
+        <dd>Define libraries, branches and groups.</dd>
+        <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt>
+        <dd>Define item types used for circulation rules.</dd>
+        <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt>
+               <dd>Define categories and authorized values for them.</dd>
+</dl>
+
+<h3>Patrons and circulation</h3>
+<dl>
+       <dt><a href="/cgi-bin/koha/admin/categorie.pl">Patron categories</a></dt>
+       <dd>Define patron categories.</dd>
+       <dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt>
+       <dd>Define cities and towns that your patrons live in.</dd>
+       <dt><a href="/cgi-bin/koha/admin/roadtype.pl" >Road types</a>
+       </dt>
+       <dd>Define road types (street, avenue, way, etc.). Road types display as authorized values when adding/editing patrons and can be used in geographic statistics.</dd>
+       <dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt>
+       <dd>Define extended attributes (identifiers and statistical categories) for patron records</dd>
+       <dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt>
+       <dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd>
+       <dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library Transfer Limits</a></dt>
+       <dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.</dd>
+       <dt><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item Circulation Alerts</a></dt>
+       <dd>Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types</dd>
+</dl>
+</div>
+<div class="yui-u">
+<h3>Catalog</h3>
+<dl>
+       <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC Bibliographic framework</a></dt>
+       <dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd>
+       <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
+       <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records. Note that the mapping can be defined through MARC Bibliographic Framework. This tool is just a shortcut to speed up linkage.</dd>
+       <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt>
+       <dd>Define the mapping between keywords and MARC fields, those keywords are used to find some datas independently of the framework.</dd>
+       <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
+       <dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd>
+    <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
+    <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd>
+    <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
+    <dd>Define classification sources (i.e., call number schemes) used by your collection.  Also define filing rules used for sorting call numbers.</dd>
+    <dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt>
+    <dd>Manage rules for automatically matching MARC records during record imports.</dd>
+</dl>
+
+<h3>Acquisition parameters</h3>
+<dl>
+        <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
+        <dd>Define currencies and exchange rates used for acquisitions.</dd>
+
+        <dt><a href="/cgi-bin/koha/admin/aqbudgets.pl">Budgets, periods, planning</a></dt>
+        <dd>Define your budgets</dd>
+        
+        <dt><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Root Budgets</a></dt>
+        <dd>Define your root budgets</dd>
+
+</dl>
+
+<h3>Additional parameters</h3>
+<dl>
+       <!-- TMPL_IF NAME="NoZebra" --><dt><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></dt>
+       <dd>Words ignored during search.</dd><!-- /TMPL_IF -->
+       <!-- <dt><a href="/cgi-bin/koha/admin/printers.pl">Network Printers</a></dt>
+       <dd>Printers (UNIX paths).</dd> -->
+       <dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Client Targets</a></dt>
+       <dd>Define which servers to query for MARC data in the integrated Z39.50 client.</dd>
+</dl>
+</div>
 
 </div>
 </div>