Bug 7736 [QA Followup] - Fix column headers, values and spelling
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / edi_accounts.tt
index d7e46ee..732b4ec 100644 (file)
      [% FOREACH qualifier IN code_qualifiers %]
         [% IF qualifier.code == account.id_code_qualifier %]
            <option value="[% qualifier.code %]" selected="selected">
-               [% qualifier.description %]
+               [% qualifier.description %] ([% qualifier.code %])
            </option>
         [% ELSE %]
            <option value="[% qualifier.code %]">
-              [% qualifier.description %]
+              [% qualifier.description %] ([% qualifier.code %])
            </option>
         [% END %]
      [% END %]
 [% END %]
   </li>
   <li>
-     <label for="auto_orders">Automatic ordring (Quotes generate orders without staff intervention): </label>
+     <label for="auto_orders">Automatic ordering (Quotes generate orders without staff intervention): </label>
 [% IF account.auto_orders %]
      <input type="checkbox" name="auto_orders" id="auto_orders" value="[% account.auto_orders %]" checked />
 [% ELSE %]
        <th>Password</th>
        <th>Download Directory</th>
        <th>Upload Directory</th>
-       <th>id_code_type</th>
-       <th>id_code</th>
+       <th>Qualifier</th>
+       <th>SAN</th>
        <th>Quotes</th>
        <th>Orders</th>
        <th>Invoices</th>
       <td>[% account.transport %]</td>
       <td>[% account.host %]</td>
       <td>[% account.username %]</td>
-      <td>[% IF account.password %]xxxxx[% END %]</td>
+      <td>[% IF account.password %]*****[% END %]</td>
       <td>[% account.download_directory %]</td>
       <td>[% account.upload_directory %]</td>
-      <td>[% account.id_code_qualifier %]</td>
+      <td>
+         [% FOREACH qualifier IN code_qualifiers %]
+            [% IF qualifier.code == account.id_code_qualifier %]
+                   [% qualifier.description %]
+            [% END %]
+         [% END %]
+         ([% account.id_code_qualifier %])
+     </td>
       <td>[% account.san %]</td>
       [% IF account.quotes_enabled %]
          <td>Y</td>