[Koha-bugs] [Bug 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Jan Kissig  changed:

   What|Removed |Added

 CC||bibliot...@th-wildau.de

--- Comment #55 from Jan Kissig  ---
(In reply to Owen Leonard from comment #52)
> Created attachment 168603 [details] [review]
> Bug 33766: (follow-up) Enable translation for strings
> 
> In my test the strings inside a SET directive were not picked up for
> translation. This patch adds the t() function around the new strings in
> order to allow them to be translated.
> 
> To test, apply the patch and test the translation process for any
> language, in this example fr-FR:
> 
> - Run 'perl translate update fr-FR'
> - Open misc/translator/po/fr-FR-messages.po
> - Look for the affected strings: "Username", "Cardnumber", and
>   "Cardnumber or username."
> - Update the po file with translations of the strings
> - Run 'perl translate install fr-FR'
> - View the OPAC in your translated language and test each setting of
>   OPACLoginLabelTextContent to confirm that the translated strings
>   appear.

I am trying on ktd but I get stuck on 

> - Look for the affected strings: "Username", "Cardnumber", and
>   "Cardnumber or username."

It is not found inside that file. Also checked for "Card umber or username." 

As I understand the specific string should be picked up automatically by
calling "perl translate update fr-FR"?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #54 from Owen Leonard  ---
Created attachment 168605
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168605=edit
Bug 33766: (follow-up) Enable use of translation functions in html_helpers.inc

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #53 from Owen Leonard  ---
Created attachment 168604
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168604=edit
Bug 33766: (follow-up) Change "cardnumber" to "card number"

"Cardnumber' isn't really a word, and I think it comes off as
librarian-speak. This patch updates it to "Card number"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #52 from Owen Leonard  ---
Created attachment 168603
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168603=edit
Bug 33766: (follow-up) Enable translation for strings

In my test the strings inside a SET directive were not picked up for
translation. This patch adds the t() function around the new strings in
order to allow them to be translated.

To test, apply the patch and test the translation process for any
language, in this example fr-FR:

- Run 'perl translate update fr-FR'
- Open misc/translator/po/fr-FR-messages.po
- Look for the affected strings: "Username", "Cardnumber", and
  "Cardnumber or username."
- Update the po file with translations of the strings
- Run 'perl translate install fr-FR'
- View the OPAC in your translated language and test each setting of
  OPACLoginLabelTextContent to confirm that the translated strings
  appear.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #51 from Owen Leonard  ---
Created attachment 168602
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168602=edit
Bug 33766: (sign-off follow-up) Fix sentence case

"Cardnumber or Username" is now "Cardnumber or username"

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #50 from Owen Leonard  ---
Created attachment 168601
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168601=edit
Bug 33766: (follow-up) Fix ambiguous "Login" field

This follow-up fixes some problems w/ the unconventional
parts of the first commit. We now use conditionals in
a BLOCK to map the selected value from the preference
to string representations which should now be easily
translatable.

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Attachment #159546|0   |1
is obsolete||
 Attachment #159547|0   |1
is obsolete||
 Attachment #159548|0   |1
is obsolete||
 Attachment #159549|0   |1
is obsolete||
 Attachment #159550|0   |1
is obsolete||

--- Comment #49 from Owen Leonard  ---
Created attachment 168600
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168600=edit
Bug 33766: Fix ambiguous "Login" field

This patch introduces a new syspref 'OPACLoginLabelTextContent' which can be
set
to the following values
- Cardnumber
- Username
- Cardnumber or Username

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-07-08 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-04-11 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 CC||martin.renvoize@ptfs-europe
   ||.com,
   ||matt.blenkinsop@ptfs-europe
   ||.com, oleon...@myacpl.org
  Component|Templates   |Accessibility

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-02-06 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #48 from Owen Leonard  ---
html_helpers.inc defines a variable, preference_value, with the contents of the
OPACLoginLabelTextContent system preference. This variable seems to be
available everywhere but on the login screen (opac-auth.tt).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2024-01-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Phan Tung Bui  changed:

   What|Removed |Added

 CC||phan-tung@inlibro.com
 Status|Needs Signoff   |Failed QA

--- Comment #47 from Phan Tung Bui  ---
When i enter an incorrect username or password on the opac-user pl pages then
click on log-in, instead of seeing the expected information like your username
or card number, you only see a colon ":".

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-12-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #46 from Owen Leonard  ---
Created attachment 159550
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159550=edit
Bug 33766: (follow-up) Change "cardnumber" to "card number"

"Cardnumber' isn't really a word, and I think it comes off as
librarian-speak. This patch updates it to "Card number"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-12-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #45 from Owen Leonard  ---
Created attachment 159549
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159549=edit
Bug 33766: (follow-up) Enable translation for strings

In my test the strings inside a SET directive were not picked up for
translation. This patch adds the t() function around the new strings in
order to allow them to be translated.

To test, apply the patch and test the translation process for any
language, in this example fr-FR:

- Run 'perl translate update fr-FR'
- Open misc/translator/po/fr-FR-messages.po
- Look for the affected strings: "Username", "Cardnumber", and
  "Cardnumber or username."
- Update the po file with translations of the strings
- Run 'perl translate install fr-FR'
- View the OPAC in your translated language and test each setting of
  OPACLoginLabelTextContent to confirm that the translated strings
  appear.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-12-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #44 from Owen Leonard  ---
Created attachment 159548
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159548=edit
Bug 33766: (sign-off follow-up) Fix sentence case

"Cardnumber or Username" is now "Cardnumber or username"

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-12-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #43 from Owen Leonard  ---
Created attachment 159547
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159547=edit
Bug 33766: (follow-up) Fix ambiguous "Login" field

This follow-up fixes some problems w/ the unconventional
parts of the first commit. We now use conditionals in
a BLOCK to map the selected value from the preference
to string representations which should now be easily
translatable.

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-12-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Attachment #157854|0   |1
is obsolete||
 Attachment #157855|0   |1
is obsolete||
 Attachment #157856|0   |1
is obsolete||
 Attachment #157857|0   |1
is obsolete||
 Attachment #157858|0   |1
is obsolete||
 Attachment #159342|0   |1
is obsolete||

--- Comment #42 from Owen Leonard  ---
Created attachment 159546
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159546=edit
Bug 33766: Fix ambiguous "Login" field

This patch introduces a new syspref 'OPACLoginLabelTextContent' which can be
set
to the following values
- Cardnumber
- Username
- Cardnumber or Username

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-11-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

--- Comment #41 from Matt Blenkinsop  ---
Looks like some whitespace was being added either side of the string. I've
removed it and added the i18n block to the helper block

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-11-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #40 from Matt Blenkinsop  ---
Created attachment 159342
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159342=edit
Bug 33766: Fix whitespace and add i18n to helper block

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Lucas Gass  changed:

   What|Removed |Added

 Status|Needs Signoff   |Failed QA

--- Comment #39 from Lucas Gass  ---
I found 2 issues here: 

1. There is now a space between the text and the colon.
Card number or username :

2. I notices that on opac-auth, I do not see the translated string and instead
only get a colon. 
If I add [% PROCESS 'i18n.inc' %] it seems to fix that. 

However, since I can use the modal login on any page, I find a lot of pages
where we do not do so. 

Can we add [% PROCESS 'i18n.inc' %] inside the block in html_helpers?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #38 from Owen Leonard  ---
Created attachment 157858
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157858=edit
Bug 33766: (follow-up) Change "cardnumber" to "card number"

"Cardnumber' isn't really a word, and I think it comes off as
librarian-speak. This patch updates it to "Card number"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #37 from Owen Leonard  ---
Created attachment 157857
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157857=edit
Bug 33766: (follow-up) Enable translation for strings

In my test the strings inside a SET directive were not picked up for
translation. This patch adds the t() function around the new strings in
order to allow them to be translated.

To test, apply the patch and test the translation process for any
language, in this example fr-FR:

- Run 'perl translate update fr-FR'
- Open misc/translator/po/fr-FR-messages.po
- Look for the affected strings: "Username", "Cardnumber", and
  "Cardnumber or username."
- Update the po file with translations of the strings
- Run 'perl translate install fr-FR'
- View the OPAC in your translated language and test each setting of
  OPACLoginLabelTextContent to confirm that the translated strings
  appear.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #36 from Owen Leonard  ---
Created attachment 157856
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157856=edit
Bug 33766: (sign-off follow-up) Fix sentence case

"Cardnumber or Username" is now "Cardnumber or username"

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #35 from Owen Leonard  ---
Created attachment 157855
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157855=edit
Bug 33766: (follow-up) Fix ambiguous "Login" field

This follow-up fixes some problems w/ the unconventional
parts of the first commit. We now use conditionals in
a BLOCK to map the selected value from the preference
to string representations which should now be easily
translatable.

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Attachment #155022|0   |1
is obsolete||
 Attachment #155023|0   |1
is obsolete||
 Attachment #155024|0   |1
is obsolete||
 Attachment #155025|0   |1
is obsolete||
 Attachment #155026|0   |1
is obsolete||

--- Comment #34 from Owen Leonard  ---
Created attachment 157854
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157854=edit
Bug 33766: Fix ambiguous "Login" field

This patch introduces a new syspref 'OPACLoginLabelTextContent' which can be
set
to the following values
- Cardnumber
- Username
- Cardnumber or Username

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Status|Patch doesn't apply |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Lucas Gass  changed:

   What|Removed |Added

 Status|Needs Signoff   |Patch doesn't apply

--- Comment #33 from Lucas Gass  ---
It looks like there are now some merge conflicts with html_helpers.inc

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Lucas Gass  changed:

   What|Removed |Added

 CC||lu...@bywatersolutions.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Katrin Fischer  changed:

   What|Removed |Added

 CC||michaela.sie...@kit.edu

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #32 from Owen Leonard  ---
Created attachment 155026
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155026=edit
Bug 33766: (follow-up) Change "cardnumber" to "card number"

"Cardnumber' isn't really a word, and I think it comes off as
librarian-speak. This patch updates it to "Card number"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #31 from Owen Leonard  ---
Created attachment 155025
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155025=edit
Bug 33766: (follow-up) Enable translation for strings

In my test the strings inside a SET directive were not picked up for
translation. This patch adds the t() function around the new strings in
order to allow them to be translated.

To test, apply the patch and test the translation process for any
language, in this example fr-FR:

- Run 'perl translate update fr-FR'
- Open misc/translator/po/fr-FR-messages.po
- Look for the affected strings: "Username", "Cardnumber", and
  "Cardnumber or username."
- Update the po file with translations of the strings
- Run 'perl translate install fr-FR'
- View the OPAC in your translated language and test each setting of
  OPACLoginLabelTextContent to confirm that the translated strings
  appear.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #30 from Owen Leonard  ---
Created attachment 155024
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155024=edit
Bug 33766: (sign-off follow-up) Fix sentence case

"Cardnumber or Username" is now "Cardnumber or username"

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #29 from Owen Leonard  ---
Created attachment 155023
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155023=edit
Bug 33766: (follow-up) Fix ambiguous "Login" field

This follow-up fixes some problems w/ the unconventional
parts of the first commit. We now use conditionals in
a BLOCK to map the selected value from the preference
to string representations which should now be easily
translatable.

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Attachment #155017|0   |1
is obsolete||
 Attachment #155018|0   |1
is obsolete||
 Attachment #155019|0   |1
is obsolete||

--- Comment #28 from Owen Leonard  ---
Created attachment 155022
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155022=edit
Bug 33766: Fix ambiguous "Login" field

This patch introduces a new syspref 'OPACLoginLabelTextContent' which can be
set
to the following values
- Cardnumber
- Username
- Cardnumber or Username

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 
Signed-off-by: Owen Leonard 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Owen Leonard  changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff
   Patch complexity|--- |Small patch

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #27 from Matt Blenkinsop  ---
Created attachment 155019
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155019=edit
Bug 33766: (sign-off follow-up) Fix sentence case

"Cardnumber or Username" is now "Cardnumber or username"

Signed-off-by: Matt Blenkinsop 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Attachment #154570|0   |1
is obsolete||

--- Comment #26 from Matt Blenkinsop  ---
Created attachment 155018
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155018=edit
Bug 33766: (follow-up) Fix ambiguous "Login" field

This follow-up fixes some problems w/ the unconventional
parts of the first commit. We now use conditionals in
a BLOCK to map the selected value from the preference
to string representations which should now be easily
translatable.

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Attachment #154567|0   |1
is obsolete||

--- Comment #25 from Matt Blenkinsop  ---
Created attachment 155017
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155017=edit
Bug 33766: Fix ambiguous "Login" field

This patch introduces a new syspref 'OPACLoginLabelTextContent' which can be
set
to the following values
- Cardnumber
- Username
- Cardnumber or Username

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-31 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #24 from Matt Blenkinsop  ---
I think it needs to be sentence case i.e. "Cardnumber or username" rather than
"Cardnumber or Username"

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #23 from Paul Derscheid  ---
Created attachment 154570
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154570=edit
Bug 33766: (follow-up) Fix ambiguous "Login" field

This follow-up fixes some problems w/ the unconventional
parts of the first commit. We now use conditionals in
a BLOCK to map the selected value from the preference
to string representations which should now be easily
translatable.

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Status|Signed Off  |Needs Signoff

--- Comment #22 from Matt Blenkinsop  ---
Didn't see your comment before SO! Changing back to NSO

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Attachment #154566|0   |1
is obsolete||

--- Comment #21 from Matt Blenkinsop  ---
Created attachment 154567
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154567=edit
Bug 33766: Fix ambiguous "Login" field

This patch introduces a new syspref 'OPACLoginLabelTextContent' which can be
set
to the following values
- Cardnumber
- Username
- Cardnumber or Username

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

Signed-off-by: Matt Blenkinsop 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #20 from Paul Derscheid  ---
Just noticed that this is not translatable in this way.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Paul Derscheid  changed:

   What|Removed |Added

 Attachment #151427|0   |1
is obsolete||

--- Comment #19 from Paul Derscheid  ---
Created attachment 154566
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154566=edit
Bug 33766: Fix ambiguous "Login" field

This patch introduces a new syspref 'OPACLoginLabelTextContent' which can be
set
to the following values
- Cardnumber
- Username
- Cardnumber or Username

To test:
- Check that the label for
- The masthead inc
- The opac-auth template
- The opac-main template
- The opac-password-recovery template
- The opac-registration-confirmation template
- The opac-reset-password template
- The sco-main template
  reflect the changes you made to the syspref

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Paul Derscheid  changed:

   What|Removed |Added

 Status|Failed QA   |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #18 from Matt Blenkinsop  ---
Decision reached: OPACLoginLabelTextContent

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Paul Derscheid  changed:

   What|Removed |Added

 CC||paul.dersch...@lmscloud.de

--- Comment #17 from Paul Derscheid  ---
Any suggestions on the pref name?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-08-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Katrin Fischer  changed:

   What|Removed |Added

 CC||adrien.sau...@biblibre.com

--- Comment #16 from Katrin Fischer  ---
*** Bug 7867 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

claire.hernan...@biblibre.com  changed:

   What|Removed |Added

 CC||claire.hernandez@biblibre.c
   ||om

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #15 from Katrin Fischer  ---
We have a lot of variations where libraries only use one or the other, but
having both on the label reflects what Koha actually does, so we can do that.

(Still a fan of the pref idea tho - jQuery'ing your way out of such a change is
no fun with lots of languages)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Marcel de Rooy  changed:

   What|Removed |Added

 CC||m.de.r...@rijksmuseum.nl

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #14 from Matt Blenkinsop  ---
There are multiple instances of this that need changing once a solution is
agreed on, closing the other bugs and will wrap all the changes into this bug
once we have a way forward

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #13 from Matt Blenkinsop  ---
*** Bug 33765 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #12 from Matt Blenkinsop  ---
*** Bug 33764 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #11 from Jonathan Field  ---
Yes, I agree Owen

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #10 from Owen Leonard  ---
Perhaps we should say "Username or card number" ?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #9 from Katrin Fischer  ---
I see the problem, I just feel there is no easy solution. 

For us some libraries don't use the cardnumbers (chip cards), but only a
username, other only use cardnumbers, others use both. The flexibility of Koha
makes it hard to give an accurate description in terms of "one that fits all"

Not a native speaker, so not sure if any of these would work:

* Login name
* User ID

Make it super accurate, but preference + template driven to allow one of those
options:

* Username
* Cardnumber
* Username/cardnumber

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Jonathan Field  changed:

   What|Removed |Added

 CC||jonathan.field@ptfs-europe.
   ||com

--- Comment #8 from Jonathan Field  ---
I'll post the full comment from the screen reader assessor: -

"Providing a descriptive form field label will allow users to know what
information to enter in a form field. Where a series of form fields relate to
similar information, the context of the form fields needs to be included in the
field description. The form field label should also show how it relates to
other items in the form.

On the ‘Login’ page there is a form field ambiguously labelled ‘Login’. This
labelling does not help the user to understand what information is required.

When there are any fields that are not sufficiently labelled it will be very
difficult, or impossible for the information to be successfully submitted. All
form fields need to be labelled clearly. This will allow a screen reader user
to have all the information needed to complete any process. When all form
fields are clearly labelled, then it is not only beneficial to the visitor, but
also for the site owners; as correct information will get to them."

So, to summarise, "Login" is really the action that is happening on this page
(we are "logging" into the system), it is ambiguous to the user as to what
information to provide in order to initiate the "login". As you say, in order
to login, we can use "username or cardnumber" here so maybe we should label as
such?

As things stand this is a WCAG 2.1 Priority A fail, not even AA.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #7 from Katrin Fischer  ---
But doesn't the screen reader indicate if something is a link or button? Just
wondering because login seems a very common field label. And I worry with login
ID people will overthink it. Would be great to get more opinions/eyes on this
one.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #6 from Laura Escamilla  ---
(In reply to Katrin Fischer from comment #5)
> Sorry, but have to veto here: we picked login on purpose as Koha accepts
> both, the username and the cardnumber. So login was the best fit we found
> that was not indicating one or the other only.

Maybe we can update it to "Login ID"? That way patrons will understand that
it's intended to be a username/cardnumber field and not the Login button
itself?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #5 from Katrin Fischer  ---
Sorry, but have to veto here: we picked login on purpose as Koha accepts both,
the username and the cardnumber. So login was the best fit we found that was
not indicating one or the other only.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Laura Escamilla  changed:

   What|Removed |Added

 Status|Needs Signoff   |Signed Off

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

ByWater Sandboxes  changed:

   What|Removed |Added

 Attachment #151416|0   |1
is obsolete||

--- Comment #4 from ByWater Sandboxes  ---
Created attachment 151427
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151427=edit
Bug 33766: Fix ambiguous "Login" field

This patch changes the use of "Login" to "Username" to assist with screen
reading

Test plan:
1) On the OPAC homepage, click on Lists in the top left
2) Click Log in to create your own lists
3) The login form should have the first field labelled as Username, not Login

Signed-off-by: Laura Escamilla 

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Laura Escamilla  changed:

   What|Removed |Added

 CC||Laura.escamilla@bywatersolu
   ||tions.com

--- Comment #3 from Laura Escamilla  ---
(In reply to Owen Leonard from comment #2)
> (In reply to Matt Blenkinsop from comment #0)
> > has been flagged as non-compliant in an accessibility report
> > carried out for the British Museum.
> 
> What is problematic screen reader behavior? It seems wrong to me that the
> screen reader should care what name or id the field has as long as it has an
> associated label.

It's not so much an issue with the screen reader device, but with the patrons
using the device to login into our Opac. Since the field is currently named
"Login" it might confuse patrons using the screen reader since they might not
understand that it is the "Username" field.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

   Assignee|oleon...@myacpl.org |matt.blenkinsop@ptfs-europe
   ||.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #2 from Owen Leonard  ---
(In reply to Matt Blenkinsop from comment #0)
> has been flagged as non-compliant in an accessibility report
> carried out for the British Museum.

What is problematic screen reader behavior? It seems wrong to me that the
screen reader should care what name or id the field has as long as it has an
associated label.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Status|NEW |Needs Signoff

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

--- Comment #1 from Matt Blenkinsop  ---
Created attachment 151416
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=151416=edit
Bug 33766: Fix ambiguous "Login" field

This patch changes the use of "Login" to "Username" to assist with screen
reading

Test plan:
1) On the OPAC homepage, click on Lists in the top left
2) Click Log in to create your own lists
3) The login form should have the first field labelled as Username, not Login

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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 33766] Accessibility: Fix ambiguous form-field in opac-auth.tt

2023-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33766

Matt Blenkinsop  changed:

   What|Removed |Added

 Blocks||23003
   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=33764,
   ||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=33765


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23003
[Bug 23003] Accessibility improvements
-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/