| Summary: | Duplicate id "availability" on XSLT result page | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | OPAC | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | chris, mtj, paul.poulain, veron |
| Version: | 3.6 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 7928 - Duplicate id "availability" on XSLT result page
Bug 7929 - Duplicate id "availability" on XSLT result page [SIGNED-OFF] Bug 7929 - Duplicate id "availability" on XSLT result page Bug 7929 - Duplicate id "availability" on XSLT result page |
||
|
Description
Katrin Fischer
2012-04-09 16:24:04 UTC
Created attachment 9109 [details] [review] Bug 7928 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page). Katrin, I applied the patch, but I did not find class="availability" in the source code of the displayed results, but class="results_summary availability" Anyway, this seems to be consistent with the diff (and makes sense to me): - <span class="results_summary" id="availability"> + <span class="results_summary availability"> ...and I think I can sign off this one. Marc Created attachment 9242 [details] [review] Bug 7929 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page). Created attachment 9243 [details] [review] [SIGNED-OFF] Bug 7929 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page). Signed-off-by: mveron <veron@veron.ch> Created attachment 9362 [details] [review] Bug 7929 - Duplicate id "availability" on XSLT result page Changes id="availability" to class="availability" for XHTML valididy (ids have to be unique on a page). Signed-off-by: mveron <veron@veron.ch> Signed-off-by: Mason James <mtj@kohaaloha.com> trivial patch - passing QA Patch pushed.
Note that the availability property exist in opac.css
p.availability {
font-size : 87%;
}
this patch is really just a matter of HTML validity
This patch will be in 3.6.6. |