[Koha-bugs] [Bug 7977] Add a "Quote-of-the-day" feature to the OPAC homepage

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 1 21:15:27 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7977

--- Comment #17 from Owen Leonard <oleonard at myacpl.org> ---
I have some issues with the staff client pages:

1. The pages have no headings. Both the main page and the upload page should
show the name of the page.
2. The templates don't obey capitalization rules addressed by Bug 2780 ("Import
Quotes" should be "Import quotes").
3. The buttons in the toolbar have a custom style applied to them. Instead of
making them different from other toolbar buttons they should be generated using
the same code other toolbars use.
4. The comment in the toolbar ("Click Source or Text field...") belongs
somewhere else. We don't have a well-established pattern for text like this,
but the "Authorised values" page offers a possible example
(/cgi-bin/koha/admin/authorised_values.pl).
5. I think it would be nice to have a compact table pager at the top in
addition to the full pager at the bottom.
6. The "actions" columns should not be sortable.
7. datatables.css adds "border-radius: 5px;" to all inputs. This kind of broad
style change shouldn't be happening in a module-specific CSS file. It could be
qualified so that it applies only to datatables-related inputs. IMO it should
be removed altogether because it doesn't look consistently good across
browsers.
8. The "import quotes" page lacks any kind of instructions. Perhaps it should
at least specify what format it expects?
9. The upload form on the import is in the toolbar div. It belongs in the main
body of the page, preferably in a <fieldset> with a descriptive <legend>
10. The "save quotes" button doesn't belong in the toolbar. Generally sava
buttons are at the bottom of tables, although some pages have them at the top.
In any case putting it in the toolbar makes its purpose unclear. It wasn't
clear to me that I had to click "save quotes" to complete the process.
11. The breadcrumbs on the import page should give the user a path back to the
main quotes page: "Home > Tools > Quote editor > Quote uploader."

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list