koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/value_build... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/value_build... [rel_2_2]
Date: Sun, 02 Apr 2006 14:52:46 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/04/02 14:52:46

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/value_builder: 
                                                      marc21_field_008.tmpl 

Log message:
        adding dateentered ... thanks Tumer

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/value_builder/marc21_field_008.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/value_builder/marc21_field_008.tmpl
diff -u 
koha/koha-tmpl/intranet-tmpl/npl/en/value_builder/marc21_field_008.tmpl:1.1.2.1 
koha/koha-tmpl/intranet-tmpl/npl/en/value_builder/marc21_field_008.tmpl:1.1.2.2
--- 
koha/koha-tmpl/intranet-tmpl/npl/en/value_builder/marc21_field_008.tmpl:1.1.2.1 
    Wed Mar  1 17:58:40 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/value_builder/marc21_field_008.tmpl     
Sun Apr  2 14:52:46 2006
@@ -8,6 +8,7 @@
        <tr>
                <td>1-5 Date entered on file</td>
                <td>(auto-filled)</td>
+               <td><input type="text" name="f1" maxlength=6 size=7 value="<!-- 
TMPL_VAR name="f1" -->"></td>
        </tr>
        <tr>
                <!-- 06 Type of date / Publication status -->
@@ -607,7 +608,7 @@
 <script>
 function report() {
                opener.document.f.field_value[<!-- TMPL_VAR name="index" 
-->].value = 
-                       '<!-- TMPL_VAR NAME="dateentered" -->'+
+                       document.f_pop.f1.value+
                        document.f_pop.f6.value+
                        document.f_pop.f710.value+
                        document.f_pop.f1114.value+




reply via email to

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