(bug #3370) add keyword to MARC field mapping
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tmpl
index 6f62784..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 email, 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>
@@ -31,8 +36,8 @@
        <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>
@@ -63,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>