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/prog/en/cataloguin... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/cataloguin... [rel_3_0]
Date: Thu, 02 Nov 2006 13:46:03 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/02 13:46:03

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/cataloguing: addbiblio.tmpl 

Log message:
        re-introduce action's button.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: addbiblio.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- addbiblio.tmpl      30 Oct 2006 15:09:58 -0000      1.1.2.5
+++ addbiblio.tmpl      2 Nov 2006 13:46:03 -0000       1.1.2.6
@@ -6,7 +6,17 @@
 
 <form method="post" name="f" id="f" action="addbiblio.pl">
 <h1><!-- TMPL_IF NAME="biblionumtagfield" -->Edit MARC Record Number <!-- 
TMPL_VAR name="biblionumber" --><!-- TMPL_ELSE -->Add MARC Record<!-- /TMPL_IF 
--></h1>
- With Framework : <!--TMPL_VAR Name="framework" -->
+
+<div id="action">
+    <!-- TMPL_IF name="bibid" -->
+        <input type="button" value="Save Bibliographic Record and go to Items" 
onclick="Check(this.form)" accesskey="w" />
+               <!-- TMPL_ELSE -->
+        <input type="button" value="Add Bibliographic Record and go to Items" 
onclick="Check(this.form)" accesskey="w" />
+        <!-- /TMPL_IF -->
+    <input type="button" value="z39.50 Search" onclick="PopupZ3950(); return 
false;" />
+</div>
+<br />
+ Change framework : <!--TMPL_VAR Name="framework" -->
 
         <input type="hidden" name="op" value="addbiblio" />
         <input type="hidden" name="addfield_field" />




reply via email to

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