Bugzilla – Attachment 160645 Details for
Bug 35724
Define non-standard port numbers for SFTP upload/download in EDI accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35724: Template changes
Bug-35724-Template-changes.patch (text/plain), 1.48 KB, created by
Alex Buckley
on 2024-01-08 16:12:38 UTC
(
hide
)
Description:
Bug 35724: Template changes
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2024-01-08 16:12:38 UTC
Size:
1.48 KB
patch
obsolete
>From b5c175d3cb44f0fe18d4a695e74c6778fec6bcf2 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Mon, 8 Jan 2024 14:45:04 +0000 >Subject: [PATCH] Bug 35724: Template changes > >Sponsored-by: Waikato Institute of Technology, New Zealand >--- > .../intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >index a22ac9117d7..79a507d8d60 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt >@@ -158,6 +158,14 @@ > <label for="password">Password: </label> > <input type="text" name="password" id="password" size="20" maxlength="40" value="[% account.password | html %]" /> > </li> >+ <li> >+ <label for="upload_port">Upload port: </label> >+ <input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" /> >+ </li> >+ <li> >+ <label for="download_port">Download port: </label> >+ <input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" /> >+ </li> > <li> > <label for="download_directory">Download directory: </label> > <input type="text" name="download_directory" id="download_directory" size="20" value="[% account.download_directory | html %]" /> >-- >2.20.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 35724
:
160644
|
160645
|
160646
|
160717
|
160718
|
160719
|
160720
|
162494
|
162495
|
162496
|
162497
|
162498
|
162499