[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.7,1.8 opac-suggestions.tmpl,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Thu Jul 15 11:49:47 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30725/koha-tmpl/opac-tmpl/css/en

Modified Files:
	opac-main.tmpl opac-suggestions.tmpl 
Log Message:
Acquisition & Suggestion :
* acquisition rewritte : create a aqbasket table to deal with "bookseller order header".
* add "close basket" feature : a closed basket can't be modified
* suggestion feature : manage suggestions in acquisition (after suggestion filled in OPAC)

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-main.tmpl	17 Jun 2004 08:24:10 -0000	1.7
--- opac-main.tmpl	15 Jul 2004 09:49:45 -0000	1.8
***************
*** 10,14 ****
  <body>
  <div id="leftbloc">
! 	<img src="<!-- TMPL_VAR NAME='themelang' -->/images/front-background-med.gif" title="koha" alt="koha" />
  </div>
  
--- 10,14 ----
  <body>
  <div id="leftbloc">
! 	<img class="relative" src="<!-- TMPL_VAR NAME='themelang' -->/images/front-background-med.gif" title="koha" alt="koha" />
  </div>
  

Index: opac-suggestions.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-suggestions.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-suggestions.tmpl	28 May 2004 08:39:31 -0000	1.1
--- opac-suggestions.tmpl	15 Jul 2004 09:49:45 -0000	1.2
***************
*** 9,14 ****
  		<p><label>Title</label><input type="text" name="title" size=60 maxlentgh=80></p>
  		<p><label>Author</label><input type="text" name="author" size=60 maxlength=80></p>
! 		<p><label>Copyright date</label><input type="text" name="copyrightdate" size=6 maxlength=4></p>
! 		<p><label>Publisher</label><input type="text" name="publishercode" size=60 maxlength=80></p>
  		<p><label>Note</label><textarea name="note" rows="10" cols="60"></textarea></p>
  		<p><label>&nbsp;</label><input type="submit" value="Send suggestion to the library staff" class="button"></p>
--- 9,18 ----
  		<p><label>Title</label><input type="text" name="title" size=60 maxlentgh=80></p>
  		<p><label>Author</label><input type="text" name="author" size=60 maxlength=80></p>
! 		<p><label>Copyright date</label><input type="text" name="copyrightdate" size="5" maxlength="4"></p>
! 		<p><label>Publisher</label><input type="text" name="publishercode" size="60" maxlength="80"></p>
! 		<p><label>Volume</label><input type="text" name="volumedesc" size="60" maxlength="80"></p>
! 		<p><label>Publication year</label><input type="text" name="publicationyear" size="5" maxlength="4"></p>
! 		<p><label>Publication place</label><input type="text" name="place" size="60" maxlength="80"></p>
! 		<p><label>ISBN/ISSN</label><input type="text" name="isbn" size="14" maxlength="10"></p>
  		<p><label>Note</label><textarea name="note" rows="10" cols="60"></textarea></p>
  		<p><label>&nbsp;</label><input type="submit" value="Send suggestion to the library staff" class="button"></p>





More information about the Koha-cvs mailing list