koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/value_builder un


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/value_builder unimarc_field_210c.tmpl,1.3,1.4
Date: Thu, 22 Sep 2005 08:34:20 -0700

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

Modified Files:
        unimarc_field_210c.tmpl 
Log Message:
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of 
biblionumber everywhere (instead of bn, biblio, ...)

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
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** unimarc_field_210c.tmpl     2 Dec 2004 16:44:27 -0000       1.3
--- unimarc_field_210c.tmpl     22 Sep 2005 15:34:17 -0000      1.4
***************
*** 105,109 ****
  function report(index,summary)
  {     
!       var regexp= /(\d* \/ *)(.*)/;
        var result=summary.match(regexp);
        opener.document.f.field_value[index].value=result[2];
--- 105,109 ----
  function report(index,summary)
  {     
!       var regexp= /(\d* - *)(.*)/;
        var result=summary.match(regexp);
        opener.document.f.field_value[index].value=result[2];




reply via email to

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