koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes reports


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes reports-top.inc,1.25,1.26
Date: Thu, 04 Aug 2005 07:05:21 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19613/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
        reports-top.inc 
Log Message:
synch'ing 2.2 and head

Index: reports-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** reports-top.inc     13 Oct 2004 15:29:45 -0000      1.25
--- reports-top.inc     4 Aug 2005 14:05:18 -0000       1.26
***************
*** 17,21 ****
        color:#FFFFFF;
        text-decoration: normal;
-       font-weight: bold;
        background-image:none;
        }
--- 17,20 ----
***************
*** 24,28 ****
        color: #FFFFFF;
        text-decoration: normal;
-       font-weight: bold;
        }
  </style>
--- 23,26 ----
***************
*** 30,54 ****
  <body>
  
! <!-- MENUS -->
! <div id="menubar">
!       <span class="koha"><a class="home" 
href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
!       <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
!       <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
!       <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
!       <a class="members" 
href="/cgi-bin/koha/members/members-home.pl">Members</a>
!       <a class="authority" 
href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a>
!       <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
!       <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!       <a class="about" href="/cgi-bin/koha/about.pl">About</a>
!       <a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); 
return false;">Help</a>
! </div>
! <div id="submenu">
!       <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
!       <a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" 
class="submenu">Itemtypes</a>
! </div>
! 
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> 
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
  <!-- TMPL_ELSE -->
!     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to 
Koha</p>
  <!-- /TMPL_IF -->
--- 28,35 ----
  <body>
  
! <!-- TMPL_INCLUDE name="menus.inc" -->
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p class="user">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> 
[<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
  <!-- TMPL_ELSE -->
!     <p class="user"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to 
Koha</p>
  <!-- /TMPL_IF -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]