@@ -, +, @@ - Patron details - Accounting - Pay amount - Transactions - Create manual invoice - Create manual credit - Tools -> Comments --- .../prog/css/src/staff-global.scss | 88 ------------ .../prog/en/modules/members/boraccount.tt | 38 +++-- .../prog/en/modules/members/mancredit.tt | 132 ++++++++++-------- .../prog/en/modules/members/maninvoice.tt | 31 ++-- .../prog/en/modules/members/pay.tt | 37 +++-- .../prog/en/modules/members/paycollect.tt | 37 ++--- .../prog/en/modules/reviews/reviewswaiting.tt | 30 ++-- 7 files changed, 180 insertions(+), 213 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2735,94 +2735,6 @@ td.bundle { } } -.statictabs { - @include card; - - h3{ - padding-bottom: .7em; - margin: 0; - color: #696969; - } - - td { - border: 0; - - ul { - li { - clear: left; - font-size: 90%; - list-style: url("../img/item-bullet.svg"); - padding: .2em 0; - - &.result_itype_image { - list-style: none; - list-style-type: none; - } - - img { - float: left; - margin: 3px 5px 3px -5px; - max-width: 25px; - } - } - } - } - - span { - &.status { - clear: left; - color: #900; - display: block; - } - - &.unavailable { - clear: left; - display: block; - } - } - - - > ul { - line-height: 1.3; - margin: 0; - outline: 0 none; - padding: .2em .2em 0; - text-decoration: none; - display: flex; - - li { - list-style-type: none; - margin-right: .4em; - - a { - background-color: $background-color-secondary; - border-radius: 4px 4px 0 0; - color: #111; - display: inline-block; - padding: .5em 1em; - text-decoration: none; - white-space: nowrap; - } - - &.active, - &:hover { - a { - background-color: $background-color-primary; - color: #fff; - } - } - - } - } - - .tabs-container { - border: 2px solid $background-color-primary; - border-radius: 4px; - display: block; - padding: 1em 1.4em; - } -} - .toptabs { margin-top: 5px; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -51,18 +51,27 @@
-
- -
+
+ +
+
[% INCLUDE 'renew_results.inc' renew_results=renew_results %] @@ -165,8 +174,9 @@
-
-
+
+
+
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt @@ -46,73 +46,81 @@

Manual credit

-
-
+ + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt @@ -46,17 +46,25 @@

Manual invoice

-
- +
+
[% IF error == 'itemnumber' %]
Error: Invalid barcode entered, please try again @@ -102,8 +110,9 @@ -
-
+
+
+ --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -46,18 +46,27 @@

Make a payment

-
- -
+
+ +
+
[% INCLUDE 'renew_results.inc' renew_results=renew_results %] [% IF ( accounts ) %] @@ -180,7 +189,9 @@ [% ELSE %]

[% INCLUDE 'patron-title.inc' %] has no outstanding fines.

[% END %] -
+
+
+
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -97,22 +97,23 @@ [% INCLUDE 'members-toolbar.inc' borrowernumber=patron.borrowernumber %] -
- -
+
+ +
+
[% IF ( error_over ) %]
You must pay a value less than or equal to [% total_due | $Price %]. @@ -370,7 +371,9 @@ [% END %] [% END %] -
+
+
+
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt @@ -43,12 +43,25 @@

Comments

-
- -
+
+ +
+
[% IF ( reviews ) %] @@ -88,8 +101,9 @@ [% ELSE %] [% IF ( status ) %]

No comments have been approved.

[% ELSE %]

No comments to moderate.

[% END %] [% END %] - - + + + --