@@ -, +, @@ --- .../prog/en/modules/virtualshelves/shelves.tmpl | 6 +++++- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 5 ++++- .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl +++ a/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 () {
    " /> +
    --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ a/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; } --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -306,6 +306,7 @@ $(function() {

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

    + " />
      @@ -327,7 +328,7 @@ $(function() {
    -
    ">Cancel
    +
    &display=privateshelves">Cancel">Cancel
    --