[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes auth-top.inc,1.6,1.7 bull-top.inc,1.4,1.5 marc-top.inc,1.11,1.12

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 2 17:43:31 CET 2004


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

Modified Files:
	auth-top.inc bull-top.inc marc-top.inc 
Log Message:
minor css fixes

Index: auth-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/auth-top.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** auth-top.inc	17 Sep 2004 13:19:56 -0000	1.6
--- auth-top.inc	2 Dec 2004 16:43:28 -0000	1.7
***************
*** 24,27 ****
--- 24,32 ----
  	window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
  }
+ function searchauthority() {
+ 	X = document.forms[0].authtype2.value;
+ 	Y = document.forms[0].value.value;
+ 	window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
+ }
  </script>
  
***************
*** 46,50 ****
  <body>
  <!-- MENUS -->
- <form>
  <div id="menubar">
  	<span class="koha"><a class="home" href="/cgi-bin/koha/mainpage.pl">Koha</a></span>
--- 51,54 ----
***************
*** 59,64 ****
--- 63,80 ----
  	<a class="catalogue" href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">Help</a>
  </div>
+ <form>
  <div id="submenu">
  	<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
+ 	<select name="authtype2">
+ 		<!-- TMPL_LOOP name="authtypesloop" -->
+ 			<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
+ 				<!-- TMPL_VAR name="authtypetext" -->
+ 			</option>
+ 		<!-- /TMPL_LOOP -->
+ 	</select>
+ 	<input type="text" size="10" maxlength="100" name="value">
+ 	<a href="javascript:searchauthority()" class="submenu">
+ 		Search
+ 	</a>
  	<select name="authtype">
  		<!-- TMPL_LOOP name="authtypesloop" -->
***************
*** 69,73 ****
  	</select>
  	<a href="javascript:addauthority()" class="submenu2">
! 		Add authority</a>
  </div>
  </form>
--- 85,90 ----
  	</select>
  	<a href="javascript:addauthority()" class="submenu2">
! 		Add authority
! 	</a>
  </div>
  </form>

Index: bull-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/bull-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** bull-top.inc	17 Sep 2004 13:19:56 -0000	1.4
--- bull-top.inc	2 Dec 2004 16:43:28 -0000	1.5
***************
*** 46,49 ****
--- 46,50 ----
  	<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
  	<a href="/cgi-bin/koha/bull-home.pl" class="submenu">Search subscription</a>
+ 	<a href="/cgi-bin/koha/bull/lateissues.pl" class="submenu2">Late issues</a>
  </div>
  

Index: marc-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-top.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** marc-top.inc	2 Nov 2004 17:28:05 -0000	1.11
--- marc-top.inc	2 Dec 2004 16:43:28 -0000	1.12
***************
*** 56,61 ****
  		<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
  		<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">search</a>
! 		<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu2">Add biblio</a>
! 		<a class="bull" href="/cgi-bin/koha/bull-home.pl">Serial</a>
  		<a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
  	</div>
--- 56,61 ----
  		<span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
  		<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">search</a>
! 		<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu">Add biblio</a>
! 		<a class="submenu2" href="/cgi-bin/koha/bull-home.pl">Serial</a>
  		<a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
  	</div>





More information about the Koha-cvs mailing list