Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8ce21615

Von Bernd Bleßmann vor etwa 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
109 109
    <tr>
110 110
      <th>[% 'Forced Layout Style' | $T8 %]</th>
111 111
      <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') %]
113 113
      </td>
114 114
    </tr>
115 115
    <tr>
templates/design40_webpages/client_config/_features.html
571 571
    <tr><th class="caption">[% 'Forced Layout Style' | $T8 %]</th></tr>
572 572
    <tr>
573 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) %]</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>
575 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 576
    </tr>
577 577
  </tbody>
templates/webpages/am/config.html
135 135
     <tr>
136 136
      <th align="right">[% 'Forced Layout Style' | $T8 %]</th>
137 137
      <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) %]
139 139
      </td>
140 140
     </tr>
141 141

  
templates/webpages/client_config/_features.html
573 573
 <tr><td class="listheading" colspan="4">[% 'Forced Layout Style' | $T8 %]</td></tr>
574 574
 <tr>
575 575
  <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>
577 577
  <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>
578 578
 </tr>
579 579

  

Auch abrufbar als: Unified diff