[Koha-bugs] [Bug 7867] Staff and OPAC areas lack consistency

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 9 15:53:32 CEST 2014


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

--- Comment #9 from Marc Véron <veron at veron.ch> ---
Created attachment 28137
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28137&action=edit
[Signed-off] Bug 7867: Staff and OPAC login areas lack consistency

This patch:
- Changes the Staff client's login area text from "Username:"
   into "Login:", since login is more generic than username.
- Adds a tool tip to the staff client's login area 'Login:'
   textbox: "Please enter your username or card number."
- Adds a tool tip to the main OPAC screen's login area 'Login:'
   textbox using the bootstrap theme:
   "Please enter your username or card number."
- Adds a tool tip to the main OPAC screen's login area 'Login:'
   textbox using the prog theme:
   "Please enter your username or card number."
- Adds a tool tip to the OPAC screen triggered by clicking the
   'Log in to your account' link in the top right using the
   bootstrap theme: "Please enter your username or card number."
- Adds a tool tip to the OPAC screen triggered by clicking the
   'Log in to your account' link in the top right using the
   bootstrap theme: "Please enter your username or card number."

NOTE: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt was
      modified similarly as well, though I don't think it can be
      triggered, since the modal login screen of bootstrap is
      triggered by the 'Log in to your account' link, and it no
      longer goes to page it did before. The page still exists
      by going there by pasting in the known URL.

TEST PLAN
---------
 1) Go to staff client.
 2) Log in and change the OPAC system preference opacthemes to
    'bootstrap'.
 3) Logout.
 4) Go to OPAC in a different tab.
    -- notice staff client's "Username:" differs from the
       OPAC's "Login" text.
 5) Click the 'Log in to your account' link in the top right.
    -- notice staff client's "Username:" differs from the
       OPAC's "Login" text.
 6) Go to http://YOUROPAC/cgi-bin/koha/opac-user.pl
    -- notice staff client's "Username:" differs from the
       OPAC's "Login" text.
 7) Log in to the staff client and change the OPAC system
     preference opacthemes to 'prog'.
 8) Logout
 9) In the OPAC tab, reload the page.
    -- notice staff client's "Username:" differs from the
       OPAC's "Login" text.
10) Click the icon in the top left to return to the main Koha
    screen.
    -- notice staff client's "Username:" differs from the
       OPAC's "Login" text.
11) Apply the patch
12) Repeat steps 1-10 again.
    -- The textbox associated with the login should have a
       tooltip: "Please enter your username or card number."
13) Run the koha qa test tool.

Followed test plan (without qa test tool). Login screens display as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list