| Summary: | Form structure problem in serials claims filter | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Serials | Assignee: | Owen Leonard <oleonard> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | chris, jonathan.druart |
| Version: | Main | ||
| 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 8186 - Form structure problem in serials claims filter | ||
|
Description
Owen Leonard
2012-06-04 18:25:32 UTC
Created attachment 10254 [details] [review] Bug 8186 - Form structure problem in serials claims filter Correcting form markup so that form fields and buttons are properly spaced. I think the filter form should probably also be moved into the left-hand sidebar but it's not clear to me how that would work in the mode hinted at in the markup by [% UNLESS ( preview ) %]. Under what conditions is the page in "preview" mode? (In reply to comment #2) > I think the filter form should probably also be moved into the left-hand > sidebar but it's not clear to me how that would work in the mode hinted at > in the markup by [% UNLESS ( preview ) %]. Under what conditions is the page > in "preview" mode? Hi Owen, I did not find any conditions for this preview mode. Moreover, I delete this part of code in a patch for Bug 5342 (attachment 10212 [details] [review]). And I think the problem you raise in this issue is probably resolved by the main patch proposed for Bug 5342 |