restore tabbing function in MARC bib editor
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 11 Feb 2008 22:21:54 +0000 (16:21 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 11 Feb 2008 22:35:22 +0000 (16:35 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tmpl

index ed5a3ec..7c1ea32 100644 (file)
@@ -526,7 +526,6 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ?
                 <a href="/cgi-bin/koha/cataloguing/addbiblio.pl#tab<!-- TMPL_VAR name="number" -->XX"><!-- TMPL_VAR name="number"--></a>
             <!-- /TMPL_IF --></li>
         <!--  /TMPL_LOOP --></ul>
-</div>
 
 <!-- TMPL_LOOP name="BIG_LOOP" -->
 <!-- hide every tab except the 1st -->
@@ -607,11 +606,11 @@ function unHideSubfield(index,labelindex) { // FIXME :: is it used ?
     </div>
 <!-- /TMPL_LOOP -->
 
+</div>
 </form>
 
 </div>
 </div>
 </div>
-</div>
 
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->