Bugzilla – Attachment 162495 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.54 KB, created by
Martin Renvoize (ashimema)
on 2024-02-27 11:13:12 UTC
(
hide
)
Description:
Bug 35724: Template changes
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-02-27 11:13:12 UTC
Size:
1.54 KB
patch
obsolete
>From 260aeb36fafb209f85116f63fc9f7e8fa0b66fc3 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 >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 ba57383267c..ad3cfdf3c81 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 >@@ -159,6 +159,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.43.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 35724
:
160644
|
160645
|
160646
|
160717
|
160718
|
160719
|
160720
|
162494
| 162495 |
162496
|
162497
|
162498
|
162499