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/acqui.simpl... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2]
Date: Tue, 21 Mar 2006 03:39:35 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/03/21 03:39:35

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/acqui.simple: additem.tmpl 

Log message:
        add support for hidden fields being hidden in the editor

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl.diff?only_with_tag=rel_2_2&tr1=1.3.2.8&tr2=1.3.2.9&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl:1.3.2.8 
koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl:1.3.2.9
--- koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl:1.3.2.8       
Thu Mar  9 20:35:07 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl       Tue Mar 
21 03:39:35 2006
@@ -47,6 +47,7 @@
                <caption>Edit Item</caption>
        <!-- /TMPL_IF -->       
                <!-- TMPL_LOOP NAME="item" -->
+               <!-- TMPL_UNLESS NAME="hidden" -->
                        <tr>
                                        <th><label><!-- TMPL_VAR 
NAME="subfield" --> - <!-- TMPL_IF name="mandatory" --><b><!-- /TMPL_IF --><!-- 
TMPL_VAR NAME="marc_lib" --><!-- TMPL_IF name="mandatory" --> *</b><!-- 
/TMPL_IF --></label></th>
                                        <td><!-- TMPL_VAR NAME="marc_value" -->
@@ -54,6 +55,7 @@
                                        <input type="hidden" name="subfield" 
value="<!-- TMPL_VAR NAME="subfield" -->">
                                        <input type="hidden" name="mandatory" 
value="<!-- TMPL_VAR NAME="mandatory" -->"></td>
                </tr>
+               <!-- /TMPL_UNLESS -->
                <!-- /tmpl_loop -->
                </table>
        <input type="hidden" name="itemnum" value="<!-- TMPL_VAR NAME="itemnum" 
-->">
@@ -121,4 +123,4 @@
        }
 }
 </script>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->




reply via email to

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