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>
Tue, 26 May 2009 19:14:59 +0000 (21:14 +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>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl

index 711eeb5..b3cdd48 100644 (file)
@@ -440,6 +440,15 @@ a .term {
 #toolbar a.send {
        background-image: url(../../images/send.gif);
 }
+
+a.send {
+       background-image: url(../../images/send.gif);
+       background-position : 0px center;
+       background-repeat : no-repeat;
+       text-decoration : none;
+       padding-left : 21px;
+}
+
 #toolbar a.empty {
        background-image: url(../../images/trash.gif);
 }
index ca7cb0c..70c1826 100644 (file)
@@ -241,6 +241,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>
         </td>
         </tr>
                 <!-- /TMPL_LOOP -->
@@ -288,6 +289,10 @@ $.tablesorter.addParser({
           <!-- /TMPL_IF -->
         </form>
       <!-- /TMPL_IF -->&nbsp;
+<<<<<<< HEAD:koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
+=======
+      <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>
+>>>>>>> ffa3c9a... Markup and style corrections.:koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
     </td>
                </tr>
             <!-- /TMPL_LOOP -->