Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 09ca7881

Von Bernd Bleßmann vor 9 Monaten hinzugefügt

  • ID 09ca7881026f7ce28065a6acefe8d5ea5884f006
  • Vorgänger 56f841b0
  • Nachfolger 15672788

Erzwungener Layout-Stil: Mandantenkonfiguration

Möglichkeit, den sonst automatisch ermittelten Stil vorzugeben
für erzwungenes Layout (Desktop/Mobil).

Unterschiede anzeigen:

templates/design40_webpages/client_config/_features.html
524 524
      </div>
525 525
      </td>
526 526
    </tr>
527
    <tr><th colspan="4">[% 'Displayable Name Preferences' | $T8 %]</th></tr>
527
  </tbody>
528
</table>
529

  
530
</div><!-- /.wrapper -->
531

  
532
<div class="wrapper">
533

  
534
<table class="tbl-horizontal expanded">
535
  <caption>[% LxERP.t8("Display options") %]</caption>
536
  <colgroup> <col class="wi-normal"><col class="wi-verywide"><col class="wi-normal"> </colgroup>
537
  <tbody>
538
    <tr><th class="caption", colspan="4">[% 'Displayable Name Preferences' | $T8 %]</th></tr>
528 539
    [% FOREACH module=SELF.displayable_name_specs_by_module.keys.sort %]
529 540
    [%- SET spec=SELF.displayable_name_specs_by_module.$module -%]
530 541
    <tr>
......
557 568
      [% END %]
558 569
    </tr>
559 570
    [% END %]
571
    <tr><th class="caption">[% 'Forced Layout Style' | $T8 %]</th></tr>
572
    <tr>
573
      <th>[% 'Force a layout style' | $T8 %]</th>
574
      <td>[% L.select_tag('defaults.layout_style', [['', LxERP.t8('Automatic')], ['mobile', LxERP.t8('mobile version')], ['desktop', LxERP.t8('desktop version')]], default=SELF.defaults.layout_style, with_empty=0, style="width: 200px") %]</td>
575
      <td class="long-desc">[% 'The layout style normally is choosen by the user agent string the browser sends. Here you can force the desktop or mobile version. Users can override this setting in their user preferences.' | $T8 %]</td>
576
    </tr>
560 577
  </tbody>
561 578
</table>
562 579

  

Auch abrufbar als: Unified diff