(bug #3370) add keyword to MARC field mapping
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tmpl
index 2093c69..fd7f014 100644 (file)
    
    <div id="bd">
        <div id="yui-main" class="sysprefs">
-       <div class="yui-g"><h1>System Preferences</h1></div>
+       <div class="yui-g"><h1>Koha Administration</h1></div>
        <div class="yui-g">
 
 <div class="yui-u first">
-<dl>
-       <dt><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></dt>
-       <dd>Manage global system preferences like MARC flavor, date format, administrator e-mail, and templates.</dd>
-</dl>
+<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>
 
 
 <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/branches.pl">Libraries and groups</a></dt>
+       <dd>Define libraries and groups.</dd>
        <dt><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and budgets</a></dt>
        <dd>Funds and budgets administration for acquisitions.</dd>
        <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/itemtypes.pl">Item types and circulation codes</a></dt>
-       <dd>Define item types and circulation codes used for circulation rules.</dd>
+       <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt>
+       <dd>Define item types used for circulation rules.</dd>
 </dl>
 
 <h3>Patrons and circulation</h3>
        <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/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">
@@ -59,6 +68,8 @@
        <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>