Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8ce21615

Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt

  • ID 8ce216154461354e3e14df7ca58a7cd0b1d1431a
  • Vorgänger 0be6b4fa
  • Nachfolger 97873a09

Erzwungener Layout-Stil: Mobile Version nicht anbieten.

Da es in der mobilen Version im Moment keine Möglichkeit gibt, die
Einstellung wieder zu ändern, kann sie erstmal nicht ausgewählt werden.

Unterschiede anzeigen:

templates/webpages/am/config.html
<tr>
<th align="right">[% 'Forced Layout Style' | $T8 %]</th>
<td>
[% L.select_tag('layout_style', [['', LxERP.t8('Use settings from client configuration')], ['auto', LxERP.t8('Automatic')], ['mobile', LxERP.t8('mobile version')], ['desktop', LxERP.t8('desktop version')]], default=layout_style, with_empty=0) %]
[% L.select_tag('layout_style', [['', LxERP.t8('Use settings from client configuration')], ['auto', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=layout_style, with_empty=0) %]
</td>
</tr>

Auch abrufbar als: Unified diff