Bugzilla – Attachment 152069 Details for
Bug 33798
Vendor details - improve consistency of edit forms and display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33798: Add colons after the labels on the edit form
Bug-33798-Add-colons-after-the-labels-on-the-edit-.patch (text/plain), 2.35 KB, created by
David Nind
on 2023-06-06 20:08:09 UTC
(
hide
)
Description:
Bug 33798: Add colons after the labels on the edit form
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-06-06 20:08:09 UTC
Size:
2.35 KB
patch
obsolete
>From a48949aecaeed26996a51be2ea9f54d2de10b64c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 1 Jun 2023 08:52:55 +0200 >Subject: [PATCH] Bug 33798: Add colons after the labels on the edit form > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/acqui/supplier.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index 173089cc6f..24ce36e5ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -584,13 +584,13 @@ > n.append(`<input type="hidden" name="interface_counter" value="${i}" />`); > let ol = $('<ol class="interface-form"></ol>'); > let attributes = [ >- { label: _("Name"), name: 'name', node: 'input' }, >- { label: _("Type"), name: 'type', node: 'av_select', av_cat: 'VENDOR_INTERFACE_TYPE' }, >- { label: _("URI"), name: 'uri', node: 'input' }, >- { label: _("Login"), name: 'login', node: 'input' }, >- { label: _("Password"), name: 'password', node: 'input' }, >- { label: _("Account email"), name: 'account_email', node: 'input' }, >- { label: _("Notes"), name: 'notes', node: 'textarea' } >+ { label: _("Name:"), name: 'name', node: 'input' }, >+ { label: _("Type:"), name: 'type', node: 'av_select', av_cat: 'VENDOR_INTERFACE_TYPE' }, >+ { label: _("URI:"), name: 'uri', node: 'input' }, >+ { label: _("Login:"), name: 'login', node: 'input' }, >+ { label: _("Password:"), name: 'password', node: 'input' }, >+ { label: _("Account email:"), name: 'account_email', node: 'input' }, >+ { label: _("Notes:"), name: 'notes', node: 'textarea' } > ]; > attributes.forEach((attribute, ii) => { > let li = $('<li></li>'); >-- >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 33798
:
151893
|
151894
| 152069 |
152070
|
152191