Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e587d251

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID e587d251dc6025cc55dc6d1a34b6bf86cc550e48
  • Vorgänger 1cb3c214
  • Nachfolger 4e59a3c3

Neues Design Bugfix: #448 Mandantenkonfiguration Template korrigiert

- fehlende Klassen hinzugefügt/obsolete entfernt
- Tabellenüberschrift tags korrigiert

Unterschiede anzeigen:

templates/webpages/client_config/_features.html
314 314
        <td class="long-desc">[% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]</td>
315 315
      </tr>
316 316
      <tr>
317
        <td>[% LxERP.t8('Invoice email settings') %]</td>
317
        <th>[% LxERP.t8('Invoice email settings') %]</th>
318 318
        <td>
319 319
          [% L.select_tag('defaults.invoice_mail_settings', [ [ 'cp', LxERP.t8('Contact Person') ],[ 'invoice_mail', LxERP.t8('Invoice email') ],[ 'invoice_mail_cc_cp', LxERP.t8('Invoice email and Contact Person') ]  ], default=SELF.defaults.invoice_mail_settings) %]
320 320
        </td>
321
        <td>[% 'The invoice recipient can either be a selected contact person (default) or the email adress set in the master data of the customer. Additionally a contact persons mail and the company\'s invoicing mail can be combined.' | $T8 %]</td>
321
        <td class="long-desc">[% 'The invoice recipient can either be a selected contact person (default) or the email adress set in the master data of the customer. Additionally a contact persons mail and the company\'s invoicing mail can be combined.' | $T8 %]</td>
322 322
      </tr>
323 323
      <tr>
324 324
        <th class="caption" colspan="3">[% LxERP.t8("Requirement Specs") %]</th>
......
412 412
</div></td>
413 413
      <!-- <td class="longdesc"></td> -->
414 414
    </tr>
415
    <tr><td class="listheading" colspan="4">[% 'Displayable Name Preferences' | $T8 %]</td></tr>
415
    <tr><th colspan="4">[% 'Displayable Name Preferences' | $T8 %]</th></tr>
416 416
    [% FOREACH module=SELF.displayable_name_specs_by_module.keys.sort %]
417 417
    [%- SET spec=SELF.displayable_name_specs_by_module.$module -%]
418 418
    <tr>
419
      <td align="right">[% spec.specs.title %]</td>
419
      <th class="left">[% spec.specs.title %]</th>
420 420
      <td>
421 421
        <table>
422 422
          <tr>
423
            <th align="left" class="listheading">[% 'Option' | $T8 %]</th>
424
            <th align="left" class="listheading">[% 'Name'   | $T8 %]</th>
423
            <th class="left">[% 'Option' | $T8 %]</th>
424
            <th class="left">[% 'Name'   | $T8 %]</th>
425 425
          </tr>
426 426
          [% FOREACH option=spec.specs.options %]
427 427
          <tr>
......
439 439
        </table>
440 440
      </td>
441 441
      [% IF loop.first %]
442
      <td>[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
442
      <td class="long-desc">[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
443 443
        [% 'E.g. "<%customernumber%> <%name%>"' | $T8 %]
444 444
      </td>
445 445
      [% END %]
templates/webpages/client_config/_posting_configuration.html
107 107
    <tr>
108 108
      <td align="right">[% LxERP.t8('Sales Order delivery date interval') %]</td>
109 109
      <td>[% L.input_tag('defaults.delivery_date_interval', LxERP.format_amount(SELF.defaults.delivery_date_interval, 0), style=style) %]</td>
110
      <td>[% LxERP.t8('Usually the delivery date of an order is the next working day. If a value is set here this value will be added to the delivery date of the sales order. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
110
      <td class="longdesc">[% LxERP.t8('Usually the delivery date of an order is the next working day. If a value is set here this value will be added to the delivery date of the sales order. The resulting date will be adjusted to the next working day if it ends up on a weekend.') %]</td>
111 111
    </tr>
112 112
  </tbody>
113 113
</table>

Auch abrufbar als: Unified diff