Bugzilla – Attachment 159619 Details for
Bug 35505
Add specific selectors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35505: Add id to fieldsets on acqui/supplier.tt
Bug-35505-Add-id-to-fieldsets-on-acquisuppliertt.patch (text/plain), 2.07 KB, created by
Jonathan Druart
on 2023-12-06 14:33:06 UTC
(
hide
)
Description:
Bug 35505: Add id to fieldsets on acqui/supplier.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-12-06 14:33:06 UTC
Size:
2.07 KB
patch
obsolete
>From 425436e808b2a9f32e2ae6108908112984b476c9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 6 Dec 2023 15:32:28 +0100 >Subject: [PATCH] Bug 35505: Add id to fieldsets on acqui/supplier.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 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 fae8f92e653..f0dd9b8211a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -208,7 +208,7 @@ > </div> > > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> >- <fieldset class="rows"> >+ <fieldset id="company_details" class="rows"> > <legend>Company details</legend> > <ol><li><label for="company" class="required">Name:</label> > <input type="text" size="40" id="company" name="company" value="[% name | html %]" required="required" class="required focus" /><span class="required">Required</span></li> >@@ -234,7 +234,7 @@ > </li> > </ol> > </fieldset> >- <fieldset class="rows"> >+ <fieldset id="contacts" class="rows"> > <legend>Contacts</legend> > <fieldset id="contact-template" class="supplier-contact"> > <legend>Contact details</legend> >@@ -249,12 +249,12 @@ > <button id="add-contact" class="btn btn-default"><i class="fa fa-plus"></i> Add another contact</button> > </fieldset> > >- <fieldset class="rows"> >+ <fieldset id="interfaces" class="rows"> > <legend>Interfaces</legend> > <div id="interfaces"></div> > </fieldset> > >- <fieldset class="rows"> >+ <fieldset id="ordering_information" class="rows"> > <legend>Ordering information</legend> > <ol><li><label for="activestatus">Vendor is:</label> > [% IF ( active ) %] >-- >2.34.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 35505
: 159619