[koha-commits] main Koha release repository branch master updated. v3.22.00-1140-g3156950

Git repo owner gitmaster at git.koha-community.org
Wed Apr 20 18:41:11 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  3156950e0aa01826305208f1ca4f4ff16b04ec32 (commit)
      from  22633b5a614fc08bf72ce04d13843eafbb4552fc (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 3156950e0aa01826305208f1ca4f4ff16b04ec32
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 5 11:44:22 2016 -0400

    Bug 16206: Corrections to templates related new EDI feature
    
    There are some issues with the template changes introduced by the EDI
    feature in Bug 7736. This patch makes the following changes:
    
    - Use Font Awesome icon on the Acquisitions basket page instead of a
      Glyphicon.
    - Use Font Awesome icon on the Acquisitions basket group page instead of
      a Glyphicon.
    - For consistency's sake, use the phrase "Library EANs" instead of "EDI
      EANs" in menus and the Library EANs page.
    
    - On the EDI accounts page:
      - Correct the markup of the title tag.
      - Improve the breadcrumbs to eliminate redundancy.
      - Use Font Awesome icon instead of Glyphicon for the "New account"
        button.
      - Change or remove "maxlength" attribute of form fields to match table
        structure.
      - Move the contents of some title attributes into a visible hint.
      - Use 'checked="checked"' instead of 'checked'. Koha templates use
        XTHML-style attributes.
      - Correct template variable in account deletion confirmation dialog.
        Before this patch the vendor name was not correctly displayed.
      - Show a message if there are no accounts defined rather than an empty
        table.
      - Remove use of "highlight" class from table rows (Bug 15927).
      - Correct parameter name in link to vendor details page (should be
        booksellerid instead of supplierid).
      - Correct the markup of the deletion confirmation dialog (Bug 15785).
      - Use Bootstrap-style buttons for "edit" and "delete," with Font
        Awesome icons.
    
    - On the Library EANs page:
      - Correct the markup of the title tag.
      - Make capitalization of "EAN" consistent.
      - Use Font Awesome icon instead of Glyphicon for the "New EAN" button.
      - Show a message if there are no EANs defined rather than an empty
        table.
      - Change or remove "maxlength" attribute of form fields to match table
        structure.
      - Remove use of "highlight" class from table rows (Bug 15927).
      - Correct the markup of the deletion confirmation dialog (Bug 15785).
      - Use Bootstrap-style buttons for "edit" and "delete," with Font
        Awesome icons.
    
    To test, apply the patch and review the affected templates. Confirm that
    pages look correct and work correctly.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    All seems to work and looks well,
    add/edit/delete EDI accounts and Library EANs works Ok
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    2 +-
 .../prog/en/modules/acqui/basketgroup.tt           |    2 +-
 .../prog/en/modules/admin/admin-home.tt            |    4 +-
 .../prog/en/modules/admin/edi_accounts.tt          |   83 +++++++++++---------
 .../prog/en/modules/admin/edi_ean_accounts.tt      |   40 +++++-----
 6 files changed, 71 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list