Bug 32158 - Specify due date field is very long now
Summary: Specify due date field is very long now
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Katrin Fischer
URL:
Keywords: rel_22_11_candidate
Depends on: 30952
Blocks:
  Show dependency treegraph
 
Reported: 2022-11-09 23:04 UTC by Katrin Fischer
Modified: 2023-06-08 22:28 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00


Attachments
Bug 32158: Specify due date field is very long now (1.09 KB, patch)
2022-11-10 19:12 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 32158: Specify due date field is very long now (1.15 KB, patch)
2022-11-10 22:41 UTC, ByWater Sandboxes
Details | Diff | Splinter Review
Bug 32158: Specify due date field is very long now (1.21 KB, patch)
2022-11-10 23:04 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-11-09 23:04:35 UTC
When checking out an item with a specified due date, this field is stretched the full length of the options area now.
Comment 1 Owen Leonard 2022-11-10 19:12:18 UTC
Created attachment 143702 [details] [review]
Bug 32158: Specify due date field is very long now

This patch adds a reasonable width to the "specify due date" date field
on the circulation page.

To test, apply the patch and rebuild the staff interface CSS.

Check out to a patron and click the "setting" icon on the "Enter item
barcode" field.

In the checkout setting panel, confirm that the date field isn't
unreasonably wide.
Comment 2 ByWater Sandboxes 2022-11-10 22:41:14 UTC
Created attachment 143734 [details] [review]
Bug 32158: Specify due date field is very long now

This patch adds a reasonable width to the "specify due date" date field
on the circulation page.

To test, apply the patch and rebuild the staff interface CSS.

Check out to a patron and click the "setting" icon on the "Enter item
barcode" field.

In the checkout setting panel, confirm that the date field isn't
unreasonably wide.

Signed-off-by: Barbara Johnson  <barbara.johnson@swbell.net>
Comment 3 Katrin Fischer 2022-11-10 23:04:17 UTC
Created attachment 143737 [details] [review]
Bug 32158: Specify due date field is very long now

This patch adds a reasonable width to the "specify due date" date field
on the circulation page.

To test, apply the patch and rebuild the staff interface CSS.

Check out to a patron and click the "setting" icon on the "Enter item
barcode" field.

In the checkout setting panel, confirm that the date field isn't
unreasonably wide.

Signed-off-by: Barbara Johnson  <barbara.johnson@swbell.net>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Tomás Cohen Arazi 2022-11-11 12:03:09 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!