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 addbooks.tmpl,1.18,1.19
Date: Wed, 24 Nov 2004 12:36:35 -0800

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

Modified Files:
        addbooks.tmpl 
Log Message:
it's a catalogue screen, not an acquisition one. Changing CSS

Index: addbooks.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** addbooks.tmpl       19 Jul 2004 19:22:10 -0000      1.18
--- addbooks.tmpl       24 Nov 2004 20:36:33 -0000      1.19
***************
*** 1,5 ****
! <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
  <div id="mainbloc">
!       <h1 class="acquisition">MARC biblio management</h1>
        <!-- TMPL_IF name="noitemsfound" -->
                <font color="red" size="4">No items found</font>
--- 1,5 ----
! <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
  <div id="mainbloc">
!       <h1 class="catalogue">MARC biblio management</h1>
        <!-- TMPL_IF name="noitemsfound" -->
                <font color="red" size="4">No items found</font>
***************
*** 11,21 ****
        <div id="bloc25">
                <form action="isbnsearch.pl">
!                       <h2 class="acquisition">To add a new biblio/item, scan 
or type the ISBN/ISSN number</h2>
                        <p><label class="label20">ISBN</label> <input 
type="text" name="isbn" /></p>
                        <p><label class="label20">Title</label> <input 
type="text" name="title" /></p>
!                       <p><input type="submit" value="Go" class="button 
acquisition" /></p>
                </form>
                <!-- TMPL_IF NAME="NOTMARC" -->
!                       <p><a href="addbiblio-nomarc.pl" class="button 
acquisition">Create Empty biblio</a></p>
                <!-- TMPL_ELSE -->
                        <p>
--- 11,21 ----
        <div id="bloc25">
                <form action="isbnsearch.pl">
!                       <h2 class="catalogue">To add a new biblio/item, scan or 
type the ISBN/ISSN number</h2>
                        <p><label class="label20">ISBN</label> <input 
type="text" name="isbn" /></p>
                        <p><label class="label20">Title</label> <input 
type="text" name="title" /></p>
!                       <p><input type="submit" value="Go" class="button 
catalogue" /></p>
                </form>
                <!-- TMPL_IF NAME="NOTMARC" -->
!                       <p><a href="addbiblio-nomarc.pl" class="button 
catalogue">Create Empty biblio</a></p>
                <!-- TMPL_ELSE -->
                        <p>
***************
*** 27,36 ****
                                                <!-- /TMPL_LOOP -->
                                        </select>
!                                       <input type="submit" value="Create 
Empty biblio" class="button acquisition">
                                </p>
                <!-- /TMPL_IF -->
        </div>
        <div id="bloc25">
!               <h2 class="acquisition">Hint</h2>
                <p>If the ISBN or title is found in the biblio table, it will 
be retrieved and can be modified.<br/>
                                If the ISBN or title is found in the breeding 
farm, it will be retrieved and a biblio will be added.<br/>
--- 27,36 ----
                                                <!-- /TMPL_LOOP -->
                                        </select>
!                                       <input type="submit" value="Create 
Empty biblio" class="button catalogue">
                                </p>
                <!-- /TMPL_IF -->
        </div>
        <div id="bloc25">
!               <h2 class="catalogue">Hint</h2>
                <p>If the ISBN or title is found in the biblio table, it will 
be retrieved and can be modified.<br/>
                                If the ISBN or title is found in the breeding 
farm, it will be retrieved and a biblio will be added.<br/>




reply via email to

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