[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc result.tmpl,1.21,1.21.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 1 14:19:26 CET 2005


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

Modified Files:
      Tag: rel_2_2
	result.tmpl 
Log Message:
item status (opac & librarian interfaces) The item status has been improved : It now can be :
- on order (= item has been ordered, but not yet arrived at the library)
- not for loan : if the "notforloan" field is mapped to an authorised value list, the right value is shown. Thus, an item can be "lost" or "being repaired", or whatever you put in the authorised values list. (reminder : the "notforloan" field, when 0 means 'ok, book can be issued', and all other values means 'nok, book can't be issued' (whatever the reason, that can be in the authorised value table)


Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -C2 -r1.21 -r1.21.2.1
*** result.tmpl	9 Dec 2004 19:44:50 -0000	1.21
--- result.tmpl	1 Mar 2005 13:19:24 -0000	1.21.2.1
***************
*** 47,52 ****
--- 47,56 ----
  								<!-- /TMPL_IF -->
  							<!-- /TMPL_IF -->
+ 							<!-- TMPL_IF name="notforloan" -->
+ 								<i>(<!-- TMPL_VAR name="notforloan" -->)</i>
+ 							<!-- /TMPL_IF -->
  						</p>
  					<!-- /TMPL_LOOP -->
+ 					<!-- TMPL_IF name="onorder" --><p>On order</p><!-- /TMPL_IF -->
  				</td>
  				<td <!-- TMPL_IF NAME="even" -->class="hilighted"<!-- /TMPL_IF -->>
***************
*** 54,58 ****
  						<a class="button catalogue" href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Request</a>
  					<!-- TMPL_ELSE -->
! 						Not Reservable
  					<!-- /TMPL_UNLESS -->
  				</td>
--- 58,62 ----
  						<a class="button catalogue" href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Request</a>
  					<!-- TMPL_ELSE -->
! 						<p>Not Reservable</p>
  					<!-- /TMPL_UNLESS -->
  				</td>





More information about the Koha-cvs mailing list