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/acqui.simple add


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple additem.tmpl,1.26,1.27
Date: Thu, 11 Aug 2005 02:00:17 -0700

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

Modified Files:
        additem.tmpl 
Log Message:
Ok guys, this time, it seems that item add and modif begin working as 
expected...
Still a lot of bugs to fix, of course

Index: additem.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** additem.tmpl        10 Aug 2005 10:21:18 -0000      1.26
--- additem.tmpl        11 Aug 2005 09:00:07 -0000      1.27
***************
*** 3,7 ****
        <form method="post" action="additem.pl" name="f">
        <input type="hidden" name="op" value="<!-- TMPL_VAR NAME="op" -->">
!       <input type="hidden" name="bibid" value="<!-- TMPL_VAR NAME="bibid" 
-->">
        <div class="tabbed">
                <h1 class="catalogue"><!-- TMPL_VAR name="title" --> (<!-- 
TMPL_VAR name="author" --> biblionumber #<!-- TMPL_VAR NAME="biblionumber" 
-->)</h1>
--- 3,8 ----
        <form method="post" action="additem.pl" name="f">
        <input type="hidden" name="op" value="<!-- TMPL_VAR NAME="op" -->">
!       <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR 
NAME="biblionumber" -->">
!       <input type="hidden" name="biblioitemnumber" value="<!-- TMPL_VAR 
NAME="biblioitemnumber" -->">
        <div class="tabbed">
                <h1 class="catalogue"><!-- TMPL_VAR name="title" --> (<!-- 
TMPL_VAR name="author" --> biblionumber #<!-- TMPL_VAR NAME="biblionumber" 
-->)</h1>
***************
*** 39,44 ****
                                                        <td></td>
                                                <!-- TMPL_ELSE -->
!                                                       <td><a 
href="additem.pl?op=edititem&amp;bibid=<!-- TMPL_VAR NAME="bibid" 
-->&amp;itemnum=<!-- TMPL_VAR NAME="itemnum" -->"><img src="<!-- TMPL_VAR 
NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png" 
border="0"></a></td>
!                                                       <td><a 
href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="bibid" -->,<!-- TMPL_VAR 
NAME="itemnum" -->)"><img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR 
NAME="theme" -->/images/edittrash.png" border="0"></a></td>
                                                <!-- /TMPL_IF -->
                                        </tr>
--- 40,45 ----
                                                        <td></td>
                                                <!-- TMPL_ELSE -->
!                                                       <td><a 
href="additem.pl?op=edititem&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" 
-->&amp;itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->"><img src="<!-- TMPL_VAR 
NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/fileopen.png" 
border="0"></a></td>
!                                                       <td><a 
href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="biblionumber" -->,<!-- 
TMPL_VAR NAME="itemnumber" -->)"><img src="<!-- TMPL_VAR NAME="interface" 
-->/<!-- TMPL_VAR NAME="theme" -->/images/edittrash.png" border="0"></a></td>
                                                <!-- /TMPL_IF -->
                                        </tr>
***************
*** 63,67 ****
                        </p>
                <!-- /TMPL_LOOP -->
!       <input type="hidden" name="itemnum" value="<!-- TMPL_VAR NAME="itemnum" 
-->">
        <!-- TMPL_IF name="barcode_not_unique" -->
                <div id="problem"><b>ERROR : Barcode already exists !<b></div>
--- 64,68 ----
                        </p>
                <!-- /TMPL_LOOP -->
!       <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR 
NAME="itemnumber" -->">
        <!-- TMPL_IF name="barcode_not_unique" -->
                <div id="problem"><b>ERROR : Barcode already exists !<b></div>
***************
*** 72,76 ****
        <input type="hidden" name="tag" value="<!-- TMPL_VAR 
NAME="itemtagfield" -->">
        <input type="hidden" name="subfield" value="<!-- TMPL_VAR 
NAME="itemtagsubfield" -->">
!       <input type="hidden" name="field_value" value="<!-- TMPL_VAR 
NAME="itemnum" -->">
        <input type="button" value="Modify item" onClick="Check(this.form)" 
accesskey="w" class="button catalogue">
        <!-- /TMPL_IF -->
--- 73,78 ----
        <input type="hidden" name="tag" value="<!-- TMPL_VAR 
NAME="itemtagfield" -->">
        <input type="hidden" name="subfield" value="<!-- TMPL_VAR 
NAME="itemtagsubfield" -->">
!       <input type="hidden" name="field_value" value="<!-- TMPL_VAR 
NAME="itemnumber" -->">
!       <input type="hidden" name="mandatory" value="0">
        <input type="button" value="Modify item" onClick="Check(this.form)" 
accesskey="w" class="button catalogue">
        <!-- /TMPL_IF -->




reply via email to

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