From: Galen Charlton Date: Thu, 3 Dec 2015 22:00:23 +0000 (-0500) Subject: start work on egCopyAlertManagerDialog X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4385411b1e40793745b59145f0034a7571ffd61d;p=working%2FEvergreen.git start work on egCopyAlertManagerDialog This dialog is currently capable of: - displaying copy alerts during checkin and checkout - allowing the operator to acknowledge temporary alerts TODO: - allow display of all current alerts - allow alerts to be added Signed-off-by: Galen Charlton Conflicts: Open-ILS/web/js/ui/default/staff/circ/services/circ.js --- diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 9aa3eda411..28987babba 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -179,6 +179,10 @@ table.list tr.selected td { /* deprecated? */ /* barcode inputs are everywhere. Let's have a consistent style. */ .barcode { width: 16em !important; } +/* use strike-through to mark something that has been acknowledged, + e.g., a copy alert */ +.acknowledged { text-decoration: line-through; } + /* bootstrap alerts are heavily padded. use this to reduce */ .alert-less-pad {padding: 5px;} diff --git a/Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 b/Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 new file mode 100644 index 0000000000..6b2b3d6b42 --- /dev/null +++ b/Open-ILS/src/templates/staff/share/t_copy_alert_manager_dialog.tt2 @@ -0,0 +1,29 @@ + +
+ +