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/design40_webpages/am/config.html
<tr>
<th>[% '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, class='wi-lightwide') %]
[% 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, class='wi-lightwide') %]
</td>
</tr>
<tr>
templates/design40_webpages/client_config/_features.html
<tr><th class="caption">[% 'Forced Layout Style' | $T8 %]</th></tr>
<tr>
<th>[% 'Force a layout style' | $T8 %]</th>
<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) %]</td>
<td>[% L.select_tag('defaults.layout_style', [['', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=SELF.defaults.layout_style, with_empty=0) %]</td>
<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>
</tr>
</tbody>
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>
templates/webpages/client_config/_features.html
<tr><td class="listheading" colspan="4">[% 'Forced Layout Style' | $T8 %]</td></tr>
<tr>
<td align="right">[% 'Force a layout style' | $T8 %]</td>
<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) %]</td>
<td>[% L.select_tag('defaults.layout_style', [['', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=SELF.defaults.layout_style, with_empty=0) %]</td>
<td>[% '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>
</tr>

Auch abrufbar als: Unified diff