Markup and style corrections.
authorOwen Leonard <oleonard@myacpl.org>
Thu, 5 Mar 2009 20:37:49 +0000 (14:37 -0600)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:04 +0000 (23:19 +0200)
Corrects case of "onclick" and creates new style for "send" link rather than re-using inapplicable toolbar ID.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl

index b587efd..01a13e9 100644 (file)
@@ -81,7 +81,7 @@ $.tablesorter.addParser({
 <!-- /TMPL_LOOP -->
 <!-- /TMPL_IF --> 
 
-    <div id="toolbar" class="yui-g">
+    <div class="yui-g">
     
     
     <!-- TMPL_IF NAME="viewshelf" -->
@@ -222,7 +222,7 @@ $.tablesorter.addParser({
             <!-- TMPL_IF NAME="viewcategory2" -->Public<!-- /TMPL_IF -->
             <!-- TMPL_IF NAME="viewcategory3" -->Open<!-- /TMPL_IF -->
         </td>
-        <td id="toolbar">
+        <td>
             <!-- TMPL_IF NAME="mine" -->
                 <form action="opac-shelves.pl" method="get">
                     <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelf" -->" />
@@ -272,7 +272,7 @@ $.tablesorter.addParser({
            <!-- TMPL_IF NAME="viewcategory2" -->Public<!-- /TMPL_IF -->
            <!-- TMPL_IF NAME="viewcategory3" -->Open<!-- /TMPL_IF -->
        </td>
-    <td id="toolbar">
+    <td>
             <!-- TMPL_IF NAME="mine" -->
         <form action="opac-shelves.pl" method="get">
           <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelf" -->" />
@@ -290,7 +290,7 @@ $.tablesorter.addParser({
           <!-- /TMPL_IF -->
         </form>
       <!-- /TMPL_IF -->&nbsp;
-      <a href="#" class="send" onClick="open(CGIBIN+'opac-sendshelf.pl?shelfid=<!-- TMPL_VAR NAME="shelf" -->','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100')">Send List</a>
+      <a href="#" class="send" onclick="open(CGIBIN+'opac-sendshelf.pl?shelfid=<!-- TMPL_VAR NAME="shelf" -->','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100')">Send List</a>
     </td>
                </tr>
             <!-- /TMPL_LOOP -->