[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail-opac.tmpl,1.2.2.1,1.2.2.2 detail.tmpl,1.2.2.1,1.2.2.2

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Oct 23 22:27:54 CEST 2002


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv31168/koha-tmpl/intranet-tmpl/default/en/catalogue

Modified Files:
      Tag: rel-1-2
	detail-opac.tmpl detail.tmpl 
Log Message:
Fixed seriestitle bug in detail templates.
Fixed bug in circulation module when there was only one branch/printer or when
the cookie was set to a non-existent branch/printer


Index: detail-opac.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail-opac.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** detail-opac.tmpl	21 Oct 2002 17:05:07 -0000	1.2.2.1
--- detail-opac.tmpl	23 Oct 2002 20:27:52 -0000	1.2.2.2
***************
*** 29,33 ****
  <b>Author:</b> <TMPL_VAR NAME="author"><br>
  <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
! <b>Series Title:</b> <TMPL_VAR NAME="series"><br>
  <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
  <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
--- 29,33 ----
  <b>Author:</b> <TMPL_VAR NAME="author"><br>
  <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
! <b>Series Title:</b> <TMPL_VAR NAME="seriestitle"><br>
  <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
  <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** detail.tmpl	21 Oct 2002 17:05:07 -0000	1.2.2.1
--- detail.tmpl	23 Oct 2002 20:27:52 -0000	1.2.2.2
***************
*** 50,54 ****
  NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
  <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
! <b>Series Title:</b> <TMPL_VAR NAME="series"><br>
  <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
  <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
--- 50,54 ----
  NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
  <b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
! <b>Series Title:</b> <TMPL_VAR NAME="seriestitle"><br>
  <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
  <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>





More information about the Koha-cvs mailing list