From db85b782f3a19ed15ab2c5bf882d673b7bf11fd3 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Tue, 28 Jan 2025 11:20:13 +0000 Subject: [PATCH] Bug 37211: (QA follow-up) Make note edit button styles less intrusive, align To override the padding on .btn-xs I had to inline style="padding: 0;", it would be nice to have inline-btn variants (that come without padding or margin) for datatables because this is probably a common problem. --- .../intranet-tmpl/prog/en/modules/members/boraccount.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt index 8098a13005..b75cb89074 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -132,9 +132,13 @@ [% IF account.itemnumber %][% Branches.GetName( account.item.homebranch ) | html %][% END %] +
+ [% account.note | html_line_break %] + [% IF CAN_user_updatecharges_edit_notes %] - + +
[% END %] [% IF account.amount <= 0 %][% ELSE %][% END %][% account.amount | $Price %] -- 2.39.5