From fbf1acb2464afb7f90362f5411e62281ac77b421 Mon Sep 17 00:00:00 2001 From: atz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Wed, 18 Aug 2010 15:33:41 +0000 Subject: [PATCH] Descriptive notes in interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@17238 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../web/templates/default/conify/global/acq/edi_account.tt2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2 b/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2 index af76e3bd2a..4854e8c338 100644 --- a/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2 +++ b/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2 @@ -27,6 +27,9 @@ function formatProvider(value) { } } </script> +<style type="text/css"> + .footer_notes { padding-top: 16px; font-size: smaller; } +</style> <div id='main-list-div'> <div dojoType="dijit.layout.ContentPane" layoutAlign='top'> @@ -62,6 +65,13 @@ function formatProvider(value) { </thead> </table> </div> + <div class="footer_notes"> + <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 /> + <b>Vendor Assigned Code</b> (VAC) is essentially a sub-account designation, e.g. '0001'. It can be used with or without VAN.<br /> + The location of codes in the EDI message itself may vary according to vendor-specific semantics. + </div> </div> [% END %] -- 2.11.0