[Koha-bugs] [Bug 36221] Improve styling of Standard backend create OPAC form

2024-12-05 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221
Bug 36221 depends on bug 35725, which changed state.

Bug 35725 Summary: Generic master form does not keep patron and cardnumber when 
changing type
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35725

   What|Removed |Added

 Status|Pushed to main  |RESOLVED
 Resolution|--- |FIXED

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Blocks||38523


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38523
[Bug 38523] Simple quote in ILL standard form JS can break translations
-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

  Text to go in the||This makes various
  release notes||improvements to the ILL
   ||request form in the OPAC to
   ||make it more consistent
   ||with the other forms in
   ||Koha. This includes fixes
   ||to the styling of required
   ||fields, terminology and
   ||translations.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Lucas Gass (lukeg)  changed:

   What|Removed |Added

 Status|Pushed to main  |Needs documenting

--- Comment #75 from Lucas Gass (lukeg)  ---
Enhancement, no 24.05.x backport

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #74 from Victor Grousset/tuxayo  ---
(In reply to Katrin Fischer from comment #70)
> Small glitch: I have reverted the quotes. Strings need to be in "", so that
> languages like French using ' inside strings don't break translations (see
> coding guidelines).

Oh no, almost all stuff above are actually follow-ups for bug 35570. But the
issue about simple quotes also applies to changes from this very bug!

- '' +
- ' '+
+ '' +
+ ' ' +
+ ' ' +

It might be tricky with the HTML attribute values being double quoted. And
maybe Bug 13768 is relevant.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #73 from Victor Grousset/tuxayo  ---
Thanks  Katrin and Owen for the additional findings.


(In reply to Katrin Fischer from comment #50)
> QA script was not happy for me - could it be a change from another bug
> changing things?

I was using a ktd image that has user id issues and it somehow makes at least
that one check fail silently! :o

Very confident having this error is a false positive. The includes and the
blocks defined inside are findable.

(In reply to Owen Leonard from comment #57)
> Should we be using [% PROCESS options_for_libraries %] anywhere there is a
> library dropdown?

Maybe in general. Though here, there is already WRAPPER ill_select_field that
takes care of not having code redundancy here.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|Passed QA   |Pushed to main

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #72 from Katrin Fischer  ---
Pushed for 24.11!

Well done everyone, thank you!

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

   Keywords|additional_work_needed  |

--- Comment #71 from Katrin Fischer  ---
reverted = switched:

if (core.indexOf(val.toLowerCase()) > -1) {
  $('#custom-warning').text(__("The name '%s' is not
permitted").format(val)).show();
...

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #70 from Katrin Fischer  ---
Thanks Pedro! Picked last follow-up "Fix translation entry concat" for main.
Small glitch: I have reverted the quotes. Strings need to be in "", so that
languages like French using ' inside strings don't break translations (see
coding guidelines).

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #65 from Pedro Amorim  ---
(In reply to Katrin Fischer from comment #63)
> (In reply to Owen Leonard from comment #55)
> > Is it correct that I can submit a request without any fields like title,
> > author, etc. filled in?
> 
> Can you please check on that?

This is correct, all fields are optional by design. This is due to the fact
that the patron submitting the ILL request may only know the title of what
they're looking for, or only know the DOI, etc.

This logic can be revisited of course but I believe this is the reasoning.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #69 from Katrin Fischer  ---
(In reply to Pedro Amorim from comment #66)
> (In reply to Katrin Fischer from comment #62)
> > (In reply to Katrin Fischer from comment #61)
> > > Fixed some more "Please Note".
> > > 
> > > This here is not correctI bleive with the mix of concatentation and __()
> > > 
> > > +$('#custom-warning').text(__('The name "' + val + '" is not
> > > permitted')).show();
> > > 
> > > Can you please follow-up on this?
> > 
> > To verify I did a gulp po:update --lang de-DE 
> > cd misc/translator/po
> > git grep "is not permitted" but it didn't show up.
> 
> I may be wrong, but I think this will never work, because gulpfile.js is
> extracting messages from the following dirs:
> 'koha-tmpl/intranet-tmpl/prog/js/vue/**/*.vue',
> 'koha-tmpl/intranet-tmpl/prog/js/**/*.js',
> 'koha-tmpl/opac-tmpl/bootstrap/js/**/*.js',
> 
> And shared.js we're talking about here is located in:
> 'Koha/ILL/Backend/shared-includes/shared.js'
> 
> I've filed bug 38340 a few days ago for this. These files in Standard
> backend are designed as DRY, to use the same form logic and javscript for
> OPAC+Staff. I think the quick fix would be to duplicate these assets and
> move each set to their respective koha-tmpl/intranet|opac-tmpl directories,
> but this would be duplicating code.
> Ideally, with bug 35716, we could move these but not have them duplicated,
> but I don't think bug 35716 is trivial. Thoughts?

I think a quick fix for stable releases would be good as this also affects the
OPAC (= end users) and then we need to work on a proper fix for the shared
assets for 25.05 maybe?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Status|Pushed to main  |Passed QA

--- Comment #68 from Pedro Amorim  ---
(In reply to Katrin Fischer from comment #62)
> (In reply to Katrin Fischer from comment #61)
> > Fixed some more "Please Note".
> > 
> > This here is not correctI bleive with the mix of concatentation and __()
> > 
> > +$('#custom-warning').text(__('The name "' + val + '" is not
> > permitted')).show();
> > 
> > Can you please follow-up on this?
> 
> To verify I did a gulp po:update --lang de-DE 
> cd misc/translator/po
> git grep "is not permitted" but it didn't show up.

Added a follow-up for this, though I believe my last comment still stands i.e.
this will not add an entry to the po file by running the gulp command.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #67 from Pedro Amorim  ---
Created attachment 174454
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174454&action=edit
Bug 36221: (QA follow-up): Fix translation entry concat

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=35716

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

   See Also||https://bugs.koha-community
   ||.org/bugzilla3/show_bug.cgi
   ||?id=38340

--- Comment #66 from Pedro Amorim  ---
(In reply to Katrin Fischer from comment #62)
> (In reply to Katrin Fischer from comment #61)
> > Fixed some more "Please Note".
> > 
> > This here is not correctI bleive with the mix of concatentation and __()
> > 
> > +$('#custom-warning').text(__('The name "' + val + '" is not
> > permitted')).show();
> > 
> > Can you please follow-up on this?
> 
> To verify I did a gulp po:update --lang de-DE 
> cd misc/translator/po
> git grep "is not permitted" but it didn't show up.

I may be wrong, but I think this will never work, because gulpfile.js is
extracting messages from the following dirs:
'koha-tmpl/intranet-tmpl/prog/js/vue/**/*.vue',
'koha-tmpl/intranet-tmpl/prog/js/**/*.js',
'koha-tmpl/opac-tmpl/bootstrap/js/**/*.js',

And shared.js we're talking about here is located in:
'Koha/ILL/Backend/shared-includes/shared.js'

I've filed bug 38340 a few days ago for this. These files in Standard backend
are designed as DRY, to use the same form logic and javscript for OPAC+Staff. I
think the quick fix would be to duplicate these assets and move each set to
their respective koha-tmpl/intranet|opac-tmpl directories, but this would be
duplicating code.
Ideally, with bug 35716, we could move these but not have them duplicated, but
I don't think bug 35716 is trivial. Thoughts?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #64 from Katrin Fischer  ---
Pushed for 24.11!

Well done everyone, thank you!

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

 Version(s)||24.11.00
released in||
 Status|Passed QA   |Pushed to main

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|Signed Off  |Passed 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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|Failed QA   |Signed Off

--- Comment #63 from Katrin Fischer  ---
(In reply to Owen Leonard from comment #55)
> Is it correct that I can submit a request without any fields like title,
> author, etc. filled in?

Can you please check on that?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #62 from Katrin Fischer  ---
(In reply to Katrin Fischer from comment #61)
> Fixed some more "Please Note".
> 
> This here is not correctI bleive with the mix of concatentation and __()
> 
> +$('#custom-warning').text(__('The name "' + val + '" is not
> permitted')).show();
> 
> Can you please follow-up on this?

To verify I did a gulp po:update --lang de-DE 
cd misc/translator/po
git grep "is not permitted" but it didn't show up.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

   Keywords||additional_work_needed

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #61 from Katrin Fischer  ---
Fixed some more "Please Note".

This here is not correctI bleive with the mix of concatentation and __()

+$('#custom-warning').text(__('The name "' + val + '" is not
permitted')).show();

Can you please follow-up on this?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

   Keywords|rel_24_11_candidate |

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #60 from Katrin Fischer  ---
(In reply to Pedro Amorim from comment #59)
> Hi guys thanks for your time and input here.
> 
> I've submitted patches to 35570 (as requested by Katrin, not yet pushed)
> that contain fixes to some of the issues being raised here (terminology,
> translation, etc):
> https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.
> html&bug=35570&attachment=173916
> https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.
> html&bug=35570&attachment=173917
> https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.
> html&bug=35570&attachment=173918
> 
> Up to RM what to pick and push but it's a bit of a shame we're fixing the
> same things in different places and overlapping in time investment. If my
> follow-ups on bug 35570 have gone unnoticed then please let me know what I
> should've done differently.
> 
> I'm on board with everything Owen is suggesting, and added my sign-off to
> his patch.
> Please let me know what else is required of me to help move this.

I am sorry, that one is on me. It's hard to keep all things in mind.
What helps so that I don't miss a follow-up is to set it back to PQA. That way
I WILL stumble upon it again next time I push usually and it won't be missed
for sure. I'll try to see if I can resolve any possible conflicts.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #59 from Pedro Amorim  ---
Hi guys thanks for your time and input here.

I've submitted patches to 35570 (as requested by Katrin, not yet pushed) that
contain fixes to some of the issues being raised here (terminology,
translation, etc):
https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35570&attachment=173916
https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35570&attachment=173917
https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35570&attachment=173918

Up to RM what to pick and push but it's a bit of a shame we're fixing the same
things in different places and overlapping in time investment. If my follow-ups
on bug 35570 have gone unnoticed then please let me know what I should've done
differently.

I'm on board with everything Owen is suggesting, and added my sign-off to his
patch.
Please let me know what else is required of me to help move this.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #174385|0   |1
is obsolete||

--- Comment #58 from Pedro Amorim  ---
Created attachment 174398
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174398&action=edit
Bug 36221: (follow-up) Style and markup fixes

This patch makes several changes to make the updated forms more
consistent with how other pages work:

- Form labels should have ":" after them.
- Form fields should have a hint when they are required.
  - Required fields should not be indicated with an asterisk.
- In the OPAC,  should have a "form-select" class if the form is
  otherwise being styled with Bootstrap classes.
- Primary submit buttons should have a "btn btn-primary" class.
- The Font Awesome 6 icon for a delete operation is "fa-trash-can."
- Error messages should be wrapped in .
- All language strings in JS files should be wrapped in __('').
- Terminology: "Library" instead of "Branch," "Patron" instead of
  "Member."

Signed-off-by: Pedro Amorim 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #57 from Owen Leonard  ---
Should we be using [% PROCESS options_for_libraries %] anywhere there is a
library dropdown?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #56 from Owen Leonard  ---
Created attachment 174385
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174385&action=edit
Bug 36221: (follow-up) Style and markup fixes

This patch makes several changes to make the updated forms more
consistent with how other pages work:

- Form labels should have ":" after them.
- Form fields should have a hint when they are required.
  - Required fields should not be indicated with an asterisk.
- In the OPAC,  should have a "form-select" class if the form is
  otherwise being styled with Bootstrap classes.
- Primary submit buttons should have a "btn btn-primary" class.
- The Font Awesome 6 icon for a delete operation is "fa-trash-can."
- Error messages should be wrapped in .
- All language strings in JS files should be wrapped in __('').
- Terminology: "Library" instead of "Branch," "Patron" instead of
  "Member."

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #55 from Owen Leonard  ---
Is it correct that I can submit a request without any fields like title,
author, etc. filled in?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #54 from Owen Leonard  ---
(In reply to Owen Leonard from comment #52)
> - The dropdown menus don't look right. There's no dropdown indicator (a down
> arrow). It wasn't immediately obvious to me why not!

The s need the "form-select" class!

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #53 from Katrin Fischer  ---
Keeping the keyword here as this mostly concerns GUI, but we need to act fast
please.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #52 from Owen Leonard  ---
This has some interface issues that require follow-ups:

- We don't use an asterisk to denote required fields. In the OPAC you should
add a hint after the form field:  Required

- The dropdown menus don't look right. There's no dropdown indicator (a down
arrow). It wasn't immediately obvious to me why not!

- Can we add client-side form validation? Or at least 'required="required"' to
trigger the browser's built-in validation?

- Error messages should be styled like error messages, using a div with the
classes "alert alert-warning"

- Capitalization rules should be followed, e.g. "Please Note" should be "Please
note"

- Do we need both the heading "New interlibrary loan request" and the heading
"Create a manual ILL request"?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|Passed QA   |Failed QA

--- Comment #51 from Katrin Fischer  ---
I've called in some reinforcements on this one.

I'd like to make sure the QA test fails are really false positives as noone
seems to have noted them before.

There are also some new inconsistencies introduced here that we should take a
look at.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #50 from Katrin Fischer  ---
(In reply to Victor Grousset/tuxayo from comment #47)
> Works, makes sense, QA script happy, code looks good, passing QA :)

QA script was not happy for me - could it be a change from another bug changing
things?

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Status|Failed QA   |Passed QA

--- Comment #49 from Pedro Amorim  ---
(In reply to Katrin Fischer from comment #48)
> Please check:


1. article.inc is processing a block called journal_text_input_fields
2. article.inc is dynamically invoked by create.inc
3. create.inc processes the form_input_helpers.inc file
4. form_input_helpers.inc file contains the journal_text_input_fields block
required by 1.

The QA script expects the block to be defined where it's invoked (in this case
article.inc). But it's not. This is a false positive as far as I'm concerned
though happy to hear others opinions.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Katrin Fischer  changed:

   What|Removed |Added

 Status|Passed QA   |Failed QA

--- Comment #48 from Katrin Fischer  ---
Please check:

 FAIL   Koha/ILL/Backend/intra-includes/create.inc
   FAIL   valid_template
/shared-includes/form_input_helpers.inc: not found

 FAIL   Koha/ILL/Backend/intra-includes/edititem.inc
   FAIL   valid_template
/shared-includes/form_input_helpers.inc: not found

 FAIL   Koha/ILL/Backend/opac-includes/create.inc
   FAIL   valid_template
/shared-includes/form_input_helpers.inc: not found

 OK Koha/ILL/Backend/shared-includes/custom_fields.inc

 OK Koha/ILL/Backend/shared-includes/form_input_helpers.inc

 FAIL   Koha/ILL/Backend/shared-includes/forms/article.inc
   FAIL   valid_template
journal_text_input_fields: not found

 FAIL   Koha/ILL/Backend/shared-includes/forms/book.inc
   FAIL   valid_template
book_text_input_fields: not found

 FAIL   Koha/ILL/Backend/shared-includes/forms/chapter.inc
   FAIL   valid_template
book_text_input_fields: not found

 FAIL   Koha/ILL/Backend/shared-includes/forms/conference.inc
   FAIL   valid_template
ill_text_input_field: not found

 FAIL   Koha/ILL/Backend/shared-includes/forms/dvd.inc
   FAIL   valid_template
ill_text_input_field: not found

 FAIL   Koha/ILL/Backend/shared-includes/forms/journal.inc
   FAIL   valid_template
journal_text_input_fields: not found

 FAIL   Koha/ILL/Backend/shared-includes/forms/resource.inc
   FAIL   valid_template
ill_text_input_field: not found

 FAIL   Koha/ILL/Backend/shared-includes/forms/thesis.inc
   FAIL   valid_template
ill_text_input_field: not found

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Status|Signed Off  |Passed QA

--- Comment #47 from Victor Grousset/tuxayo  ---
Works, makes sense, QA script happy, code looks good, passing 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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #46 from Victor Grousset/tuxayo  ---
Created attachment 174027
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174027&action=edit
Bug 36221: (QA follow-up): fix space between the 2 custom fields 

It was missing in the JS that adds new empty custom fields.

Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173965|0   |1
is obsolete||

--- Comment #44 from Victor Grousset/tuxayo  ---
Created attachment 174025
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174025&action=edit
Bug 36221: (QA follow-up): add placeholder attr to staff custom fields

In the prepopulated fields when editing item metadata that had custom
fields (tt generated). So it's consistent when adding new empty fields
(done in JS)

Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173969|0   |1
is obsolete||

--- Comment #45 from Victor Grousset/tuxayo  ---
Created attachment 174026
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174026&action=edit
Bug 36221: (QA follow-up): Fix opac check

To address Victor's comment #32

Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173941|0   |1
is obsolete||

--- Comment #43 from Victor Grousset/tuxayo  ---
Created attachment 174024
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174024&action=edit
Bug 36221: (QA follow-up): Fix translatability in JS concat

Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173939|0   |1
is obsolete||

--- Comment #42 from Victor Grousset/tuxayo  ---
Created attachment 174023
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174023&action=edit
Bug 36221: (QA follow-up): Fix incorrect input type on HTML

Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173756|0   |1
is obsolete||

--- Comment #41 from Victor Grousset/tuxayo  ---
Created attachment 174022
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174022&action=edit
Bug 36221: (QA follow-up): Fix year value

Signed-off-by: Martin Renvoize 
Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173755|0   |1
is obsolete||

--- Comment #40 from Victor Grousset/tuxayo  ---
Created attachment 174021
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174021&action=edit
Bug 36221: Update 'Create' button class

btn-primary should be used here, not btn-default

Signed-off-by: Martin Renvoize 
Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173753|0   |1
is obsolete||

--- Comment #39 from Victor Grousset/tuxayo  ---
Created attachment 174020
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174020&action=edit
Bug 36221: OPAC Styling

Test plan, dont apply patches yet:
1) Enable ILLModule
2) Create a new OPAC ILL request, visit:
/cgi-bin/koha/opac-illrequests.pl?method=create&backend=Standard
3) Notice the style. Apply patches. Repeat

Signed-off-by: Lisette Scheer 
Signed-off-by: Martin Renvoize 
Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173940|0   |1
is obsolete||

--- Comment #38 from Victor Grousset/tuxayo  ---
Created attachment 174019
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174019&action=edit
Bug 36221: (QA follow-up): Apply styling improvements to DVD

qa tools throw:
ill_text_input_field: not found

But I believe this is a false positive.
We can clearly see it working by going to:

http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard

And picking 'DVD' or any other type.

Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173754|0   |1
is obsolete||

--- Comment #37 from Victor Grousset/tuxayo  ---
Created attachment 174018
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174018&action=edit
Bug 36221: Move patron section to top of create form

Signed-off-by: Martin Renvoize 
Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Attachment #173752|0   |1
is obsolete||

--- Comment #36 from Victor Grousset/tuxayo  ---
Created attachment 174017
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174017&action=edit
Bug 36221: Preparation

This refactors the code for more DRY

Signed-off-by: Lisette Scheer 
Signed-off-by: Martin Renvoize 
Signed-off-by: Victor Grousset/tuxayo 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #35 from Pedro Amorim  ---
Created attachment 173969
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173969&action=edit
Bug 36221: (QA follow-up): Fix opac check

To address Victor's comment #32

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #34 from Victor Grousset/tuxayo  ---
> In the screenshot, I emptied the fields that were
> already populated (FOREACH key IN keys) to best
> compare them with the ones added by the JS.

Which showed the edited fields having no placeholder and the new empty ones
having one.
Above patch fixed this.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #33 from Victor Grousset/tuxayo  ---
Created attachment 173965
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173965&action=edit
Bug 36221: (QA follow-up): add placeholder attr to staff custom fields

In the prepopulated fields when editing item metadata that had custom
fields (tt generated). So it's consistent when adding new empty fields
(done in JS)

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #31 from Pedro Amorim  ---
Created attachment 173941
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173941&action=edit
Bug 36221: (QA follow-up): Fix translatability in JS concat

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #30 from Pedro Amorim  ---
Created attachment 173940
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173940&action=edit
Bug 36221: (QA follow-up): Apply styling improvements to DVD

qa tools throw:
ill_text_input_field: not found

But I believe this is a false positive.
We can clearly see it working by going to:

http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard

And picking 'DVD' or any other type.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #29 from Pedro Amorim  ---
Created attachment 173939
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173939&action=edit
Bug 36221: (QA follow-up): Fix incorrect input type on HTML

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Status|Failed QA   |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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #28 from Victor Grousset/tuxayo  ---
> (is there a ticket about this? didn't found one but I'm not sure about my 
> search)

Thanks Pedro for opening Bug 38340 :)

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #27 from Victor Grousset/tuxayo  ---
It seems placeholder values should have been extracted as translatable strings
directly.

Oh, it's not even about placeholders. When changing the language, the Create
and Cancel button are still untranslated.
That might be that having .inc files in Koha/ILL/Backend can't work. The
translation deployment script don't even have a place to copy the .inc files
and translate them.

But it's a problem that made through some previous ticket and not this one. So
here there is no problem about the placeholders in the .inc files.
(is there a ticket about this? didn't found one but I'm not sure about my
search)

There is still a problem about those in shared-includes/shared.js
Solution:
https://wiki.koha-community.org/wiki/Coding_Guidelines#JS2:_Enabling_translation_of_language_strings_in_embedded_JavaScript
https://wiki.koha-community.org/wiki/Coding_Guidelines#JS5:_Enabling_translation_of_language_strings_in_linked_JavaScript

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #26 from Victor Grousset/tuxayo  ---
Comment on attachment 173753
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173753
Bug 36221: OPAC Styling

Review of attachment 173753:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36221&attachment=173753)
-

::: Koha/ILL/Backend/shared-includes/custom_fields.inc
@@ +7,5 @@
>  [% FOREACH key IN keys %]
>  
> +[% IF opac %]
> +
> + class="form-control input-fluid custom-field-input" name="custom_value" 
> id="custom-value" value="[% values.$i | html %]">

After checking. The two placeholders are not translatable.

::: Koha/ILL/Backend/shared-includes/shared.js
@@ +7,5 @@
> +'' +
> +' class="' +
> +( opac ? 'form-control input-fluid custom-field-input' : '') +'" 
> placeholder="value"> ' +

These placeholders certainly aren't translatable either.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #25 from Victor Grousset/tuxayo  ---
> 

Happens on staff interface also.

The origin is form_input_helpers.inc => BLOCK ill_text_input_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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 Status|Signed Off  |Failed QA

--- Comment #24 from Victor Grousset/tuxayo  ---
Somehow when picking the type ("Create new request" => "Type*") the type ends
up as the type attr of each  :o




It happens for all values of the  except DVD. Whose field have the old
style. 
Because dvd.inc wasn't touched in these patches. So there is also that.

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

   Keywords||roadmap_24_05,
   ||roadmap_24_11

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

   Keywords||rel_24_11_candidate

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

--- Comment #23 from Martin Renvoize (ashimema) 
 ---
Just another signoff.. hoping Victor finished QA today

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #173706|0   |1
is obsolete||

--- Comment #22 from Martin Renvoize (ashimema) 
 ---
Created attachment 173756
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173756&action=edit
Bug 36221: (QA follow-up): Fix year value

Signed-off-by: Martin Renvoize 

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #165465|0   |1
is obsolete||

--- Comment #21 from Martin Renvoize (ashimema) 
 ---
Created attachment 173755
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173755&action=edit
Bug 36221: Update 'Create' button class

btn-primary should be used here, not btn-default

Signed-off-by: Martin Renvoize 

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #165463|0   |1
is obsolete||

--- Comment #19 from Martin Renvoize (ashimema) 
 ---
Created attachment 173753
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173753&action=edit
Bug 36221: OPAC Styling

Test plan, dont apply patches yet:
1) Enable ILLModule
2) Create a new OPAC ILL request, visit:
/cgi-bin/koha/opac-illrequests.pl?method=create&backend=Standard
3) Notice the style. Apply patches. Repeat

Signed-off-by: Lisette Scheer 
Signed-off-by: Martin Renvoize 

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #165464|0   |1
is obsolete||

--- Comment #20 from Martin Renvoize (ashimema) 
 ---
Created attachment 173754
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173754&action=edit
Bug 36221: Move patron section to top of create form

Signed-off-by: Martin Renvoize 

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-31 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Martin Renvoize (ashimema)  changed:

   What|Removed |Added

 Attachment #165462|0   |1
is obsolete||

--- Comment #18 from Martin Renvoize (ashimema) 
 ---
Created attachment 173752
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173752&action=edit
Bug 36221: Preparation

This refactors the code for more DRY

Signed-off-by: Lisette Scheer 
Signed-off-by: Martin Renvoize 

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-30 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

--- Comment #17 from Pedro Amorim  ---
Created attachment 173706
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173706&action=edit
Bug 36221: (QA follow-up): Fix year value

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-29 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

Victor Grousset/tuxayo  changed:

   What|Removed |Added

 QA Contact|tomasco...@gmail.com|vic...@tuxayo.net

--- Comment #16 from Victor Grousset/tuxayo  ---
Very nice improvements :)
Nothing wrong found when testing.

I didn't finish proofreading but there is at least the above

-- 
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 36221] Improve styling of Standard backend create OPAC form

2024-10-29 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

--- Comment #15 from Victor Grousset/tuxayo  ---
Comment on attachment 165462
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165462
Bug 36221: Preparation

Review of attachment 165462:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36221&attachment=165462)
-

::: Koha/ILL/Backend/shared-includes/form_input_helpers.inc
@@ +30,5 @@
> +[% BLOCK journal_text_input_fields %]
> +  [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = 
> whole.value.other.title %]
> +  [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = 
> whole.value.other.volume %]
> +  [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') 
> value = whole.value.other.issue %]
> +  [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = 
> whole.value.other.issue %]

Should be whole.value.other.year

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Martin Renvoize  changed:

   What|Removed |Added

 Blocks|36197   |


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36197
[Bug 36197] Allow for OPAC unauthenticated ILL request
-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Martin Renvoize  changed:

   What|Removed |Added

 QA Contact||tomasco...@gmail.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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162971|0   |1
is obsolete||

--- Comment #14 from Pedro Amorim  ---
Created attachment 165465
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165465&action=edit
Bug 36221: Update 'Create' button class

btn-primary should be used here, not btn-default

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162970|0   |1
is obsolete||

--- Comment #13 from Pedro Amorim  ---
Created attachment 165464
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165464&action=edit
Bug 36221: Move patron section to top of create form

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162949|0   |1
is obsolete||

--- Comment #12 from Pedro Amorim  ---
Created attachment 165463
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165463&action=edit
Bug 36221: OPAC Styling

Test plan, dont apply patches yet:
1) Enable ILLModule
2) Create a new OPAC ILL request, visit:
/cgi-bin/koha/opac-illrequests.pl?method=create&backend=Standard
3) Notice the style. Apply patches. Repeat

Signed-off-by: Lisette Scheer 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162948|0   |1
is obsolete||

--- Comment #11 from Pedro Amorim  ---
Created attachment 165462
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165462&action=edit
Bug 36221: Preparation

This refactors the code for more DRY

Signed-off-by: Lisette Scheer 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #10 from Pedro Amorim  ---
Thank you for looking and sign-off, Lisette!
However I've revisited and added 2 additional patches in case you're available
to take a look at those too! Cheers!

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #9 from Pedro Amorim  ---
Created attachment 162971
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162971&action=edit
Bug 36221: Update 'Create' button class

btn-primary should be used here, not btn-default

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #8 from Pedro Amorim  ---
Created attachment 162970
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162970&action=edit
Bug 36221: Move patron section to top of create form

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Depends on||36282


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36282
[Bug 36282] OPAC - Remove trailing and leading blank space from translated
strings
-- 
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 36221] Improve styling of Standard backend create OPAC form

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

--- Comment #7 from Pedro Amorim  ---
Patches became out of order after Lisette's sign-off and did not apply. It's
now fixed.

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162716|0   |1
is obsolete||

--- Comment #6 from Pedro Amorim  ---
Created attachment 162949
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162949&action=edit
Bug 36221: OPAC Styling

Test plan, dont apply patches yet:
1) Enable ILLModule
2) Create a new OPAC ILL request, visit:
/cgi-bin/koha/opac-illrequests.pl?method=create&backend=Standard
3) Notice the style. Apply patches. Repeat

Signed-off-by: Lisette Scheer 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162715|0   |1
is obsolete||

--- Comment #5 from Pedro Amorim  ---
Created attachment 162948
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162948&action=edit
Bug 36221: Preparation

This refactors the code for more DRY

Signed-off-by: Lisette Scheer 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162715|1   |0
is obsolete||

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162716|1   |0
is obsolete||

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162933|0   |1
is obsolete||

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Attachment #162934|0   |1
is obsolete||

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

 Blocks||35604


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35604
[Bug 35604] ILL - Allow for automatic backend selection
-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Lisette Scheer  changed:

   What|Removed |Added

 Attachment #162715|0   |1
is obsolete||

--- Comment #4 from Lisette Scheer  ---
Created attachment 162934
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162934&action=edit
Attachment to Bug 36221 - Improve styling of Standard backend create OPAC form

Bug 36221: Preparation

This refactors the code for more DRY

Signed-off-by: Lisette Scheer 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Lisette Scheer  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 36221] Improve styling of Standard backend create OPAC form

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

Lisette Scheer  changed:

   What|Removed |Added

 Attachment #162716|0   |1
is obsolete||

--- Comment #3 from Lisette Scheer  ---
Created attachment 162933
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162933&action=edit
Bug 36221: OPAC Styling

Test plan, dont apply patches yet:
1) Enable ILLModule
2) Create a new OPAC ILL request, visit:
/cgi-bin/koha/opac-illrequests.pl?method=create&backend=Standard
3) Notice the style. Apply patches. Repeat

Signed-off-by: Lisette Scheer 

-- 
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 36221] Improve styling of Standard backend create OPAC form

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

Pedro Amorim  changed:

   What|Removed |Added

Summary|Improve styling of Standard |Improve styling of Standard
   |backend create form |backend create OPAC form

-- 
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/