[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-896-gcf902c7

Git repo owner gitmaster at git.koha-community.org
Wed Aug 7 16:34:42 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  cf902c704ba9b0560bc8ff2006fe5763ffa2a090 (commit)
      from  05019c13607908689581285abc39735923a564f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cf902c704ba9b0560bc8ff2006fe5763ffa2a090
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 2 14:25:37 2013 -0400

    Bug 7257: Add a link to remove an individual title from a list in the OPAC
    
    It should be possible when viewing the contents of a list to click a
    link to remove an individual title from the list without having to check
    a checkbox and click another button.
    
    This patch adds a link to each list item to "Remove from this list."
    The functionality is JavaScript-dependent, automatically checking the
    appropriate checkbox and submitting the form to delete.
    
    To test, view a list for which you have delete permission. There should
    be a "Remove from this list" link next to each item on the list. Test
    delete functionality by:
    
    - Clicking the link and then clicking cancel.
    - Clicking the link and confirming.
    - Checking more than one checkbox and then clicking a single remove
      link (only the one corresponding record should be removed).
    - Checking one or more checkboxes and clicking the "Remove from list"
      link at the top of the page.
    
    If JavaScript is disabled the links should not appear.
    
    There are now two delete confirmation messages: One if you're removing
    only one item, another if you're removing more than one. This is true
    whether you use the links or the checkboxes.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   14 ++++++++++-
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |   24 ++++++++++++++++++-
 2 files changed, 35 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list