Supporting functionality added to date/time picker and progress dialog
authorMike Rylander <mrylander@gmail.com>
Fri, 16 Mar 2018 13:52:50 +0000 (09:52 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 24 Apr 2018 20:36:34 +0000 (16:36 -0400)
commit8ade7aa4c82a19b89db031ac9d6ae155f5d2295d
treec7a86c21538f15c85a93a7c2555e6fede565f65d
parent3a3cbc988c5431a1875397e9470ecf8025fa9e6b
Supporting functionality added to date/time picker and progress dialog

Here the date/time picker is given the ability to dynamically hide the time
picking component when show-time-picker is in effect.  This allows an
interface to use the time picker based on ephemeral state information and to
hide it when not useful.

Additionally, the progress dialog now takes an optional label property that
can be passed to both open() and update(), so that textual information can
be provided along with the numeric and visual progress data.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/share/t_datetime.tt2
Open-ILS/src/templates/staff/share/t_progress_dialog.tt2
Open-ILS/web/js/ui/default/staff/services/ui.js