Bugzilla – Attachment 120326 Details for
Bug 28246
Action buttons displayed in block leads to table overflowing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28246: Don't force the buttons to be on the same line
Bug-28246-Dont-force-the-buttons-to-be-on-the-same.patch (text/plain), 1.45 KB, created by
Jonathan Druart
on 2021-04-30 08:22:09 UTC
(
hide
)
Description:
Bug 28246: Don't force the buttons to be on the same line
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-04-30 08:22:09 UTC
Size:
1.45 KB
patch
obsolete
>From d08fd47fec52199c37af09e027f74a9cabff9749 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 30 Apr 2021 10:21:31 +0200 >Subject: [PATCH] Bug 28246: Don't force the buttons to be on the same line > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- > 1 file changed, 1 insertion(+), 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 0a9ae79eab1..2487dda2f4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -101,7 +101,7 @@ > <td>[% account.note | html_line_break %]</td> > [% IF account.amount <= 0 %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</td> > [% IF account.amountoutstanding <= 0 %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td> >- <td class="actions"> >+ <td class="actions" style="white-space: normal;"> > [% IF ( account.is_credit ) %] > <a target="_blank" href="printfeercpt.pl?action=print&accountlines_id=[% account.accountlines_id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-print"></i> Print</a> > [% ELSE %] >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28246
: 120326