Fix for Bug 5100, Incorrect link to System Preferences
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tmpl
index 11430dc..05ca4e4 100644 (file)
        <div class="yui-g">
 
 <div class="yui-u first">
-<form action="/cgi-bin/koha/admin/systempreferences.pl" method="post">
+<form action="/cgi-bin/koha/admin/preferences.pl" method="post">
 <fieldset>
-<h4><a href="/cgi-bin/koha/admin/systempreferences.pl">Global system preferences</a></h4>
+<h4><a href="/cgi-bin/koha/admin/preferences.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="hidden" name="op" value="search" />
         <input type="text" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
         <input type="submit" name="ok" class="submit" value="Search" />
 </fieldset>
 <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 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</a></dt>
-       <dd>Define item types used for circulation rules.</dd>
+        <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>
 <div class="yui-u">
 <h3>Catalog</h3>
 <dl>
-       <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt>
-       <dd>Define categories and authorized values for them.</dd>
        <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>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/aqbudgetperiods.pl">Budgets</a></dt>
+        <dd>Define your budgets</dd>
+        
+        <dt><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></dt>
+        <dd>Define funds within your 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>