[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities searchresultlist-auth.tmpl,1.4,1.5

Paul POULAIN tipaul at users.sourceforge.net
Mon Nov 8 11:03:17 CET 2004


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

Modified Files:
	searchresultlist-auth.tmpl 
Log Message:
bugfix : losing index when going to 2nd page, the report of the authority value could not be done in the MARC editor

Index: searchresultlist-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** searchresultlist-auth.tmpl	13 Sep 2004 15:29:48 -0000	1.4
--- searchresultlist-auth.tmpl	8 Nov 2004 10:03:14 -0000	1.5
***************
*** 20,24 ****
  					<input type="hidden" name="excluding" value="">
  					<input type="hidden" name="operator" value="contains">
! 					<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->"
  				</p>
  				<p>
--- 20,24 ----
  					<input type="hidden" name="excluding" value="">
  					<input type="hidden" name="operator" value="contains">
! 					<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->">
  				</p>
  				<p>
***************
*** 32,36 ****
  			<p>
  				<!-- TMPL_IF name="displayprev" -->
! 					<a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet">
  						<img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
  					</a>
--- 32,36 ----
  			<p>
  				<!-- TMPL_IF name="displayprev" -->
! 					<a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->">
  						<img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
  					</a>
***************
*** 40,49 ****
  						<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
  					<!-- TMPL_ELSE -->
! 						<a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet">
  							<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
  					<!-- /TMPL_IF -->
  				<!-- /TMPL_LOOP -->
  				<!-- TMPL_IF name="displaynext" -->
! 					<a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet">
  						<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
  				<!-- /TMPL_IF -->
--- 40,49 ----
  						<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
  					<!-- TMPL_ELSE -->
! 						<a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->">
  							<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
  					<!-- /TMPL_IF -->
  				<!-- /TMPL_LOOP -->
  				<!-- TMPL_IF name="displaynext" -->
! 					<a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->">
  						<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
  				<!-- /TMPL_IF -->





More information about the Koha-cvs mailing list