| Summary: | Adding colons where they should appear in forms etc to be consistent | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Aleisha Amohia <aleisha> |
| Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | brendan, gmcharlt, jonathan.druart |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33968 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 15413: Adding colons where appropriate
[SIGNED-OFF] Bug 15413: Adding colons where appropriate Bug 15413: Adding colons where appropriate |
||
|
Description
Aleisha Amohia
2015-12-22 22:17:07 UTC
Created attachment 45921 [details] [review] Bug 15413: Adding colons where appropriate To test: Apply patch and go to pretty much every page on the Intranet - look out for labels on forms etc where there should be colons but aren't. If you see any that I've missed but I'm 99% sure I got all of them! Make sure to click through some forms where creating a new thing involves continuing the submission on multiple pages. Something for a rainy day :) Created attachment 49531 [details] [review] [SIGNED-OFF] Bug 15413: Adding colons where appropriate To test: Apply patch and go to pretty much every page on the Intranet - look out for labels on forms etc where there should be colons but aren't. If you see any that I've missed but I'm 99% sure I got all of them! Make sure to click through some forms where creating a new thing involves continuing the submission on multiple pages. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Rebased on current master and checked all changed pages. Created attachment 49567 [details] [review] Bug 15413: Adding colons where appropriate To test: Apply patch and go to pretty much every page on the Intranet - look out for labels on forms etc where there should be colons but aren't. If you see any that I've missed but I'm 99% sure I got all of them! Make sure to click through some forms where creating a new thing involves continuing the submission on multiple pages. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Rebased on current master and checked all changed pages. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> These ones may be missing: 23 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt: <span class="label">Title</span> 29 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt: <label for="invoice">Vendor invoice </label> 32 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt: <p><span class="label">Primary acquisitions contact</span></p> 33 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt: <p><span class="label">Primary serials contact</span></p> 34 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt: <p><span class="label">Receives claims for late orders</span></p > 35 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt: <p><span class="label">Receives claims for late issues</span></p > Pushed to Master - Should be in the May 2016 Release. Thanks! |