Bugzilla – Attachment 174704 Details for
Bug 37910
Minor spacing issues in the catalog concerns page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37910: Minor improvements to comment form
Bug-37910-Minor-improvements-to-comment-form.patch (text/plain), 2.66 KB, created by
Martin Renvoize (ashimema)
on 2024-11-18 14:39:48 UTC
(
hide
)
Description:
Bug 37910: Minor improvements to comment form
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-11-18 14:39:48 UTC
Size:
2.66 KB
patch
obsolete
>From 80c2ac2fc55cc89ff9732b858cc945d4b1b3e3a8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 29 Oct 2024 14:43:03 +0000 >Subject: [PATCH] Bug 37910: Minor improvements to comment form > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../en/includes/modals/display_ticket.inc | 28 ++++++++++--------- > 1 file changed, 15 insertions(+), 13 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc >index cd30960e946..3388fc7ac68 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc >@@ -11,19 +11,21 @@ > </div> > <div class="modal-body"> > <div id="concern-details"></div> >- <fieldset> >- <ol> >- <li class="form-group"> >- <label for="message">Update: </label> >- <textarea id="update_message" class="form-control" name="message"></textarea> >- </li> >- <li class="rows"> >- <label for="public">Notify reporter: </label> >- <input type="checkbox" name="public" id="public"> >- <label for="assignee_id">Change assignee: </label> >- <select name="assignee_id" id="assignee_id"></select> >- </li> >- </ol> >+ <fieldset class="mt-4"> >+ <div class="mb-3"> >+ <label for="message" class="form-label">Update:</label> >+ <textarea id="update_message" class="form-control" name="message"></textarea> >+ </div> >+ <div class="d-flex justify-content-between align-items-center"> >+ <div class="d-flex align-items-center"> >+ <label for="assignee_id" class="me-2 mb-0">Change assignee:</label> >+ <select name="assignee_id" id="assignee_id"></select> >+ </div> >+ <div class="form-check"> >+ <input type="checkbox" name="public" id="public"> >+ <label for="public" class="form-check-label">Notify reporter</label> >+ </div> >+ </div> > </fieldset> > </div> <!-- /.modal-body --> > <div class="modal-footer"> >-- >2.47.0
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 37910
:
173650
|
173651
|
173652
|
173653
|
173659
|
173660
|
173661
|
173692
|
173693
|
173694
|
174056
|
174057
|
174058
|
174703
| 174704 |
174705