[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2014-04-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

Katrin Fischer katrin.fisc...@bsz-bw.de changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #6 from Katrin Fischer katrin.fisc...@bsz-bw.de ---
I am not sure about username, as it might look like only the username works in
the field, but we also have the option to use the cardnumber for logging in. So
I thought login was not bad there, but maybe someone else has a good idea?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2014-04-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

--- Comment #7 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 26831
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26831action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2014-04-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

--- Comment #4 from M. Tompsett mtomp...@hotmail.com ---
Created attachment 26828
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26828action=edit
Bug 7867 - Same text for username/login in OPAC and intranet

This patch corrects the bootstrap login modal to have the
'Username:' instead of 'Login:' text.

Test Plan
-
1) In the staff client, set the OPAC system preference
opacthemes to 'bootstrap'.
2) Open the OPAC
3) Click the 'Log in to your account' link.
   -- It should say 'Login:'.
4) Click 'Cancel'
5) Apply the patch
6) Refresh the OPAC page
7) Click the 'Log in to your account' link.
   -- It should say 'Username:'.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2014-04-04 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

M. Tompsett mtomp...@hotmail.com changed:

   What|Removed |Added

 CC||mtomp...@hotmail.com

--- Comment #5 from M. Tompsett mtomp...@hotmail.com ---
I'm running through the Failed QA's trying to see if there is anything I can
rescue. I don't understand why this failed QA though. Did the 'Click here' say
'login' before? 'Log in' as an action link or button seems fine. The label for
the text box, however, should be consistent. This patch believes it should be
'Username'.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2012-10-22 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

Paul Poulain paul.poul...@biblibre.com changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA
 CC||paul.poul...@biblibre.com

--- Comment #3 from Paul Poulain paul.poul...@biblibre.com ---
QA comment: it's a tiny patch, but on OPAC, it's written login on
opac-user.pl too, so it's inconsistent to fix it here. 

Marking failed QA.
(As it's string freeze for 3.10 today, this patch won't be in 3.10 even if a
fix is provided soon)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2012-10-05 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

Jared Camins-Esakov jcam...@cpbibliography.com changed:

   What|Removed |Added

   Severity|enhancement |trivial

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2012-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

  Attachment #12412|0   |1
is obsolete||

--- Comment #2 from Marc Véron ve...@veron.ch ---
Created attachment 12460
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12460action=edit
[SIGNED-OFF] Bug 7867: username instead of login on OPAC

Just for a consistent use of words.

Signed-off-by: Marc Veron ve...@veron.ch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2012-09-23 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

Marc Véron ve...@veron.ch changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off
 CC||ve...@veron.ch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2012-09-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

--- Comment #1 from Adrien SAURAT adrien.sau...@biblibre.com ---
Created attachment 12412
  --
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12412action=edit
proposed patch

TEST PLAN
Appears on 2 pages :
1) Front page of the OPAC
2) opac-auth, which you can see for example on the page opac-user by clicking
on Log in to your account on top-right when logged out.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 7867] Same text for username/login in OPAC and intranet

2012-09-21 Thread bugzilla-daemon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7867

Adrien SAURAT adrien.sau...@biblibre.com changed:

   What|Removed |Added

 Status|ASSIGNED|Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/