[Koha] koha-US General Meeting reminder: Wednesday, December 13, 2023

2023-12-11 Thread Jennifer Marlatt
Hello! The next koha-US General Meeting is Wednesday, December 13, 2023. When: 8:30a PT / 11:30a ET (time converter ) Where:

Re: [Koha] Automatic display of punctuation in Title view of record

2023-12-11 Thread Bruns, Anke
Hi Jithin, we solved this with a combination of the XSLT files and the OpacUserCSS resp. IntranetUserCSS system parameters. First, we defined classes for the relevant title parts, then we set up CSS for these classes, having them start with the desired character (dot, colon or other).

Re: [Koha] Automatic display of punctuation in Title view of record

2023-12-11 Thread Michael Kuhn
Hi Jithin N You wrote: > I want display the punctuation ':' before the remaining of title > (245$b) and '/' before the statement of responsibility (245$c) in > display of records in detail view and search result view automatically > without adding it in marc fields. I did some changes in XSLT

[Koha] Automatic display of punctuation in Title view of record

2023-12-11 Thread JITHIN N
Dear community I want display the punctuation ':' before the remaining of title (245$b) and '/' before the statement of responsibility (245$c) in display of records in detail view and search result view automatically without adding it in marc fields. I did some changes in XSLT file but it is