Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ad872b5a

Von Bernd Bleßmann vor fast 8 Jahren hinzugefügt

  • ID ad872b5a943e0b908b0221720f910da5fa0fef4a
  • Vorgänger 0f4eba94
  • Nachfolger 583544f9

Csv-Import: Anzahl der Fehler beim Ergebnis anzeigen.

Unterschiede anzeigen:

templates/webpages/csv_import/report.html
1 1
[% USE HTML %]
2 2
[% USE LxERP %]
3 3
[% USE L %]
4
 <h3>[%- LxERP.t8('Import result') %]</h3>
4
 <h3>
5
   [%- LxERP.t8('Import result') %]
6
   [%- IF SELF.num_errors -%]
7
     <font color="red">([%- SELF.num_errors -%]&nbsp;[%- LxERP.t8('Errors') -%])</font>
8
   [%- END -%]
9
 </h3>
5 10

  
6 11
[%- PROCESS 'common/paginate.html' pages=SELF.pages, base_url = SELF.base_url %]
7 12
 <table>

Auch abrufbar als: Unified diff