[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/value_builder labs_theses.tmpl,1.1.2.1,1.1.2.2 unimarc_field_210c.tmpl,1.3.2.1,1.3.2.2

Henri-Damien LAURENT hdl at users.sourceforge.net
Sat Oct 15 18:45:44 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	labs_theses.tmpl unimarc_field_210c.tmpl 
Log Message:
Bug Fixing : unimarc_field_210c.pl getting page search work and adding scrolbars.
Bug Fixing: labtheses.pl HTML escaping authvalues.
Bug Fixing : request.pl making IndependantBranches work.

Index: labs_theses.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/value_builder/Attic/labs_theses.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** labs_theses.tmpl	30 Sep 2005 13:01:21 -0000	1.1.2.1
--- labs_theses.tmpl	15 Oct 2005 16:45:42 -0000	1.1.2.2
***************
*** 79,84 ****
  						</td>
  						<td>
! 							<a  href="javascript:SelectEntry('<!-- TMPL_VAR NAME="libjs" ESCAPE="URL" -->','<!-- TMPL_VAR NAME="auth_value" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="index" ESCAPE="URL"  -->,0)" class="button catalogue">Select</a>
! 							<a  href="javascript:SelectEntry('<!-- TMPL_VAR NAME="libjs" ESCAPE="URL" -->','<!-- TMPL_VAR NAME="auth_value" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="index" ESCAPE="URL"  -->,1)" class="button catalogue">Sel&amp;close</a>
  						</td>
  					</tr>
--- 79,84 ----
  						</td>
  						<td>
! 							<a  href="javascript:SelectEntry('<!-- TMPL_VAR NAME="libjs" ESCAPE="URL" -->','<!-- TMPL_VAR NAME="authjs" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="index" ESCAPE="URL"  -->,0)" class="button catalogue">Select</a>
! 							<a  href="javascript:SelectEntry('<!-- TMPL_VAR NAME="libjs" ESCAPE="URL" -->','<!-- TMPL_VAR NAME="authjs" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="index" ESCAPE="URL"  -->,1)" class="button catalogue">Sel&amp;close</a>
  						</td>
  					</tr>

Index: unimarc_field_210c.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_210c.tmpl,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** unimarc_field_210c.tmpl	23 Sep 2005 09:54:13 -0000	1.3.2.1
--- unimarc_field_210c.tmpl	15 Oct 2005 16:45:42 -0000	1.3.2.2
***************
*** 33,37 ****
  			<p>
  				<!-- TMPL_IF name="displayprev" -->
! 					<a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;&amp;authtypecode=EDITORS&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>
--- 33,37 ----
  			<p>
  				<!-- TMPL_IF name="displayprev" -->
! 					<a href="plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&amp;startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;&amp;authtypecode=EDITORS&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>
***************
*** 41,50 ****
  						<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=EDITORS&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=EDITORS&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 -->
--- 41,50 ----
  						<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
  					<!-- TMPL_ELSE -->
! 						<a href="plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&amp;startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;authtypecode=EDITORS&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="plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&amp;startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;authtypecode=EDITORS&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