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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-5 / +1 lines)
Lines 97-106 Link Here
97
     <input type="text" name="description" id="description" size="20" value="[% account.description %]" />
97
     <input type="text" name="description" id="description" size="20" value="[% account.description %]" />
98
  </li>
98
  </li>
99
  <li>
99
  <li>
100
     [% transport_types = [
100
     [% transport_types = [ 'FTP', 'SFTP', 'FILE' ] %]
101
                 'FTP', 'SFTP', 'FILE'
102
            ]
103
     %]
104
     <label for="transport">Transport: </label>
101
     <label for="transport">Transport: </label>
105
     <select name="transport" title="valid types of transport are FTP and SFTP"
102
     <select name="transport" title="valid types of transport are FTP and SFTP"
106
      id="transport">
103
      id="transport">
107
- 

Return to bug 18699