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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-1 / +8 lines)
Lines 159-164 Link Here
159
     <label for="password">Password: </label>
159
     <label for="password">Password: </label>
160
     <input type="text" name="password" id="password" size="20" maxlength="40" value="[% account.password | html %]" />
160
     <input type="text" name="password" id="password" size="20" maxlength="40" value="[% account.password | html %]" />
161
  </li>
161
  </li>
162
  <li>
163
     <label for="upload_port">Upload port: </label>
164
     <input type="text" name="upload_port" id="upload_port" size="20" maxlength="40" value="[% account.upload_port | html %]" />
165
  </li>
166
  <li>
167
     <label for="download_port">Download port: </label>
168
     <input type="text" name="download_port" id="download_port" size="20" maxlength="40" value="[% account.download_port | html %]" />
169
  </li>
162
  <li>
170
  <li>
163
     <label for="download_directory">Download directory: </label>
171
     <label for="download_directory">Download directory: </label>
164
     <input type="text" name="download_directory" id="download_directory" size="20" value="[% account.download_directory | html %]" />
172
     <input type="text" name="download_directory" id="download_directory" size="20" value="[% account.download_directory | html %]" />
165
- 

Return to bug 35724