[koha-commits] main Koha release repository branch master updated. v16.11.00-1031-g693dde5

Git repo owner gitmaster at git.koha-community.org
Fri May 12 15:03:39 CEST 2017


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  693dde521d33410f785c67a434421b19956e3bb9 (commit)
      from  720071004516ec4e119dc5ec7f9538b56313b186 (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 693dde521d33410f785c67a434421b19956e3bb9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Apr 29 08:40:26 2017 +0000

    Bug 18529 - Template cleanup of patron clubs pages
    
    This patch addresses template issues with the newly-added patron clubs
    pages.
    
    - Move Clubs tab out of second position in Circulation page tabs.
    - Link patron name in enrollments list to the patron record
    - Make page titles on some pages more specific
    - Correct label "for" attributes so that it matches input id
    - Correst style of buttons: Buttons in tables must be "btn-xs," all
      Bootstrap buttons must have "btn-default."
    - Correct "Edit" icons: Should be "fa-pencil"
    
    This patch also revises the club template editing form to make it more
    consistent with similar interfaces in Koha and (hopefully) make it more
    clear.
    
    To test, apply the patch and test adding clubs and club templates and
    enrolling patrons in clubs via the staff client and OPAC. Confirm that
    everything looks and work okay.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   10 +-
 .../prog/en/modules/circ/circulation.tt            |   21 +-
 .../prog/en/modules/clubs/club-enrollments.tt      |    9 +-
 .../prog/en/modules/clubs/clubs-add-modify.tt      |  201 +++++------
 .../intranet-tmpl/prog/en/modules/clubs/clubs.tt   |   51 +--
 .../prog/en/modules/clubs/patron-clubs-tab.tt      |   25 +-
 .../prog/en/modules/clubs/patron-enroll.tt         |    4 +-
 .../prog/en/modules/clubs/templates-add-modify.tt  |  348 +++++++++++---------
 .../bootstrap/en/modules/clubs/clubs-tab.tt        |   24 +-
 .../opac-tmpl/bootstrap/en/modules/clubs/enroll.tt |    2 +-
 10 files changed, 366 insertions(+), 329 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list