Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tt
index 633b3cc..bd951bc 100644 (file)
@@ -1,3 +1,4 @@
+[% USE Koha %]
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Koha &rsaquo; Administration</title>
 [% INCLUDE 'doc-head-close.inc' %]
@@ -82,8 +83,8 @@
                     <dd>Manage rules for automatically matching MARC records during record imports.</dd>
                     <dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt>
                     <dd>Manage OAI Sets</dd>
-                    <dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Items search fields</a></dt>
-                    <dd>Manage custom fields for items search</dd>
+                    <dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a></dt>
+                    <dd>Manage custom fields for item search.</dd>
                 </dl>
 
                 <h3>Acquisition parameters</h3>
 
                         <dt><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></dt>
                         <dd>Define funds within your budgets</dd>
+
+                        <dt><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></dt>
+                        <dd>Manage vendor EDI accounts for import/export</dd>
+                        <dt><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></dt>
+                        <dd>Manage library EDI EANs</dd>
                 </dl>
 
                 <h3>Additional parameters</h3>
                     <dd>Hide or show columns for tables.</dd>
                     <dt><a href="/cgi-bin/koha/admin/audio_alerts.pl">Audio alerts</a></dt>
                     <dd>Define which events trigger which sounds</dd>
+                    [% IF Koha.Preference('SMSSendDriver') == 'Email' %]
+                        <dt><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></dt>
+                        <dd>Define a list of cellular providers for sending SMS messages via email.</dd>
+                    [% END %]
                 </dl>
             </div>
         </div>