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: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2]
Date: Wed, 26 Jul 2006 18:56:42 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Owen Leonard <oleonard> 06/07/26 18:56:41

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

Log message:
        Adding error message for deletion of items on loan

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.10&r2=1.3.2.11

Patches:
Index: additem.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v
retrieving revision 1.3.2.10
retrieving revision 1.3.2.11
diff -u -b -r1.3.2.10 -r1.3.2.11
--- additem.tmpl        21 Mar 2006 04:38:53 -0000      1.3.2.10
+++ additem.tmpl        26 Jul 2006 18:56:41 -0000      1.3.2.11
@@ -60,6 +60,9 @@
        <!-- TMPL_IF name="barcode_not_unique" -->
                <div class="error"><b>ERROR : Barcode already exists !<b></div>
        <!-- /TMPL_IF -->
+       <!-- TMPL_IF name="book_on_loan" -->
+               <div class="error"><b>ERROR : Item on loan : can't delete it 
!<b></div>
+       <!-- /TMPL_IF -->
        <!-- TMPL_IF name="opisadd" -->
        <input type="button" value="Add item" class="submit"  
onClick="Check(this.form)" accesskey="w">
        <!-- TMPL_ELSE -->




reply via email to

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