@@ -, +, @@ corner of the screen page) --- .../prog/css/src/staff-global.scss | 28 ++++++++++++++++++- .../prog/en/includes/circ-menu.inc | 3 ++ .../intranet-tmpl/prog/en/includes/header.inc | 1 + .../prog/en/includes/last-borrower.inc | 4 +++ .../intranet-tmpl/prog/js/staff-global.js | 28 +++++++++++++++++++ 5 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/last-borrower.inc --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -4189,8 +4189,34 @@ span { } } -// ==== MODULE LINKS - Start ==== +.lastborrower { + background-color: #E6F0F2; + border: 1px solid #95C6D0; + box-shadow: 1px 1px 1px 0 #999; + color: #CC0000; + margin: .4em 0; + padding: .3em .5em .3em .5em; +} + +#lastborrower-ref { + border-radius: 5px 0px 0px 5px; + float: left; +} + +#lastborrower-remove { + border-radius: 0px 5px 5px 0px; + cursor: pointer; + float: right; +} + +#lastborrower-window { + display: none; + position: absolute; + right: 5px; + top: 100px; +} +/* ==== MODULE LINKS - Start ==== */ .buttons-list { // List containing the module links margin-bottom: 30px; --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -1,6 +1,9 @@ [% USE Koha %] [% IF ( patron.borrowernumber ) %]
[% INCLUDE 'patron-title.inc' %]
+ + +