From 38360b766c32ab89c6e5ee87d2459692b47f2b29 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 12 Nov 2010 22:48:41 -0500 Subject: [PATCH] Fix for Bug 4912 - After editing private list redirect to private lists Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack --- .../prog/en/modules/virtualshelves/shelves.tmpl | 6 +++++- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 5 ++++- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl index 35c022b413..e6c811312f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl @@ -274,6 +274,7 @@ function placeHold () { + " /> Edit List
    @@ -306,7 +307,9 @@ function placeHold () { -
    Cancel
    +
    + CancelCancel +
    @@ -360,6 +363,7 @@ function placeHold () {
    " /> +
    diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 21d580ff50..8f9b246c65 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -572,7 +572,10 @@ input.deleteshelf { } -#toolbar input.editshelf:active,input.deleteshelf:active { +#toolbar input.editshelf:active, +input.editshelf:active, +#toolbar input.deleteshelf:active, +input.deleteshelf:active { border : 0; } diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index 8e846324f7..7804bae981 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -309,6 +309,7 @@ $(function() {

    Lists /../images/caret.gif" width="16" height="16" alt=">" border="0" /> "> /../images/caret.gif" width="16" height="16" alt=">" border="0" /> Editing

    + " />
      @@ -330,7 +331,7 @@ $(function() {
    -
    ">Cancel
    +
    &display=privateshelves">Cancel">Cancel
    -- 2.39.5