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,1.2 unimarc_field_


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/value_builder labs_theses.pl,1.1,1.2 unimarc_field_100.pl,1.8,1.9 unimarc_field_210c.pl,1.7,1.8
Date: Wed, 26 Oct 2005 02:13:39 -0700

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

Modified Files:
        unimarc_field_100.pl unimarc_field_210c.pl 
Added Files:
        labs_theses.pl 
Log Message:
big commit, still breaking things...

* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not 
be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued


Index: unimarc_field_100.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_100.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** unimarc_field_100.pl        2 Jun 2005 15:37:14 -0000       1.8
--- unimarc_field_100.pl        26 Oct 2005 09:13:37 -0000      1.9
***************
*** 80,83 ****
--- 80,84 ----
                             debug => 1,
                             });
+       $result='        d        u  y0frey03      ba' unless $result;
        my $f1 = substr($result,0,8);
        my $f2 = substr($result,8,1);

Index: unimarc_field_210c.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_210c.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** unimarc_field_210c.pl       24 Nov 2004 20:30:06 -0000      1.7
--- unimarc_field_210c.pl       26 Oct 2005 09:13:37 -0000      1.8
***************
*** 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]