From ca9d15acc3a2c392ed39e05349d2739db173fcfd Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 17 Dec 2013 10:47:25 -0500 Subject: [PATCH] web staff : lower breakpoint size of CSS grids Replace use of col-lg-* with col-md-*. This prevents the UI from switching into "mobile" layout too aggressively. We may even want to consider col-sm-* instead, since col-xs is still available for the smallest screens (phones, etc.). Signed-off-by: Bill Erickson --- .../staff/cat/bucket/record/t_pending.tt2 | 6 +- .../templates/staff/cat/bucket/record/t_search.tt2 | 10 +-- .../templates/staff/cat/bucket/record/t_view.tt2 | 8 +- .../src/templates/staff/circ/checkin/index.tt2 | 4 +- .../staff/circ/checkin/t_checkin_table.tt2 | 2 +- Open-ILS/src/templates/staff/circ/patron/index.tt2 | 4 +- .../src/templates/staff/circ/patron/t_bills.tt2 | 2 +- .../src/templates/staff/circ/patron/t_checkout.tt2 | 4 +- .../staff/circ/patron/t_checkout_table.tt2 | 2 +- .../src/templates/staff/circ/patron/t_edit.tt2 | 2 +- .../src/templates/staff/circ/patron/t_holds.tt2 | 2 +- .../templates/staff/circ/patron/t_holds_table.tt2 | 4 +- .../templates/staff/circ/patron/t_items_out.tt2 | 2 +- .../staff/circ/patron/t_items_out_table.tt2 | 4 +- .../src/templates/staff/circ/patron/t_messages.tt2 | 2 +- .../src/templates/staff/circ/patron/t_search.tt2 | 48 +++++------ .../src/templates/staff/circ/patron/t_summary.tt2 | 96 +++++++++++----------- .../src/templates/staff/css/circ/patron.css.tt2 | 2 +- Open-ILS/src/templates/staff/t_login.tt2 | 20 ++--- Open-ILS/src/templates/staff/t_splash.tt2 | 8 +- 20 files changed, 116 insertions(+), 116 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 index 27e6af271c..94a444d620 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 @@ -1,11 +1,11 @@
-
+
[% INCLUDE 'staff/cat/bucket/record/t_bucket_info.tt2' %]
-
+
[% INCLUDE 'staff/cat/bucket/record/t_bucket_selector.tt2' %]
@@ -79,7 +79,7 @@
-
+
-
+
[% INCLUDE 'staff/cat/bucket/record/t_bucket_info.tt2' %]
-
+
[% INCLUDE 'staff/cat/bucket/record/t_bucket_selector.tt2' %]
@@ -83,7 +83,7 @@
-
+
[% l('Record Query') %] @@ -96,7 +96,7 @@
-
+
@@ -108,7 +108,7 @@
-
+
-
+
[% INCLUDE 'staff/cat/bucket/record/t_bucket_info.tt2' %]
-
+
[% INCLUDE 'staff/cat/bucket/record/t_bucket_selector.tt2' %] @@ -78,13 +78,13 @@
-
+
[% l('The selected bucket "{{bucketId}}" is not visible to this login.') %]
-
+
-
+
-
+
[% INCLUDE 'staff/parts/column_picker.tt2' listname='checkins' %]
diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 index d214a27876..11fa277db3 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 @@ -25,7 +25,7 @@ checkins.setColumns([
-
+
diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index 7e09bef305..076ba8e607 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -17,10 +17,10 @@ [% END %]
-
+
[% INCLUDE 'staff/circ/patron/t_summary.tt2' %]
-
+
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index fe86627014..02e2e0a5ca 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -1,5 +1,5 @@
-
+
[% l('EDIT Development Pending') %]
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 index 5e0131c95a..cff9262d77 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 @@ -1,7 +1,7 @@
-
+
[% INCLUDE 'staff/circ/patron/t_holds_actions.tt2' %]
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds_table.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds_table.tt2 index 04f6060f26..0d99f2fb67 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds_table.tt2 @@ -25,13 +25,13 @@ holds.addColumnsForClass('ahr', 'hold');
-
+
[% l('No Holds To Display') %]
-
+
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index c9c2040f45..1e3e066215 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -1,7 +1,7 @@
-
+
[% INCLUDE 'staff/circ/patron/t_items_out_actions.tt2' %]
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 index 0ce556f9df..a62d91b54f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 @@ -23,13 +23,13 @@ items_out.setColumns([
-
+
[% l('No Items To Display') %]
-
+
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2 index 9996528148..6eedce0e40 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_messages.tt2 @@ -1,5 +1,5 @@
-
+
[% l('MESSAGES Development Pending') %]
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_search.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_search.tt2 index ea8926085a..601af0db5d 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_search.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_search.tt2 @@ -6,36 +6,36 @@ -->
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
[% INCLUDE 'staff/circ/patron/t_search_actions.tt2' %]
@@ -139,7 +139,7 @@
-
+
[% l('Login Failed') %]
@@ -47,6 +47,6 @@
-
+
diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2 index 4c8b4c614a..cc8e5cfacc 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -1,13 +1,13 @@
-
+

-
+
[% l('Circulation and Patrons') %]
@@ -25,7 +25,7 @@
-
+
[% l('Item Search and Cataloging') %]
@@ -39,7 +39,7 @@
-
+
[% l('Administration') %]
-- 2.11.0