Koha/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves
Owen Leonard 5fbf07df7c Bug 10418 - Correct template markup problems on course reserves add item page
This patch corrects several problems with the course reserves add item
pages:

- Non-standard grid markup.
- Extra </div>.
- Incorrect styling of errors and messages.
- Redundant JS for adding focus to a field (use "focus" class).
- Invalid use of <label> with no corresponding input (use <span
  class="label"> instead).
- Incorrect capitalization.

To test, apply the patch and examing both steps of the process of adding
an item to an existing course: The initial "scan barcode" form, and the
form for editing details of a scanned item.

Some cases to check:

- Scan an invalid barcode.
- Scan a barcode which has already been added to a course.
- Scan a barcode wihch has already been added to the course you're
  working with.

Forms should look correct and work correctly.

This patch contains whitespace changes, so please ignore whitespace when
examining changes.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
The add item screen continues to work as before.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pl. Works as advertised.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-06-14 11:21:45 -07:00
..
add_items-step1.tt Bug 10418 - Correct template markup problems on course reserves add item page 2013-06-14 11:21:45 -07:00
add_items-step2.tt Bug 10418 - Correct template markup problems on course reserves add item page 2013-06-14 11:21:45 -07:00
course-details.tt Bug 10416 - Correct template markup problems on course detail page 2013-06-14 11:11:14 -07:00
course-reserves.tt Bug 10432 - Display of enabled status on course list is not accessible 2013-06-12 11:08:28 -07:00
course.tt Bug 10420 - Standardize spelling of "authorized" 2013-06-07 08:26:13 -07:00
invalid-course.tt Bug 8215 - Add Course Reserves - QA Followup 2013-05-21 15:50:58 -07:00