[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en intranet-main.tmpl,1.23,1.24

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 17 15:20:53 CEST 2004


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

Modified Files:
	intranet-main.tmpl 
Log Message:
changing serial menu to a serial submenu in the catalogue module.
Serials are in the catalogue, so it's logical to consider them as a sub-module.
Other reason : the menu line is quite long & fits now in a 1025x768 screen, with 12pts default font.

Index: intranet-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** intranet-main.tmpl	30 Jul 2004 13:57:29 -0000	1.23
--- intranet-main.tmpl	17 Sep 2004 13:20:50 -0000	1.24
***************
*** 71,88 ****
  	<div id="menus">
  <!-- RIGHT (disappearing) BLOC -->
- 		<div id="Hint8" class="hint">
- 			<h1 class="bull">Serial</h1>
- 			Ici une explication de ce qu'est le bulltinage
- 		</div>
  		<div id="Hint1" class="hint">
  			<h1 class="catalogue">Catalogue</h1>
  			<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="catalogue">Search catalogue</a>
  				<p>Search a biblio. When this biblio is found, you can check its status, reserve it, or see where it is</p>
  			<a href="/cgi-bin/koha/bookshelves/shelves.pl" class="catalogue">Virtual shelves</a>
  				<p>Virtual shelves can be used by librarian or patrons to build virtual libraries inside the "real" one.
  				The virtual shelf can be used by a teacher to help his/her students searching information on a specific topic.
  				It can be used by a library to define "most valuable books for &lt;some category of patron&gt;"</p>
- 			<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="catalogue">Add biblio</a>
- 				<p>Directly add a biblio in the library catalogue</p>
  			<!-- TMPL_IF NAME="NOTMARC" -->
  				<form action="/cgi-bin/koha/loadmodules.pl" method="post">
--- 71,86 ----
  	<div id="menus">
  <!-- RIGHT (disappearing) BLOC -->
  		<div id="Hint1" class="hint">
  			<h1 class="catalogue">Catalogue</h1>
  			<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="catalogue">Search catalogue</a>
  				<p>Search a biblio. When this biblio is found, you can check its status, reserve it, or see where it is</p>
+ 			<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="catalogue">Add biblio</a>
+ 				<p>Directly add a biblio in the library catalogue</p>
+ 			<a class="catalogue" href="/cgi-bin/koha/bull-home.pl">Serials</a>
+ 				<p>Manage serial subscriptions and issues</p>
  			<a href="/cgi-bin/koha/bookshelves/shelves.pl" class="catalogue">Virtual shelves</a>
  				<p>Virtual shelves can be used by librarian or patrons to build virtual libraries inside the "real" one.
  				The virtual shelf can be used by a teacher to help his/her students searching information on a specific topic.
  				It can be used by a library to define "most valuable books for &lt;some category of patron&gt;"</p>
  			<!-- TMPL_IF NAME="NOTMARC" -->
  				<form action="/cgi-bin/koha/loadmodules.pl" method="post">
***************
*** 147,152 ****
  		<a href="/cgi-bin/koha/reports-home.pl" class="reports" onMouseOver="SetOn(4);">Reports</a><br/>
  		
- 		<a href="/cgi-bin/koha/bull-home.pl" class="parameters" onMouseOver="SetOn(8);">Serial</a><br/>
- 
  		<a href="/cgi-bin/koha/admin-home.pl" class="parameters" onMouseOver="SetOn(6);">Parameters</a><br/>
  
--- 145,148 ----





More information about the Koha-cvs mailing list