View | Details | Raw Unified | Return to bug 39878
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-3 / +2 lines)
Lines 156-167 Link Here
156
                    <li>
156
                    <li>
157
                        <label for="upload_port">Upload port: </label>
157
                        <label for="upload_port">Upload port: </label>
158
                        <input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" />
158
                        <input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" />
159
                        <div class="hint">The upload port will default to 22 if not set.</div>
159
                        <div class="hint">The upload port will default to 22 (for SFTP) or 21 (for FTP) if not set.</div>
160
                    </li>
160
                    </li>
161
                    <li>
161
                    <li>
162
                        <label for="download_port">Download port: </label>
162
                        <label for="download_port">Download port: </label>
163
                        <input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" />
163
                        <input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" />
164
                        <div class="hint">The download port will default to 22 if not set.</div>
164
                        <div class="hint">The download port will default to 22 (for SFTP) or 21 (for FTP) if not set.</div>
165
                    </li>
165
                    </li>
166
                    <li>
166
                    <li>
167
                        <label for="download_directory">Download directory: </label>
167
                        <label for="download_directory">Download directory: </label>
168
- 

Return to bug 39878