Re: [Koha-devel] Translation

2024-01-25 Thread Kevin Carnes via Koha-devel
Hi Marcel, The link is created using XSLT and the names of the classes are in text nodes which are extracted and can be translated. To prevent this, the names can be specified in an attribute since they are not extracted and won't be translated. You can use a value-of element with the select at

Re: [Koha-devel] Translation

2024-01-25 Thread Kevin Carnes via Koha-devel
Hi again Marcel, The example should be: contributors to: I accidentally copied the wrong line. Regards, Kevin Från: Koha-devel för Kevin Carnes via Koha-devel Skickat: den 25 januari 2024 10:00 Till: Koha-devel ; Marcel de Rooy Ämne: Re: [Koha-devel

Re: [Koha-devel] Translation

2024-01-25 Thread Kevin Carnes via Koha-devel
the wrong line. Regards, Kevin Från: Koha-devel för Kevin Carnes via Koha-devel Skickat: den 25 januari 2024 10:00 Till: Koha-devel ; Marcel de Rooy Ämne: Re: [Koha-devel] Translation Hi Marcel, The link is created using XSLT and the names of the classes are in

Re: [Koha-devel] Error 303 Wrong CSRF token

2024-06-14 Thread Kevin Carnes via Koha-devel
It's possible that the login form is generated with one session and then another session is created before the token from the first session is checked. The value of $csrf_status in the _chk_csrf subroutine in Koha/Token.pm should specify the exact error (0 is OK, 1 is expired, 2 is invalid, 3 is