Koha/koha-tmpl/opac-tmpl/prog/en
Owen Leonard f1869ec064 Fix for Bug 5593, Change cart markup to allow for easier icon styling
Replacing inline cart image with a span with a unique ID. Adding
styling to the deafult CSS to give that span a background of the
same cart image as before. Custom CSS can override this with a
different image.

Example for OPACUserCSS preference:

  background-image : url("/opac-tmpl/prog/famfamfam/silk/basket.png");
  width:16px;
  height:16px;
}

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>

    background-image: url("/opac-tmpl/prog/famfamfam/silk/basket.png");
}

Will also change the cart image in opac detail view.
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-04-05 15:04:07 +12:00
..
css Fix for Bug 5593, Change cart markup to allow for easier icon styling 2011-04-05 15:04:07 +12:00
includes Fix for Bug 5593, Change cart markup to allow for easier icon styling 2011-04-05 15:04:07 +12:00
js
lib Fix for Bug 5140 - In Chrome, drop-down menus disappear after using pop-up calendar 2011-02-18 09:47:41 +13:00
modules wr76595 (bug 4157): Control barcode display with a borrower attribute 2011-04-05 14:54:50 +12:00
xslt Merge remote branch 'kc/new/enh/bug_4421' into kcmaster 2011-04-02 07:15:47 +13:00