[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Oct 30 16:18:01 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/30 15:18:01

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/catalogue: MARCdetail.tmpl 

Log message:
	move <select... out of <h1>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.6&r2=1.3.2.7

Patches:
Index: MARCdetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -u -b -r1.3.2.6 -r1.3.2.7
--- MARCdetail.tmpl	30 Oct 2006 09:59:11 -0000	1.3.2.6
+++ MARCdetail.tmpl	30 Oct 2006 15:18:01 -0000	1.3.2.7
@@ -4,13 +4,12 @@
 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
 
 
-
 <!-- TMPL_UNLESS name="popup" -->
     <form Name="f">
         <h1 class="catalogue">
             Biblionumber : <!-- TMPL_VAR NAME="biblionumber" -->
-            <b>With Framework :<!--TMPL_VAR Name="framework" --></b>
         </h1>
+        <b>With Framework :<!--TMPL_VAR Name="framework" --></b>
     </form>
     <div id="action">
             <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&frameworkcode=<!--TMPL_VAR Name="current_framework" -->&op=" class="button catalogue" >





More information about the Koha-cvs mailing list