From d3b72dc919fee4fd1b1e5ee5f30904b17b2a28ea Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 12 May 2008 07:58:10 -0500 Subject: [PATCH] Adding check all/none controls to opac suggestions, following opac shelves interface. Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 12 +++++++++--- .../prog/en/modules/opac-suggestions.tmpl | 15 +++++++++++++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 5b1b679ede..5aa89ea990 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -1673,9 +1673,15 @@ a#MARCview, a#ISBDview, a#Normalview { #shelfbrowser a { display : block; } - - - +a.new { + background : transparent url("../../images/new.gif") center left no-repeat; + border : 0; + color : #006699; + cursor : pointer; + margin:0pt 0.5em; + padding-left : 15px; + text-decoration : none; +} input.editshelf,a.editshelf { background : transparent url("../../images/shelf-edit.gif") center left no-repeat; border : 0; diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl index 76101ab530..75db1613e5 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tmpl @@ -2,6 +2,7 @@ Enter a new purchase suggestion Purchase Suggestions + @@ -92,7 +101,10 @@ $.tablesorter.addParser({
- +
Select All + Clear All | New purchase suggestionNew purchase suggestion +
+
@@ -140,7 +152,6 @@ $.tablesorter.addParser({

There are no pending purchase suggestions.

- Add a purchase suggestionAdd a purchase suggestion -- 2.39.2
  Summary