Bugzilla – Attachment 175344 Details for
Bug 38662
Additional fields admin page hard to read
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38662: Sort tables alphabetically
Bug-38662-Sort-tables-alphabetically.patch (text/plain), 3.20 KB, created by
Pedro Amorim
on 2024-12-10 11:08:59 UTC
(
hide
)
Description:
Bug 38662: Sort tables alphabetically
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-12-10 11:08:59 UTC
Size:
3.20 KB
patch
obsolete
>From 7cfacaf81b5848cfc545a67046e7316b223f2286 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 10 Dec 2024 11:05:26 +0000 >Subject: [PATCH] Bug 38662: Sort tables alphabetically > >--- > .../en/modules/admin/additional-fields.tt | 22 +++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >index 51f47e483e4..264b1734a31 100755 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt >@@ -124,19 +124,21 @@ > [% IF CAN_user_acquisition_order_manage || CAN_user_acquisition_edit_invoices %] > <h3>Acquisitions</h3> > <ul> >+ [% IF CAN_user_acquisition_edit_invoices %] >+ [% WRAPPER table_option value="aqinvoices" %]<span>Invoices</span>[% END %] >+ [% END %] > [% IF CAN_user_acquisition_order_manage %] > [% WRAPPER table_option value="aqbasket" %]<span>Order baskets</span>[% END %] > [% WRAPPER table_option value="aqorders" %]<span>Order lines</span>[% END %] > [% END %] >- [% IF CAN_user_acquisition_edit_invoices %] >- [% WRAPPER table_option value="aqinvoices" %]<span>Invoices</span>[% END %] >- [% END %] > </ul> > [% END %] >- [% IF CAN_user_serials_edit_subscription %] >- <h3>Serials</h3> >+ [% IF CAN_user_erm %] >+ <h3>E-resource management</h3> > <ul> >- [% WRAPPER table_option value="subscription" %]<span>Subscriptions</span>[% END %] >+ [% WRAPPER table_option value="erm_agreements" %]ERM agreements[% END %] >+ [% WRAPPER table_option value="erm_licenses" %]ERM licenses[% END %] >+ [% WRAPPER table_option value="erm_packages" %]ERM packages[% END %] > </ul> > [% END %] > [% IF CAN_user_updatecharges_remaining_permissions %] >@@ -146,12 +148,10 @@ > [% WRAPPER table_option value="accountlines:debit" %]Account lines (debit)[% END %] > </ul> > [% END %] >- [% IF CAN_user_erm %] >- <h3>E-resource management</h3> >+ [% IF CAN_user_serials_edit_subscription %] >+ <h3>Serials</h3> > <ul> >- [% WRAPPER table_option value="erm_licenses" %]ERM licenses[% END %] >- [% WRAPPER table_option value="erm_agreements" %]ERM agreements[% END %] >- [% WRAPPER table_option value="erm_packages" %]ERM packages[% END %] >+ [% WRAPPER table_option value="subscription" %]<span>Subscriptions</span>[% END %] > </ul> > [% END %] > [% ELSE %] >-- >2.39.5
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 38662
:
175343
|
175344
|
175345
|
175347
|
175348
|
175349
|
175572
|
175573
|
175574