From: Lebbeous Fogle-Weekley Date: Wed, 19 Oct 2011 04:57:28 +0000 (-0400) Subject: TPac: Put staff saved searches in same div as facets on the results page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0249e850f99c1686de7c0492389cfa5af5b1393f;p=evergreen%2Fjoelewis.git TPac: Put staff saved searches in same div as facets on the results page Also: make a minor improvement to bookbag sorting clicking heading sort links a second time reverses order. And on the record page, make them less ugly. We need to get rid of this 974-px-wide business. It's ridiculous, and it keeps us busy fighting CSS just to keep a silly grey margin on the right side of the display, and it keeps us from using all available space. We need to simplify the CSS greatly, in fact. Let's bite that bullet sooner than later. Signed-off-by: Lebbeous Fogle-Weekley --- 0249e850f99c1686de7c0492389cfa5af5b1393f diff --cc Open-ILS/src/templates/opac/myopac/lists.tt2 index e3a308dcf4,e3a308dcf4..c852364b11 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/lists.tt2 @@@ -150,10 -150,10 +150,10 @@@ -- [% l('Title') %] ++ [% l('Title') %] -- [% l('Author(s)') %] ++ [% l('Author(s)') %] [% l('Notes') %] diff --cc Open-ILS/src/templates/opac/parts/anon_list.tt2 index e96ab24b53,3c32f993f2..3afa99e7f8 --- a/Open-ILS/src/templates/opac/parts/anon_list.tt2 +++ b/Open-ILS/src/templates/opac/parts/anon_list.tt2 @@@ -24,8 -24,8 +24,8 @@@ for (i = 0; i < inputs.length; i++) { if (inputs[i].name == 'record' && !inputs[i].disabled) inputs[i].checked = this.checked;}"/> -- [% l('Title') %] -- [% l('Author(s)') %] ++ [% l('Title') %] ++ [% l('Author(s)') %]