[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue moredetail.tmpl,1.1,1.2 detail-opac.tmpl,1.2,1.3 detail.tmpl,1.2,1.3 subject.tmpl,1.1,1.2

Steve Tonnesen tonnesen at users.sourceforge.net
Mon Oct 28 23:29:12 CET 2002


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

Modified Files:
	detail-opac.tmpl detail.tmpl subject.tmpl 
Added Files:
	moredetail.tmpl 
Log Message:
Merging from rel-1-2 to trunk



Index: detail-opac.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail-opac.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** detail-opac.tmpl	16 Oct 2002 12:46:58 -0000	1.2
--- detail-opac.tmpl	28 Oct 2002 22:29:09 -0000	1.3
***************
*** 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
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** detail.tmpl	16 Oct 2002 12:47:07 -0000	1.2
--- detail.tmpl	28 Oct 2002 22:29:09 -0000	1.3
***************
*** 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>

Index: subject.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/subject.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** subject.tmpl	9 Oct 2002 15:49:49 -0000	1.1
--- subject.tmpl	28 Oct 2002 22:29:09 -0000	1.2
***************
*** 24,30 ****
      <table border=0 cellpadding=0 cellspacing=0 width=100%>
      <tr><td align=left>
!     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
      </td><td align=right>
!     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a>
      </td></tr>
      </table>
--- 24,30 ----
      <table border=0 cellpadding=0 cellspacing=0 width=100%>
      <tr><td align=left>
!     <a href=search.pl?<TMPL_LOOP name=FORMINPUTS><TMPL_VAR NAME=line>&</TMPL_LOOP>startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
      </td><td align=right>
!     <a href=search.pl?<TMPL_LOOP name=FORMINPUTS><TMPL_VAR NAME=line>&</TMPL_LOOP>startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a>
      </td></tr>
      </table>





More information about the Koha-cvs mailing list