[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/acqui.s... [rel_2_2]

paul poulain paul at koha-fr.org
Wed Jun 14 17:40:18 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/06/14 15:40:18

Modified files:
	koha-tmpl/intranet-tmpl/default/en/acqui.simple: addbiblio.tmpl 

Log message:
	just reindenting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.33.2.25&r2=1.33.2.26

Patches:
Index: addbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.33.2.25
retrieving revision 1.33.2.26
diff -u -b -r1.33.2.25 -r1.33.2.26
--- addbiblio.tmpl	12 Jun 2006 10:33:54 -0000	1.33.2.25
+++ addbiblio.tmpl	14 Jun 2006 15:40:18 -0000	1.33.2.26
@@ -23,13 +23,14 @@
 
 <! -- RESET PAGINATION -->
 <!-- TMPL_LOOP name="BIG_LOOP" -->
-<!-- hide every tab except the 1st -->
-<!-- TMPL_IF name="number" -->
+    <!-- hide every tab except the 1st -->
+    <!-- TMPL_IF name="number" -->
     <div name="<!-- TMPL_VAR name="number" -->XX" id="<!-- TMPL_VAR name="number" -->XX" class="tab" style="visibility:hidden">
-<!-- TMPL_ELSE -->
+    <!-- TMPL_ELSE -->
     <div name="<!-- TMPL_VAR name="number" -->XX" id="<!-- TMPL_VAR name="number" -->XX" class="tab" style="visibility:visible">
-<!-- /TMPL_IF -->
-<!-- TMPL_UNLESS name="number" -->
+    <!-- /TMPL_IF -->
+    
+    <!-- TMPL_UNLESS name="number" -->
     <!-- show duplicate warning on tab 0 only -->
         <!-- TMPL_IF name="duplicatebiblionumber" -->
                     <div class="error">
@@ -42,6 +43,7 @@
                     </div>
         <!-- /TMPL_IF -->
     <!-- /TMPL_UNLESS -->
+    
     <!-- TMPL_LOOP NAME="innerloop" -->
 		<div style=";" id="tag<!-- TMPL_VAR name="tag"-->">
         <!-- TMPL_IF name="tag" -->
@@ -59,6 +61,7 @@
             <!-- TMPL_IF name="repeatable" --><a href="javascript:cloneTag('tag<!-- TMPL_VAR NAME="tag" -->')">+</a><!-- /TMPL_IF -->
         </p>
         <!-- /TMPL_IF -->
+        
         <!-- TMPL_LOOP NAME="subfield_loop" -->
             <!-- TMPL_IF NAME="visibility" -->
                 <a tabindex="1" style="color: grey; font-size: 80%; cursor: se-resize;" id="label<!-- TMPL_VAR name="index" -->" onclick="unHideSubfield('subfield<!-- TMPL_VAR NAME="tag" --><!-- TMPL_VAR name="index" -->','label<!-- TMPL_VAR name="index" -->')">





More information about the Koha-cvs mailing list