From: Chris Burton Date: Tue, 8 Sep 2020 23:03:59 +0000 (-0400) Subject: LP#1778972 Last minute tweaks and updates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bfe13fdb96afea806bc84ecebd21eadf564d49e4;p=working%2FEvergreen.git LP#1778972 Last minute tweaks and updates Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 index 2c6467d2e1..4b0e8c51e7 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -14,9 +14,7 @@ column-gap: 20px; list-style: none; } -.fas, .far{ - margin: 5px 0px; -} + .top-divide{ border-top: 1px solid rgba(0,0,0,.1); } @@ -767,11 +765,7 @@ for now until a better color is picked - if needed. } #adv_special_block { - [% IF rtl == 't' -%] - float: right; - [%- ELSE %] - float: left; - [%- END %] + padding: 5px; margin-top: 5px; } @@ -3015,8 +3009,12 @@ a.preflib_change { #nav-divide{ display:none !important; } + } @media only screen and (max-width: 800px) { + .adv_options{ + width: 100% !important; + } .facet_sidebar_hidden, .result_block_hidden { display: none; } @@ -3769,6 +3767,10 @@ label[for*=expert_] font-weight: bold; text-align: center; } + +.fas, .far{ + margin: 0px 3px; +} .carousel-entry { max-width: 150px; } @@ -3861,4 +3863,8 @@ label[for*=expert_] .my_nav .fas, .mynav .far{ min-width:20px; +} + +.adv_options{ + width: 50%; } \ No newline at end of file diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index 52b3b5a28e..d05bd98203 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -148,11 +148,11 @@ [% IF myopac_cc_allowed %] - + - + [% END %] [% l("Owed") %] [% l("Billing Type") %] @@ -179,7 +179,7 @@ [% money(f.xact.balance_owed) %] - + diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 index d685903847..65b92b7e65 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 @@ -50,9 +50,9 @@ - @@ -127,7 +127,7 @@ FOR circ IN circ_items; %] - + @@ -87,7 +87,7 @@ - + @@ -152,7 +152,7 @@ Hold Number [% cnt; %] + aria-label="Select Hold"/> diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 index 4cb82285b0..c5aed2dc07 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 @@ -18,7 +18,7 @@ -
[% l('Create New List') %]
+

[% l('Create New List') %]

+ - + [% sort_head("sort_title", l("Title")) %] [% sort_head("author", l("Author")) %] [% sort_head("callnum", l("Call Number")) %]
- + 'author', query => circ.ATTRS.author.replace('[,\.:;]', '')}, 1 ) %]">[% circ.ATTRS.author | html %] + [%END; %] [% circ.circ.target_copy.call_number.label | html %] @@ -174,7 +176,7 @@ [%- INCLUDE "opac/parts/preserve_params.tt2" %] [% IF ctx.circs.size > 0 %] - + [% END %] diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 index 4a9e18908a..5dd46f12a4 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 @@ -30,7 +30,7 @@
- +
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 index a75427aa68..175381a1a8 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 @@ -14,36 +14,32 @@
- - + +

+ [% IF ctx.hold_suspend_post_capture; l('One or more holds could not be suspended because the item is at (or en route to) the pickup library.'); END; %] +

+

[% l('Export List') %] - +

@@ -77,17 +73,21 @@
+ [% IF attrs.author; %] Author + [% END %]
[% IF attrs.format_icon %] - [% attrs.format_label | html %] + [% attrs.format_label | html %] [% END %] [% attrs.format_label | html %]
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 index 8d7cd5c7c9..e206819d80 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 @@ -23,7 +23,7 @@
- +

[% IF CGI.param("available") -%] @@ -33,9 +33,9 @@ [% l("Show all holds") %] | [% l("Show only available holds") %] [% END -%] - + - +

@@ -76,10 +76,10 @@ class="table table-hover table-bordered miniTable activeHoldstable w-100 my-3">
- + - [% sort_head("sort_title", l('Title')) %] [% sort_head("author", l('Author')) %] [% sort_head("format", l('Format')) %][% l('Cancel if not filled by') %] [% l('Status') %] [% l('Notes') %][% l('Edit') %]
Title @@ -196,8 +196,7 @@ FOR format IN formats %] [% format.label | html %] - [% format.label | html %] + [% format.label | html %] [% END %]
[% IF ctx.mylist.size %] @@ -154,7 +154,7 @@ ltitle = l("Hide items in list"); END %]

[% bbag.name | html %][% IF bbag.pub == 't'; %] - + [% END %]

[% IF bbag.description %]
[% bbag.description | html %]
[% END %] @@ -235,7 +235,7 @@ [% IF bbag.pub == 't'; %] +
+ +

+ + - + diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 index a161d66e4a..5e749c10b0 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/search.tt2 @@ -41,7 +41,7 @@ [% IF adv_chunk.id != 'adv_copy_location_selector';%]
- [% adv_chunk.adv_label %] + [% adv_chunk.adv_label %] [% END; %] [% IF adv_chunk.adv_attr; INCLUDE "opac/parts/check_value_selector.tt2" @@ -66,14 +66,15 @@
-
+
[% FOR adv_chunk IN search.adv_config; NEXT IF adv_chunk.adv_hide || adv_chunk.adv_special == 'copy_location';%] [% IF adv_chunk.adv_special;%] -
-
@@ -53,9 +53,9 @@