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!