Skip to content

Commit 8ce2161

Browse files
committed
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.
1 parent 0be6b4f commit 8ce2161

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/design40_webpages/am/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h1>[% title %]</h1>
109109
<tr>
110110
<th>[% 'Forced Layout Style' | $T8 %]</th>
111111
<td>
112-
[% 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') %]
112+
[% 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') %]
113113
</td>
114114
</tr>
115115
<tr>

templates/design40_webpages/client_config/_features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
<tr><th class="caption">[% 'Forced Layout Style' | $T8 %]</th></tr>
572572
<tr>
573573
<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) %]</td>
574+
<td>[% L.select_tag('defaults.layout_style', [['', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=SELF.defaults.layout_style, with_empty=0) %]</td>
575575
<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>
576576
</tr>
577577
</tbody>

templates/webpages/am/config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1>[% title %]</h1>
135135
<tr>
136136
<th align="right">[% 'Forced Layout Style' | $T8 %]</th>
137137
<td>
138-
[% 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) %]
138+
[% 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) %]
139139
</td>
140140
</tr>
141141

templates/webpages/client_config/_features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
<tr><td class="listheading" colspan="4">[% 'Forced Layout Style' | $T8 %]</td></tr>
574574
<tr>
575575
<td align="right">[% 'Force a layout style' | $T8 %]</td>
576-
<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>
576+
<td>[% L.select_tag('defaults.layout_style', [['', LxERP.t8('Automatic')], ['desktop', LxERP.t8('desktop version')]], default=SELF.defaults.layout_style, with_empty=0) %]</td>
577577
<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>
578578
</tr>
579579

0 commit comments

Comments
 (0)