Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bfc27403

Von Cem Aydin vor fast 4 Jahren hinzugefügt

  • ID bfc274031cd5d98bad129d3e4739c3b88ada044f
  • Vorgänger 24436721
  • Nachfolger 1b5b7d5d

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
323 323
        <td class="long-desc">[% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %]</td>
324 324
      </tr>
325 325
      <tr>
326
        <td>[% LxERP.t8('Invoice email settings') %]</td>
326
        <th>[% LxERP.t8('Invoice email settings') %]</th>
327 327
        <td>
328 328
          [% 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) %]
329 329
        </td>
330
        <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>
330
        <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>
331 331
      </tr>
332 332
      <tr>
333 333
        <th class="caption" colspan="3">[% LxERP.t8("Requirement Specs") %]</th>
......
421 421
</div></td>
422 422
      <!-- <td class="longdesc"></td> -->
423 423
    </tr>
424
    <tr><td class="listheading" colspan="4">[% 'Displayable Name Preferences' | $T8 %]</td></tr>
424
    <tr><th colspan="4">[% 'Displayable Name Preferences' | $T8 %]</th></tr>
425 425
    [% FOREACH module=SELF.displayable_name_specs_by_module.keys.sort %]
426 426
    [%- SET spec=SELF.displayable_name_specs_by_module.$module -%]
427 427
    <tr>
428
      <td align="right">[% spec.specs.title %]</td>
428
      <th class="left">[% spec.specs.title %]</th>
429 429
      <td>
430 430
        <table>
431 431
          <tr>
432
            <th align="left" class="listheading">[% 'Option' | $T8 %]</th>
433
            <th align="left" class="listheading">[% 'Name'   | $T8 %]</th>
432
            <th class="left">[% 'Option' | $T8 %]</th>
433
            <th class="left">[% 'Name'   | $T8 %]</th>
434 434
          </tr>
435 435
          [% FOREACH option=spec.specs.options %]
436 436
          <tr>
......
448 448
        </table>
449 449
      </td>
450 450
      [% IF loop.first %]
451
      <td>[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
451
      <td class="long-desc">[% 'The display of (mainly) picker results can be configured. To insert the value of one option use <%Name%>.' | $T8 %]<br>
452 452
        [% 'E.g. "<%customernumber%> <%name%>"' | $T8 %]
453 453
      </td>
454 454
      [% 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