Bugzilla – Attachment 167750 Details for
Bug 36767
Add a hint to the EDI account form that the SFTP/FTP port will fallback to port 22 if not defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36767: Add a hint to show the new default of 22
Bug-36767-Add-a-hint-to-show-the-new-default-of-22.patch (text/plain), 1.32 KB, created by
Matt Blenkinsop
on 2024-06-14 16:13:15 UTC
(
hide
)
Description:
Bug 36767: Add a hint to show the new default of 22
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-06-14 16:13:15 UTC
Size:
1.32 KB
patch
obsolete
>From c524d3053b98ce5bcf899e654e94ba8f311deb09 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 14 Jun 2024 16:12:25 +0000 >Subject: [PATCH] Bug 36767: Add a hint to show the new default of 22 > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt | 2 ++ > 1 file changed, 2 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 1c3e87e1a2..356a51cd72 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 >@@ -163,10 +163,12 @@ > <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 %]" /> >+ <div class="hint">The upload port will default to 22 if not set.</div> > </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 %]" /> >+ <div class="hint">The download port will default to 22 if not set.</div> > </li> > <li> > <label for="download_directory">Download directory: </label> >-- >2.39.3 (Apple Git-146)
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 36767
:
167749
|
167750
|
167752
|
167753