Revision 8ce21615
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
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
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.