Bugzilla – Attachment 159688 Details for
Bug 35108
ILL - "Manage request" page is too loaded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35108: Move request id to page header
Bug-35108-Move-request-id-to-page-header.patch (text/plain), 2.13 KB, created by
David Nind
on 2023-12-08 21:19:30 UTC
(
hide
)
Description:
Bug 35108: Move request id to page header
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-12-08 21:19:30 UTC
Size:
2.13 KB
patch
obsolete
>From f90c3e2efeb5ab0916d8fbf71fdfe4f87ca80611 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 19 Oct 2023 14:00:12 +0000 >Subject: [PATCH] Bug 35108: Move request id to page header > >Redundant information, can be moved to header for more visibility and less horizontal length > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 130e24b032..f25db5d988 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -546,7 +546,7 @@ > </div> > [% END %] > >- <h1>Manage ILL request</h1> >+ <h1>Manage ILL request [% request.id_prefix _ request.illrequest_id | html %]</h1> > <div id="request-toolbar" class="btn-toolbar"> > <a title="Edit request" id="ill-toolbar-btn-edit-action" class="btn btn-default" href="/cgi-bin/koha/ill/ill-requests.pl?method=edit_action&illrequest_id=[% request.illrequest_id | html %]"> > <i class="fa-solid fa-pencil" aria-hidden="true"></i> >@@ -701,10 +701,6 @@ > <span class="label price_paid">Price paid:</span> > [% IF request.price_paid %][% request.price_paid | $Price %][% ELSE %]<span>N/A</span>[% END %] > </li> >- <li class="req_id"> >- <span class="label req_id">Request number:</span> >- [% request.id_prefix _ request.illrequest_id | html %] >- </li> > <li class="notesstaff"> > <span class="label notes_staff">Staff notes:</span> > <p>[% request.notesstaff | html %]</p> >-- >2.30.2
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 35108
:
157458
|
157463
|
157464
|
159657
|
159658
|
159688
|
159689
|
159752
|
159753
|
165136
|
165137