]> git.koha-community.org Git - koha.git/commit
Bug 9571 [Alternate] Fix width for textareas in Edit Item screen
authorOwen Leonard <oleonard@myacpl.org>
Fri, 8 Feb 2013 16:21:11 +0000 (11:21 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 14 Apr 2013 06:08:04 +0000 (18:08 +1200)
commit35feba5354da90038912ef432a81b79556887550
tree4d5c72115704a0f66f7ed6594fdc00edea8d8088
parent5825b7fb540e11456c73eb445d571994e106e21d
Bug 9571 [Alternate] Fix width for textareas in Edit Item screen

This alternative patch modifies the script where the input markup is
built and adds an alternative configuration for textareas. This gives
the textareas explicit "cols" and "rows" attributes. I think this
solution is preferable to a style fix because it solves the bug while
eliminating some invalid markup (no "size" or "maxlength" attributes on
textareas, which are invalid without explicit dimensions).

To test, add a nice big chunk of text to an existing item's item field
like "Public note" (952$z), save, and edit again. The field should now
be displayed in a more comfortably-sized textarea.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
cataloguing/additem.pl