Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 34e4daa1

Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt

  • ID 34e4daa1f32f684f65031fe4ffb67e9ebf5100a8
  • Vorgänger 99790f2b
  • Nachfolger 237faf05

Mandantenkonfig: kleinere HTML-Fehler behoben …

- doppeltes </tr>
- fehlendes <tr>
- input/hidden-tag ausserhalb <td>

Unterschiede anzeigen:

templates/webpages/client_config/_features.html
157 157
   <td align="right">[% LxERP.t8('Normalize part description and part notes') %]</td>
158 158
   <td>   [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %]</td>
159 159
   <td>[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in part description and part notes. Affects the CSV import as well.') %]</td>
160
  </tr>
161
</tr>
160
 </tr>
162 161

  
163 162
  <tr><td class="listheading" colspan="4">[% LxERP.t8("Purchasing & Sales") %]</td></tr>
164 163

  
......
278 277
   <td align="right">[% LxERP.t8('Project type') %]</td>
279 278
   <td>[% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
280 279
  </tr>
280
  <tr>
281 281
   <td align="right">[% LxERP.t8('Project Status') %]</td>
282 282
   <td>[% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
283 283
  </tr>

Auch abrufbar als: Unified diff