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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +2 lines)
Lines 163-172 Link Here
163
  <li>
163
  <li>
164
     <label for="upload_port">Upload port: </label>
164
     <label for="upload_port">Upload port: </label>
165
     <input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" />
165
     <input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" />
166
        <div class="hint">The upload port will default to 22 if not set.</div>
166
  </li>
167
  </li>
167
  <li>
168
  <li>
168
     <label for="download_port">Download port: </label>
169
     <label for="download_port">Download port: </label>
169
     <input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" />
170
     <input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" />
171
        <div class="hint">The download port will default to 22 if not set.</div>
170
  </li>
172
  </li>
171
  <li>
173
  <li>
172
     <label for="download_directory">Download directory: </label>
174
     <label for="download_directory">Download directory: </label>
173
- 

Return to bug 36767