Bug Fixing : OPAC : bad Modifications opac-detail.tmpl
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 19 Oct 2009 08:26:59 +0000 (10:26 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 19 Oct 2009 08:38:44 +0000 (10:38 +0200)
More Searches introduced a problem with the usage of save in the Moresearches
It was impossible to save a record.

koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl

index 5926027..f3c1e30 100644 (file)
@@ -582,10 +582,9 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
 <!-- /TMPL_IF --><!-- /TMPL_IF -->
 
 <div id="further">
-
+<ul>
                <li style="display:none;"><a href="#" id="furthersearches">More searches</a></li>
 </ul>
-
 <div id="furtherm" class="yuimenu">
 <div class="bd">
 <h4>Search for this title in:</h4>
@@ -596,6 +595,8 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
 </ul>
 </div>
 
+</div>
+</div>
         <div id="export" class="detailtagcell">
         <form method="get" action="/cgi-bin/koha/opac-export.pl">
         <label for="format">Save Record:</label>
@@ -610,8 +611,6 @@ YAHOO.util.Event.onContentReady("furtherm", function () {
         </div>
 
 </div>
-</div>
-</div>
 
 
 </div>