Bugzilla – Attachment 149431 Details for
Bug 33104
Add vendor interfaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33104: Remove fieldset
Bug-33104-Remove-fieldset.patch (text/plain), 3.39 KB, created by
Jonathan Druart
on 2023-04-11 10:24:13 UTC
(
hide
)
Description:
Bug 33104: Remove fieldset
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-04-11 10:24:13 UTC
Size:
3.39 KB
patch
obsolete
>From e23955b2cc0102696ea1aeb02eeb50bfcd807cd9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 11 Apr 2023 12:23:32 +0200 >Subject: [PATCH] Bug 33104: Remove fieldset > >For consistency with "Contacts" >--- > .../prog/en/modules/acqui/supplier.tt | 42 +++++++++---------- > 1 file changed, 19 insertions(+), 23 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 bba7bcb89e8..fce2cc7ffe8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -369,29 +369,25 @@ > <h2>Interfaces</h2> > > [% FOR i IN vendor.interfaces %] >- <fieldset class="rows"> >- <legend>[% i.name | html %]</legend> >- <ul> >- [% IF i.type %] >- <li>Type: [% AuthorisedValues.GetByCode( 'VENDOR_INTERFACE_TYPE', i.type) | html %]</li> >- [% END %] >- [% IF i.uri %] >- <li>URI: [% i.uri | html %]</li> >- [% END %] >- [% IF i.login %] >- <li>Login: [% i.login | html %]</li> >- [% END %] >- [% IF i.password %] >- <li>Password: <span class="password"><a href="#" class="show_password" data-plain-text-password="[% i.plain_text_password | html %]">Show</a></span></li> >- [% END %] >- [% IF i.account_email %] >- <li>Account email: [% i.account_email | html %]</li> >- [% END %] >- [% IF i.notes %] >- <li>Notes : [% i.notes | html %]</li> >- [% END %] >- </ul> >- </fieldset> >+ <h3>[% i.name | html %]</h3> >+ [% IF i.type %] >+ <p><span>Type: [% AuthorisedValues.GetByCode( 'VENDOR_INTERFACE_TYPE', i.type) | html %]</span></p> >+ [% END %] >+ [% IF i.uri %] >+ <p><span>URI: [% i.uri | html %]</span></p> >+ [% END %] >+ [% IF i.login %] >+ <p><span>Login: [% i.login | html %]</span></p> >+ [% END %] >+ [% IF i.password %] >+ <p><span>Password: <span class="password"><a href="#" class="show_password" data-plain-text-password="[% i.plain_text_password | html %]">Show</a></span></span></p> >+ [% END %] >+ [% IF i.account_email %] >+ <p><span>Account email: [% i.account_email | html %]</span></p> >+ [% END %] >+ [% IF i.notes %] >+ <p><span>Notes : [% i.notes | html %]</span></p> >+ [% END %] > [% END %] > </div> > [% END %] >-- >2.25.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 33104
:
147632
|
147633
|
147634
|
147635
|
147636
|
147637
|
147638
|
147639
|
148459
|
148460
|
148461
|
148462
|
148463
|
148464
|
148465
|
148466
|
148473
|
148474
|
148475
|
148476
|
148477
|
148478
|
148479
|
148480
|
149375
|
149420
|
149421
|
149422
|
149431
|
149492
|
149493
|
149494
|
149495
|
149496
|
149497
|
149498
|
149499
|
149500
|
149501
|
149502
|
149503
|
149631
|
149632