Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5474d397

Von Jan Büren vor mehr als 2 Jahren hinzugefügt

  • ID 5474d397bbc42ffaea0b51ebb4bb9a4c7afaa881
  • Vorgänger 97a6f6d6
  • Nachfolger 080707b8

Sprache auf ungültig setzen im Admin-Bereich

Unterschiede anzeigen:

SL/Controller/SimpleSystemSetting.pm
112 112
      {                            title => t8('Number Format'), formatter => sub { $_[0]->output_numberformat || t8('use program settings') } },
113 113
      {                            title => t8('Date Format'),   formatter => sub { $_[0]->output_dateformat   || t8('use program settings') } },
114 114
      {                            title => t8('Long Dates'),    formatter => sub { $_[0]->output_longdates ? t8('yes') : t8('no') } },
115
      {                            title => t8('Obsolete'),      formatter => sub { $_[0]->obsolete  ? t8('yes') : t8('no') } },
115 116
    ],
116 117
  },
117 118

  
templates/webpages/simple_system_setting/_language_form.html
25 25
  <th align="right">[% LxERP.t8("Long Dates") %]</th>
26 26
  <td>[% L.yes_no_tag("object.output_longdates", SELF.object.output_longdates, style=style) %]</td>
27 27
 </tr>
28
 <tr>
29
  <th align="right">[% LxERP.t8("Obsolete") %]</th>
30
  <td>[% L.yes_no_tag("object.obsolete", SELF.object.obsolete, style=style) %]</td>
31
 </tr>
32

  
28 33
</table>

Auch abrufbar als: Unified diff