View | Details | Raw Unified | Return to bug 24848
Collapse All | Expand All

(-)a/Koha/Manual.pm (-10 / +7 lines)
Lines 131-145 our $mapping = { Link Here
131
    'course_reserves/course-details'           => '/course_reserves.html',
131
    'course_reserves/course-details'           => '/course_reserves.html',
132
    'course_reserves/course-reserves'          => '/course_reserves.html',
132
    'course_reserves/course-reserves'          => '/course_reserves.html',
133
    'course_reserves/course'                   => '/course_reserves.html#adding-courses',
133
    'course_reserves/course'                   => '/course_reserves.html#adding-courses',
134
    'labels/label-edit-batch'                  => '/tools.html#batches',
134
    'labels/label-edit-batch'                  => '/tools.html#label-batches-label',
135
    'labels/label-edit-layout'                 => '/tools.html#layouts',
135
    'labels/label-edit-layout'                 => '/tools.html#label-layouts-label',
136
    'labels/label-edit-profile'                => '/tools.html#profiles',
136
    'labels/label-edit-profile'                => '/tools.html#label-profiles-label',
137
    'labels/label-edit-template'               => '/tools.html#templates',
137
    'labels/label-edit-range'                  => '/tools.html#label-creator-label', #FIXME Add when documented
138
    'labels/label-home'                        => '/tools.html#label-creator',
138
    'labels/label-edit-template'               => '/tools.html#label-templates-label',
139
    'labels/label-manage'                      => '/tools.html#layouts',
139
    'labels/label-home'                        => '/tools.html#label-creator-label',
140
    'labels/label-manage'                      => '/tools.html#templates',
140
    'labels/label-manage'                      => '/tools.html#label-creator-label',
141
    'labels/label-manage'                      => '/tools.html#profiles',
142
    'labels/label-manage'                      => '/tools.html#batches',
143
    'labels/spinelabel-home'                   => '/tools.html#quick-spine-label-creator',
141
    'labels/spinelabel-home'                   => '/tools.html#quick-spine-label-creator',
144
    'mainpage'                                 => '/',
142
    'mainpage'                                 => '/',
145
    'members/apikeys'                          => '/webservices.html#api-key-management-interface-for-patrons',
143
    'members/apikeys'                          => '/webservices.html#api-key-management-interface-for-patrons',
146
- 

Return to bug 24848