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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (+2 lines)
Lines 22-28 Link Here
22
                            <!-- TMPL_IF NAME="CAN_user_acquisition" -->
22
                            <!-- TMPL_IF NAME="CAN_user_acquisition" -->
23
                            <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li>
23
                            <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li>
24
                            <!-- /TMPL_IF -->
24
                            <!-- /TMPL_IF -->
25
                            <!-- TMPL_IF NAME="CAN_user_editauthorities" -->
25
                            <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
26
                            <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
27
                            <!-- /TMPL_IF -->
26
                            <!-- TMPL_IF NAME="CAN_user_serials" -->
28
                            <!-- TMPL_IF NAME="CAN_user_serials" -->
27
                            <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
29
                            <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
28
                            <!-- /TMPL_IF -->
30
                            <!-- /TMPL_IF -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl (-8 / +21 lines)
Lines 58-78 Link Here
58
    <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
58
    <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
59
	<ul>
59
	<ul>
60
        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
60
        <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
61
    <!-- TMPL_ELSE -->
62
    <!-- TMPL_IF NAME="CAN_user_editauthorities" -->
63
    <h3>Cataloging</h3>
64
    <ul>
65
    <!-- /TMPL_IF -->
66
    <!-- /TMPL_IF -->
67
    <!-- TMPL_IF NAME="CAN_user_editauthorities" -->
61
        <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
68
        <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
69
    <!-- /TMPL_IF -->
62
    </ul>
70
    </ul>
63
    <!-- /TMPL_IF -->
71
    <!-- /TMPL_IF -->
64
    <!-- TMPL_IF NAME="CAN_user_serials" -->
72
    <!-- TMPL_IF NAME="CAN_user_serials" -->
65
    <h3><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></h3>
73
    <h3><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></h3>
66
    <!-- /TMPL_IF -->
74
    <!-- /TMPL_IF -->
67
	<!-- TMPL_IF NAME="CAN_user_acquisition" --> <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3> <!-- /TMPL_IF -->
75
	<!-- TMPL_IF NAME="CAN_user_acquisition" -->
68
    <!-- TMPL_IF NAME="CAN_user_reports"     --> <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> </h3> <!-- /TMPL_IF -->
76
	<h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
77
	<!-- /TMPL_IF -->
78
    <!-- TMPL_IF NAME="CAN_user_reports" -->
79
    <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
80
    <!-- /TMPL_IF -->
69
    <!-- TMPL_IF NAME="CAN_user_parameters" -->
81
    <!-- TMPL_IF NAME="CAN_user_parameters" -->
70
   <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
82
    <h3><a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>
71
   			<ul>
83
   	<ul>
72
            <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
84
        <li><a href="/cgi-bin/koha/admin/preferences.pl">System preferences</a></li>
73
        </ul>
85
    </ul>
86
    <!-- /TMPL_IF -->
87
    <!-- TMPL_IF NAME="CAN_user_tools" --> 
88
    <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3>
74
    <!-- /TMPL_IF -->
89
    <!-- /TMPL_IF -->
75
    <!-- TMPL_IF NAME="CAN_user_tools" --> <h3><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></h3> <!-- /TMPL_IF -->
76
    <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
90
    <h3><a href="/cgi-bin/koha/about.pl">About Koha</a></h3>
77
	</div>
91
	</div>
78
	</div>
92
	</div>
79
- 

Return to bug 4252