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

Antoine Farnault antoine at koha-fr.org
Mon Dec 11 17:42:26 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/11 16:42:26

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

Log message:
	moving <div id="action"> on the top

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.12&r2=1.3.2.13

Patches:
Index: MARCdetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.3.2.12
retrieving revision 1.3.2.13
diff -u -b -r1.3.2.12 -r1.3.2.13
--- MARCdetail.tmpl	17 Nov 2006 11:18:30 -0000	1.3.2.12
+++ MARCdetail.tmpl	11 Dec 2006 16:42:26 -0000	1.3.2.13
@@ -5,12 +5,9 @@
 
 
 <!-- TMPL_UNLESS name="popup" -->
-    <form Name="f">
-        <h1 class="catalogue">
+    <h1>
             Biblionumber : <!-- TMPL_VAR NAME="biblionumber" -->
         </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" >
                 Edit biblio
@@ -51,9 +48,11 @@
                 </a>
             <!-- /TMPL_IF -->
             <a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&title=<!-- TMPL_VAR NAME="title" -->&author=<!-- TMPL_VAR NAME="author" -->">Issue history</a>
-            
     </div>
 <!-- /TMPL_UNLESS -->
+
+    <p><b>With Framework :<!--TMPL_VAR Name="framework" --></b></p>
+    
     <div id="tabs">
         <!-- TMPL_IF NAME="0XX" -->
             <a href="javascript:active(0)" class="tab_active" id="link0">0</a>
@@ -369,7 +368,6 @@
     </div>
     
     <div id="10XX" class="content_hidden">
-        <p>Items</p>
         <br/>
         <table class="noborder">
                 <tr>





More information about the Koha-cvs mailing list