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

Joshua Ferraro jmf at kados.org
Mon Jun 19 02:31:37 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/06/19 00:31:37

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/parameters: checkmarc.tmpl 

Log message:
	adding a missing itemtype check ... probably needs to be updated in
	head as well

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.2&r2=1.2.2.3

Patches:
Index: checkmarc.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- checkmarc.tmpl	8 Jun 2005 21:22:22 -0000	1.2.2.2
+++ checkmarc.tmpl	19 Jun 2006 00:31:36 -0000	1.2.2.3
@@ -66,6 +66,20 @@
 	</tr>
 <!-- /TMPL_IF -->
 <!-- -->
+<!-- TMPL_IF name="itemtypes_empty" -->
+        <tr>
+                <td>itemtypes are empty</td>
+                <td>the itemtypes MUST<br />
+                        <ul><li>be filled</li>
+        </tr>
+<!-- TMPL_ELSE -->
+        <tr>
+                <td>OK</td>
+                <td>itemtypes defined</td>
+        </tr>
+<!-- /TMPL_IF -->
+<!-- -->
+
 <!-- TMPL_IF name="branch" -->
 	<tr>
 		<td>homebranch NOT mapped</td>





More information about the Koha-cvs mailing list