From 52aff8692d23bdf0bf8904cd83b4f2e256ec5fd9 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Sat, 31 Jan 2015 14:51:21 -0500 Subject: [PATCH] Make warnings more prominent, as in the XUL client Signed-off-by: Mike Rylander --- .../src/templates/staff/circ/checkin/t_checkin.tt2 | 62 +++++++++++----------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2 index c578efac8a..732b342758 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2 @@ -7,45 +7,43 @@
-
-
- [% l('Backdated Check In [_1]', - '{{checkinArgs.backdate | date:"shortDate"}}') %] -
-
- [% l('Ignore Pre-Cataloged Items') %] -
-
- [% l('Suppress Holds and Transits') %] -
-
- [% l('Amnesty Mode') %] -
-
- [% l('Auto-Print Hold and Transit Slips') %] -
-
- [% l('Clear Holds Shelf') %] -
-
-
- [% l('Always Retarget Local Holds') %] -
-
- [% l('Retarget Local Holds') %] -
+
+ [% l('Backdated Check In [_1]', + '{{checkinArgs.backdate | date:"shortDate"}}') %] +
+
+ [% l('Ignore Pre-Cataloged Items') %] +
+
+ [% l('Suppress Holds and Transits') %] +
+
+ [% l('Amnesty Mode') %] +
+
+ [% l('Auto-Print Hold and Transit Slips') %] +
+
+ [% l('Clear Holds Shelf') %] +
+
+
+ [% l('Always Retarget Local Holds') %]
-
- [% l('Capture Local Holds As Transits') %] +
+ [% l('Retarget Local Holds') %]
+
+ [% l('Capture Local Holds As Transits') %] +
-
+
@@ -63,7 +61,7 @@
-
+
[% l('[_1] was already checked in.', '{{alert.already_checked_in}}') %] -- 2.11.0