Bug 23463: Replace new occurrence of AddItem
[srvgit] / Koha / Manual.pm
index d7886c4..966a723 100644 (file)
@@ -19,7 +19,7 @@ sub _get_help_version {
 sub _get_base_url {
     my ( $preferred_language ) = @_;
 
-    my @available_languages = qw( en ar cs es fr it pt_BZ tz zh_TW );
+    my @available_languages = qw( en ar cs es fr it pt_BR tz zh_TW );
 
     my ( $language ) = grep {
         my $preferred_short = substr $preferred_language, 0, 2;
@@ -70,7 +70,7 @@ our $mapping = {
     'admin/biblio_framework'                   => '/administration.html#marc-bibliographic-frameworks',
     'admin/branch_transfer_limits'             => '/administration.html#library-transfer-limits',
     'admin/branches'                           => '/administration.html#libraries-&-groups',
-    'admin/categorie                         => '/administration.html#patron-categories',
+    'admin/categories'                         => '/administration.html#patron-categories',
     'admin/checkmarc'                          => '/administration.html#marc-bibliographic-framework-test',
     'admin/cities'                             => '/administration.html#cities-and-towns',
     'admin/classsources'                       => '/administration.html#classification-sources',
@@ -79,7 +79,6 @@ our $mapping = {
     'admin/didyoumean'                         => '/administration.html#did-you-mean?',
     'admin/edi_accounts'                       => '/administration.html#edi-accounts',
     'admin/edi_ean_accounts'                   => '/administration.html#library-eans',
-    'admin/fieldmapping'                       => '/administration.html#keywords-to-marc-mapping',
     'admin/item_circulation_alerts'            => '/administration.html#item-circulation-alerts',
     'admin/items_search_fields'                => '/administration.html#item-search-fields',
     'admin/itemtypes'                          => '/administration.html#item-types',
@@ -92,6 +91,7 @@ our $mapping = {
     'admin/patron-attr-types'                  => '/administration.html#patron-attribute-types',
     'admin/preferences'                        => '/systempreferences.html',
     'admin/smart-rules'                        => '/administration.html#circulation-and-fine-rules',
+    'admin/sms_providers'                      => '/administration.html#sms-cellular-providers',
     'admin/systempreferences'                  => '/systempreferences.html#local-use',
     'admin/transport-cost-matrix'              => '/administration.html#transport-cost-matrix',
     'admin/z3950servers'                       => '/administration.html#z39.50/sru-servers',
@@ -131,15 +131,13 @@ our $mapping = {
     'course_reserves/course-details'           => '/course_reserves.html',
     'course_reserves/course-reserves'          => '/course_reserves.html',
     'course_reserves/course'                   => '/course_reserves.html#adding-courses',
-    'labels/label-edit-batch'                  => '/tools.html#batches',
-    'labels/label-edit-layout'                 => '/tools.html#layouts',
-    'labels/label-edit-profile'                => '/tools.html#profiles',
-    'labels/label-edit-template'               => '/tools.html#templates',
-    'labels/label-home'                        => '/tools.html#label-creator',
-    'labels/label-manage'                      => '/tools.html#layouts',
-    'labels/label-manage'                      => '/tools.html#templates',
-    'labels/label-manage'                      => '/tools.html#profiles',
-    'labels/label-manage'                      => '/tools.html#batches',
+    'labels/label-edit-batch'                  => '/tools.html#label-batches-label',
+    'labels/label-edit-layout'                 => '/tools.html#label-layouts-label',
+    'labels/label-edit-profile'                => '/tools.html#label-profiles-label',
+    'labels/label-edit-range'                  => '/tools.html#label-creator-label', #FIXME Add when documented
+    'labels/label-edit-template'               => '/tools.html#label-templates-label',
+    'labels/label-home'                        => '/tools.html#label-creator-label',
+    'labels/label-manage'                      => '/tools.html#label-creator-label',
     'labels/spinelabel-home'                   => '/tools.html#quick-spine-label-creator',
     'mainpage'                                 => '/',
     'members/apikeys'                          => '/webservices.html#api-key-management-interface-for-patrons',