]> 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:06:48 +0000 (18:06 +1200)
commit8dbf465127ac405f513dafac046c46965d1ab689
tree17a787b83080f058261a1ac5ba5068d8e4bf42b8
parent82fb85d2a7c7c2cf7fbc322d0361159d07b2b056
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