[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.34.2.5,1.34.2.6 members-top.inc,1.27,1.27.2.1

Paul POULAIN tipaul at users.sourceforge.net
Wed Sep 14 16:21:26 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	common-style.css members-top.inc 
Log Message:
minor change in button class + bugfix in members menu

Index: common-style.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.34.2.5
retrieving revision 1.34.2.6
diff -C2 -r1.34.2.5 -r1.34.2.6
*** common-style.css	28 Jul 2005 15:34:10 -0000	1.34.2.5
--- common-style.css	14 Sep 2005 14:21:24 -0000	1.34.2.6
***************
*** 50,60 ****
  	font-family: Arial;
  	font-size:12px;
! 	padding: 0px 5px 0px 5px;
! 	margin:2px;
  	display:inline;
  	position:static;
  	border : 1px solid black;
- /*	border-width: 1px;
- 	border-color: black;*/
  	text-decoration: none;
  	cursor:pointer;
--- 50,59 ----
  	font-family: Arial;
  	font-size:12px;
! 	padding: 2px 5px 2px 5px;
! 	margin-top:5px;
! 	margin-bottom:5px;
  	display:inline;
  	position:static;
  	border : 1px solid black;
  	text-decoration: none;
  	cursor:pointer;

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -C2 -r1.27 -r1.27.2.1
*** members-top.inc	17 Sep 2004 13:19:56 -0000	1.27
--- members-top.inc	14 Sep 2005 14:21:24 -0000	1.27.2.1
***************
*** 17,21 ****
  	color:#FFFFFF;
  	text-decoration: normal;
- 	font-weight: bold;
  	}
  a.members:hover {
--- 17,20 ----
***************
*** 23,27 ****
  	color: #FFFFFF;
  	text-decoration: normal;
- 	font-weight: bold;
  	}
  </style>
--- 22,25 ----
***************
*** 31,55 ****
  
  <!-- 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/members/members-home.pl" class="submenu">Search</a>
! 	<a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="submenu2">Add member</a>
! 	<a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&amp;actionType=Add" class="submenu">Add organisation</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 -->
--- 29,36 ----
  
  <!-- MENUS -->
! <!-- 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 -->





More information about the Koha-cvs mailing list