LP#1020261 Better label for "Host" field in acq.edi_account
authorMichael Peters <mrpeters@library.in.gov>
Mon, 1 Oct 2012 18:51:31 +0000 (14:51 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 3 Oct 2012 18:40:56 +0000 (14:40 -0400)
The host field of acq.edi_account is really meant to contain more than just a hostname.
It needs a scheme part, so that the whole contents of the field should be URI-ish, like

ftp://ftp1.somevendor.com

Otherwise Evergreen's EDI mechanism can guess wrongly that we want to use
SSH instead of FTP to connect.

This also adds a description for the field, in the footer, along with the other
"helpers".

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/templates/conify/global/acq/edi_account.tt2

index 9707c74..2d38ebe 100644 (file)
@@ -41,6 +41,7 @@
         </table>
     </div>
     <div class="footer_notes">
+        <b>Host</b> is the full FTP/SSH hostname, including the protocol, e.g. ftp://ftp1.somevendor.com<br />  
         <b>Username</b>, <b>Password</b> and <b>Account</b> are (s)FTP/SSH parameters.<br />
         <b>Account</b> is unlikely to be used by modern systems and should typically be empty.<br />
         <b>Vendor Account Number</b> (VAN) is vendor-assigned, only needed if different than the org_unit SAN.<br />