serials should not depend on cataloguing rights
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 6 Oct 2009 11:11:04 +0000 (13:11 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 6 Oct 2009 11:21:10 +0000 (13:21 +0200)
Move them around on mainpage.pl

koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl

index 683ed7a..0cce6c2 100644 (file)
        <ul>
         <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
         <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
-               <!-- TMPL_IF NAME="CAN_user_serials" -->
-        <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
-               <!-- /TMPL_IF -->
     </ul>
        <!-- TMPL_IF NAME="CAN_user_acquisition" -->
     <h3><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></h3>
        <!-- /TMPL_IF -->
-    <!-- /TMPL_IF --><!-- TMPL_IF NAME="CAN_user_reports" -->
-          <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
+    <!-- /TMPL_IF --> <!-- TMPL_IF NAME="CAN_user_serials" -->
+    <h3><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></h3>
+       <!-- /TMPL_IF -->
+       <!-- TMPL_IF NAME="CAN_user_reports" -->
+    <h3><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></h3>
     <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="CAN_user_parameters" -->
    <h3> <a href="/cgi-bin/koha/admin/admin-home.pl">Koha administration</a></h3>