[koha-commits] main Koha release repository branch master updated. v16.05.00-31-ged449a5

Git repo owner gitmaster at git.koha-community.org
Fri Jun 3 10:09:56 CEST 2016


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  ed449a5b5be4da03443d214de5806f4a0273227b (commit)
      from  4c04f6f8e0068a7cce256c3cd8ffcf5acf682fe0 (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 ed449a5b5be4da03443d214de5806f4a0273227b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 19 12:28:08 2016 -0400

    Bug 16005 - Standardize use of icons for delete and cancel operations
    
    This patch makes changes to Font Awesome icons in order to make icon
    choice consistent for common actions.
    
    <i class="fa fa-trash"></i> where something is deleted, removed, or
    emptied.
    
    <i class="fa fa-remove"></i> where an operation is cancelled (also where
    selections are cancelled, as in checkboxes).
    
    <i class="fa fa-times-circle"></i> for "close," as in baskets and
    windows.
    
    To test, apply the patch and view the following pages to confirm that
    the correct icon is used:
    
    - Acquisitions -> Vendor -> Vendor delete button.
    - Acquisitions -> Vendor -> Edit -> Delete contact button.
    - Acquisitions -> Invoices ->  Delete menu item.
    - Cataloging -> Edit record -> Authority search pop-up (triggered from
      the tag editor for a tag linked to an authority) -> Clear field button
    - Authorities -> Authority detail -> Delete button.
    - Tools -> Quotes editor -> Quotes delete button.
    - Reports -> View saved report -> Delete button.
    - Reports -> Saved reports -> Delete menu item.
    - Serials -> Subscription details -> Subscription close button.
    - Administration -> Budgets -> Delete menu item.
    - Administration -> Item search fields -> Delete button.
    - Administration -> Z39.50/SRU servers -> Delete menu item.
    - Catalog -> Advanced search -> Clear fields link.
    - Cataloging -> Advanced editor -> Macros -> Delete macro button.
    - Circulation -> Checkout -> Check out an item which is on hold for
      another patron. "Cancel checkout and place hold" button now uses the
      icon used elsewhere for holds.
    - Course reserves -> Course -> Delete course button.
    - Patrons -> Patron lists -> Add patrons -> Remove selected button.
    - Acquisitions -> Suggestions -> Suggestion details -> Delete button.
    - Lists -> List contents -> Remove selected button.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc  |    2 +-
 .../intranet-tmpl/prog/en/includes/auth-finder-search.inc    |    2 +-
 .../intranet-tmpl/prog/en/includes/authorities-toolbar.inc   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/quotes-toolbar.inc  |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc |    2 +-
 .../prog/en/includes/rotating-collections-toolbar.inc        |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/includes/serials-toolbar.inc |   10 +++++-----
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt    |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt    |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt   |    2 +-
 .../prog/en/modules/admin/items_search_fields.tt             |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/z3950servers.tt      |    2 +-
 .../intranet-tmpl/prog/en/modules/catalogue/advsearch.tt     |    2 +-
 .../intranet-tmpl/prog/en/modules/cataloguing/editor.tt      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt  |    2 +-
 .../prog/en/modules/course_reserves/course-details.tt        |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt |    2 +-
 .../prog/en/modules/reports/guided_reports_start.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt   |    2 +-
 .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt  |    2 +-
 20 files changed, 26 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list