Bugzilla – Attachment 82288 Details for
Bug 21777
Checkouts table in circulation is out of alignment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21777: Fix circulation table alignment
Bug-21777-Fix-circulation-table-alignment.patch (text/plain), 2.71 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-11-13 15:01:39 UTC
(
hide
)
Description:
Bug 21777: Fix circulation table alignment
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-11-13 15:01:39 UTC
Size:
2.71 KB
patch
obsolete
>From 7ec1ea95d641b424d0b0507b517ffadbc116e9f5 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 7 Nov 2018 12:16:08 +0000 >Subject: [PATCH] Bug 21777: Fix circulation table alignment > >TO test: >1 - Check out an item to a patron >2 - Note the columns are misaligned >3 - Apply patch >4 - Updatedatabase >5 - Reload the patron >6 - Note the table is fixed > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > admin/columns_settings.yml | 5 +++++ > .../prog/en/includes/checkouts-table-footer.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 1 + > 3 files changed, 7 insertions(+), 1 deletion(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 14800190c3..cabd03ceb2 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -493,6 +493,11 @@ modules: > columnname: location > - > columnname: homebranch >+ - >+ columnname: checkout_on_unformatted >+ cannot_be_toggled: 1 >+ cannot_be_modified: 1 >+ is_hidden: 1 > - > columnname: checkout_on > - >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >index b831c1e507..d8f1abb438 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >@@ -1,6 +1,6 @@ > <tfoot> > <tr> >- <td colspan="11" style="text-align: right; font-weight:bold;">Totals:</td> >+ <td colspan="12" style="text-align: right; font-weight:bold;">Totals:</td> > <td id="totaldue" style="text-align: right;">[% totaldue | html %]</td> > <td id="totalfine" style="text-align: right;">[% finetotal | html %]</td> > <td id="totalprice" style="text-align: right;">[% totalprice | html %]</td> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index d78e001da0..7b4b622762 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -19,6 +19,7 @@ > <th scope="col">Collection</th> > <th scope="col">Location</th> > <th scope="col">Home library</th> >+ <th scope="col"> </th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> > <th scope="col">Call no</th> >-- >2.19.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 21777
:
82021
|
82023
|
82043
|
82231
|
82287
| 82288 |
82320