Clean up and refine serial note support, part 1 user/dbwells/limit_excess_serial_data_rel_2_1
authorDan Wells <dbw2@calvin.edu>
Tue, 17 Apr 2012 21:34:06 +0000 (17:34 -0400)
committerDan Wells <dbw2@calvin.edu>
Fri, 11 May 2012 15:13:19 +0000 (11:13 -0400)
commitcbc50be33b0804424909d7ecb02fcc3e702e7de8
tree5737257bac02d3bd61f3cc95ffbc9cba2cb2ad18
parentd17804f6b774198fd96b26c7f99b683002f9eb92
Clean up and refine serial note support, part 1

This commit fixes a number of minor problems with serial notes:

1) Serial notes are currently returned in "random" (database)
order.  Adding a create_date sort is a sensible default.

2) If you have many notes, they start to display in a squashed and
unreadable fashion.  Switching from a groupbox to a styled vbox
provides a simple workaround.

3) It is currently impossible to display newlines in notes.  We can
deal with this by changing the display style.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm
Open-ILS/xul/staff_client/server/serial/notes.xul