Debitoren-/Kreditorenbuchungen: Kreditlimit-Anzeige angepasst/gefixt
[kivitendo-erp.git] / templates / webpages / ap / form_header.html
index 8fbd9c7..f65b301 100644 (file)
               </tr>
 
               <tr>
-                <td></td>
-                <td colspan="3">
-                  <table width="100%">
-                    <tr>
-                      <th align="left" nowrap>[% 'Credit Limit' | $T8 %]</th>
-                      <td>[% creditlimit | html %]</td>
-                      <th align="left" nowrap>[% 'Remaining' | $T8 %]</th>
-                      <td class="plus[% creditremaining_plus %]">[% creditremaining | html %]</td>
-                    </tr>
-                  </table>
+                <th align="right" valign="top">[% LxERP.t8("Credit Limit") %]</th>
+                <td>
+                 [% creditlimit | html %];
+                 [% LxERP.t8("Remaining") %]
+                 <span class="plus[% creditremaining_plus %]">[% creditremaining | html %]</span>
                 </td>
               </tr>