koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/value_builder labs_theses.pl,1.1.2.1,1.1.2.2 unimar


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/value_builder labs_theses.pl,1.1.2.1,1.1.2.2 unimarc_field_210c.pl,1.7,1.7.2.1
Date: Sat, 15 Oct 2005 09:45:44 -0700

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

Modified Files:
      Tag: rel_2_2
        labs_theses.pl unimarc_field_210c.pl 
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.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/Attic/labs_theses.pl,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.pl      30 Sep 2005 13:01:21 -0000      1.1.2.1
--- labs_theses.pl      15 Oct 2005 16:45:42 -0000      1.1.2.2
***************
*** 96,102 ****
                        my $libjs=$data->{'lib'};
                        $libjs=~s#\'#\\\'#g;
!                       warn $libjs;
                        push @results, {'libjs'=>$libjs,
                                                        'lib'=>$data->{'lib'},
                                                        
'auth_value'=>$data->{'authorised_value'}} 
                                                        unless 
(($total<$startfrom) or ($total>$startfrom+$resultsperpage));
--- 96,104 ----
                        my $libjs=$data->{'lib'};
                        $libjs=~s#\'#\\\'#g;
!                       my $authjs=$data->{'authorised_value'};
!                       $authjs=~s#\'#\\\'#g;
                        push @results, {'libjs'=>$libjs,
                                                        'lib'=>$data->{'lib'},
+                                                       'authjs'=>$authjs,
                                                        
'auth_value'=>$data->{'authorised_value'}} 
                                                        unless 
(($total<$startfrom) or ($total>$startfrom+$resultsperpage));

Index: unimarc_field_210c.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_210c.pl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** unimarc_field_210c.pl       24 Nov 2004 20:30:06 -0000      1.7
--- unimarc_field_210c.pl       15 Oct 2005 16:45:42 -0000      1.7.2.1
***************
*** 108,112 ****
  function Clic$function_name(subfield_managed) {
        
defaultvalue=escape(document.forms[0].field_value[subfield_managed].value);
!       
newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&index=\"+subfield_managed,\"unimarc
 225a\",'width=500,height=600,toolbar=false,scrollbars=no');
  }
  </script>
--- 108,112 ----
  function Clic$function_name(subfield_managed) {
        
defaultvalue=escape(document.forms[0].field_value[subfield_managed].value);
!       
newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&index=\"+subfield_managed,\"unimarc
 225a\",'width=500,height=600,toolbar=false,scrollbars=yes');
  }
  </script>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]