[Koha-bugs] [Bug 6547] New: Add ids to divs in opac-reserve.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 30 22:35:25 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6547

             Bug #: 6547
           Summary: Add ids to divs in opac-reserve.tt
    Classification: Unclassified
 Change sponsored?: Sponsored
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: OPAC
        AssignedTo: ian.walls at bywatersolutions.com
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: koha-bugs at lists.koha-community.org


Error messages in the OPAC reserves tool need to include unique IDs so the text
can be easily customized with JQuery.

Work To Be Done:

    * Add id attributes to all id-less div tags containing holds error
messages, including:
          o too_much_oweing
          o too_many_reserves
          o bad_biblionumber
          o no_items_selected
          o no_branch_selected
          o no_biblionumber
          o bad_data
          o none_available

How to test:

    * Create a test patron

    * For each message, supply the necessary criteria to trigger it.  Attempt
to place a hold... 
      -- too_much_oweing: ...when the test patron owes too many fines, as per
system preferences
      -- too_many_reserves: ...whenthe test patron already has more reserves
than allowed by circulation rules
      -- bad_biblionumber:  ...on a biblio that doesn’t exist
      -- no_items_selected: ...when no items are selected
      -- no_branch_selected: ...without selecting a pickup branch
      -- no_biblionumber:  ...without supplying any biblionumber
      -- bad_data:  ...on multiple titles, without supplying either a
biblionumber, itemnumber or branchcode for each title
      -- none_available:  ...on a title with no available items

    * If the HTML source of the page includes an id for each div tag that wraps
the error message, then the test is passed.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list