[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes acqui-topmenu.inc,NONE,1.1 circ-topmenu.inc,1.1,1.2 intranet.css,1.3,1.4

Owen Leonard oleonard at users.sourceforge.net
Mon Nov 8 17:31:30 CET 2004


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

Modified Files:
	circ-topmenu.inc intranet.css 
Added Files:
	acqui-topmenu.inc 
Log Message:
Minor tweaks, adding some navigation options

--- NEW FILE ---
<div id="topmenu"><a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Cataloging Home</a> | <a href="/cgi-bin/koha/acqui.simple/addbiblio.pl">Add MARC</a> | <a href="/cgi-bin/koha/import/breeding.pl">MARC Import</a></div>
Index: circ-topmenu.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/circ-topmenu.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circ-topmenu.inc	19 Feb 2004 19:11:04 -0000	1.1
--- circ-topmenu.inc	8 Nov 2004 16:31:27 -0000	1.2
***************
*** 3,8 ****
  				Returns</a> | <a class="button" href="branchtransfers.pl">
  				Transfers</a> | <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
! <label for="findborrower">Issue to Patron: </label>
!   				<input id="findborrower" name="findborrower" type="text" size="15" />
  				<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
  				<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
--- 3,8 ----
  				Returns</a> | <a class="button" href="branchtransfers.pl">
  				Transfers</a> | <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
! <label for="findborrower-top">Issue to Patron: </label>
!   				<input id="findborrower-top" name="findborrower" type="text" size="15" />
  				<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
  				<input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />

Index: intranet.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** intranet.css	27 Oct 2004 16:09:15 -0000	1.3
--- intranet.css	8 Nov 2004 16:31:27 -0000	1.4
***************
*** 467,470 ****
--- 467,477 ----
  }
  
+ sup {
+ 	font-size : .7em;
+ 	color : #cc0000;
+ 	font-weight : bold;
+ 	font-family : "courier new", courier, monospace;
+ }
+ 
  table {
  	background-color : #FFFFCC;
***************
*** 701,704 ****
--- 708,720 ----
  }
  
+ #main-compact {
+ 	background-color : #CCCC99;
+ 	border-left : 1px solid #CCCC99;
+ 	margin-left : 2%;
+ 	margin-right : 2%;
+ 	margin-top : 2%;
+ 	padding : 10px;	
+ }
+ 
  #menu {
  	background-color : #FFFFCC;
***************
*** 963,965 ****
--- 979,1035 ----
  table.editing tr:hover td {
  	background-color: #EFF1D8;
+ }
+ 
+ tfoot {
+ 	background-color : #E7E7CA;
+ 	font-weight : bold;
+ }
+ 
+ tfoot td, tfoot td:last-child {
+ 	border-right : 1px solid #999900;
+ 	border-bottom : 1px solid #999900;
+ }
+ 
+ 
+ div.data table {
+ 	background-color: #D8DeB8;
+ 	border-collapse: collapse;
+ 	margin : auto;
+ 	margin : 0 0 5px 0;
+ }
+ 
+ div.data table caption {
+ 	font-size : 1em;
+ }
+ 
+ div.data table td {
+ 	border-right : 1px solid #CCCC99;
+ 	border-bottom : 1px solid #CCCC99;
+ 	background-color: #FFFFCC;
+ 	font-size: 12px;
+ 	padding : 2px;
+ 	padding-left : .7em;
+ 	margin : 0 0 0 0;
+ }
+ 
+ div.data table th {
+ 	border-left : 1px solid #999933;
+ 	border-right : 1px solid #CCCC99;
+ 	border-bottom : 1px solid #CCCC99;
+ 	font-size : 12px;
+ 	font-weight: bold;
+ 	text-align : right;
+ 	padding : 2px;
+ 	padding-right : 1em;
+ 	background-color: #E7E7CA;
+ 	width : 17%;
+ }
+ 
+ div.data table th[scope=col] {
+ 	text-align: center;
+ 	border-left : 0;
+ }
+ 
+ div.data table col {
+ 	background-color : #CCCCCC;
  }
\ No newline at end of file





More information about the Koha-cvs mailing list