From 344ece5e7cdcd7ea5fb1d9d0283ed92e37dfd5f7 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 2 Mar 2018 15:21:24 +1300 Subject: [PATCH] Bug 20322: design refresh for circulation page do note, I don't actually mind if these aren't the changes eventually accepted. I just know it needs doing and starting it will hopefully get some gears turning. To test: Click all the links and check they work. Do you like the styling? it's different. :) Signed-off-by: Katrin Fischer Signed-off-by: Mark Tompsett Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 46 +++++++++++ .../prog/en/modules/circ/circulation-home.tt | 89 ++++++++++++---------- 2 files changed, 94 insertions(+), 41 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 32a614b..3f5f7c4 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -3147,6 +3147,52 @@ table#ill-requests { font-weight: bold; } + +/* ==== MODULE LINKS - Start ==== */ + +ul.buttons-list { + /* List containing the module links */ + padding: 0px; + margin-bottom:30px; +} + +ul.buttons-list li { + /* Standard attributes for the list elements */ + list-style-type:none; +} + +ul.buttons-list li a.circ-button { + /* Class used for each module link */ + display: block; + box-sizing: content-box; + max-width : 260px; + margin: 10px; + padding:8px; + + border: solid 2px #b9d8d9; + border-radius: 6px; + + text-decoration: none; + font-family: verdana, arial; + font-weight: bold; + font-size: large; + color: #000000; + + background-color:#f4f8f9; + background-position: 5px 3px; + background-repeat:no-repeat; +} + +ul.buttons-list li a:hover.circ-button { + /* Class used for each module link hover state */ + color: #538200; + border-color: #538200; +} + +/* ==== MODULE LINKS - End ==== */ + + + @media (min-width: 200px) { .navbar-nav > li { float: left; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt index c74a443..9df3807 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -14,54 +14,66 @@
+
+ +

Circulation

-
-
-
    -
  • Check out
  • -
  • Check in
  • -
  • Renew
  • - [% IF Branches.InIndependentBranchesMode %] -
  • Transfer
  • - [% END %] - [% UNLESS IndependentBranches %]
  • Set library
  • [% END %] - [% IF ( fast_cataloging ) %] - [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] -
  • Fast cataloging
  • - [% END %] - [% END %] -
-
+ +

Holds management

+ -
Circulation reports
-
+
+

Patron request management

+ +

Transfers management

+
    + [% IF Branches.InIndependentBranchesMode %] +
  • Transfer
  • [% END %] - [% IF ( CAN_user_circulate_overdues_report ) %]
  • Overdues - - Warning: This report is very resource intensive on - systems with large numbers of overdue items.
  • [% END %] -
  • Overdues with fines - Limited to your library. See report help for other details.
  • +
  • Transfers to receive
  • +
+

Overdues management

+ +
-
+
+
+ [% Koha.Preference('IntranetCirculationHomeHTML') %]
Offline circulation
- -
-
+ -
-
- [% Koha.Preference('IntranetCirculationHomeHTML') %]
-- 2.1.4