@@ -, +, @@ page and make action buttons split button Print - fee which was writted-off and write-off line Pay + Print in dropdown - unpaid fee, for user without permissin to writeoff Pay + Print and Write off in dropdown - unpaid fee, user with permission to writeoff Print + Reverse in dropdown - for payment row --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 18 ++++++------- .../prog/en/modules/members/boraccount.tt | 31 +++++++++++++++++----- 2 files changed, 33 insertions(+), 16 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -2033,7 +2033,7 @@ ul.ui-tabs-nav li { color: #538200; } -.statictabs ul { +.statictabs > ul { background: none repeat scroll 0 0 transparent; border: 0 none; margin: 0; @@ -2051,17 +2051,17 @@ ul.ui-tabs-nav li { text-decoration: none; } -.statictabs ul:after { +.statictabs > ul:after { clear: both; } -.statictabs ul:before, -.statictabs ul:after { +.statictabs > ul:before, +.statictabs > ul:after { content: ""; display: table; } -.statictabs ul li { +.statictabs > ul li { background: none repeat scroll 0 0 #E6F0F2; border: 1px solid #B9D8D9; border-bottom: 0 none; @@ -2080,14 +2080,14 @@ ul.ui-tabs-nav li { } -.statictabs ul li.active { +.statictabs > ul li.active { background-color: #FFFFFF; color: #212121; font-weight: normal; padding-bottom: 1px; } -.statictabs ul li a { +.statictabs > ul li a { color: #004D99; cursor: pointer; float: left; @@ -2095,14 +2095,14 @@ ul.ui-tabs-nav li { text-decoration: none; } -.statictabs ul li a:hover { +.statictabs > ul li a:hover { background-color : #EDF4F5; border-top-right-radius: 4px; border-top-left-radius: 4px; color : #538200; } -.statictabs ul li.active a { +.statictabs > ul li.active a { color: #000000; font-weight: bold; cursor: text; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -108,18 +108,35 @@ $(document).ready(function() { [% IF ( account.amountcredit ) %][% ELSE %][% END %][% account.amount %] [% IF ( account.amountoutstandingcredit ) %][% ELSE %][% END %][% account.amountoutstanding %] - [% IF ( account.payment ) %] - Print +