Przeglądaj źródła

Kopfzeile in separater Datei

gc-server3 1 tydzień temu
rodzic
commit
5629062125

+ 1 - 15
templates/forderungen/liste.html

@@ -6,21 +6,7 @@
 <div  id="liste-content">
 <table class="table table-striped table-bordered table-sm">
   <thead>
-    <tr>
-        <th></th>
-        <th>Filiale / Bereich</th>
-        <th>Kunde</th>
-        <th>Verursacher</th>
-        <th>RG-Nr.</th>
-        <th>RG-Datum<br>/ Fällig</th>
-        <th>RG-Betrag</th>
-        <th>offen /<br>Kunde ges.</th>
-        <th>Mahnstufe<br>/ Staffel</th>
-        <th>Abw.</th>
-        <th>Kommentar<br>Fibu</th>
-        <th>Kommentar<br>Abteilung</th>
-        <th>Wieder-<br>vorlage</th>
-    </tr>
+    {%include 'forderungen/liste_kopfzeile.html' %}    
   </thead>
   <tbody>
     {%include 'forderungen/liste_tabelle.html' %}

+ 15 - 0
templates/forderungen/liste_kopfzeile.html

@@ -0,0 +1,15 @@
+    <tr>
+        <th></th>
+        <th>Filiale / Bereich</th>
+        <th>Kunde</th>
+        <th>Verursacher</th>
+        <th>RG-Nr.</th>
+        <th>RG-Datum<br>/ Fällig</th>
+        <th>RG-Betrag</th>
+        <th>offen /<br>Kunde ges.</th>
+        <th>Mahnstufe<br>/ Staffel</th>
+        <th>Abw.</th>
+        <th>Kommentar<br>Fibu</th>
+        <th>Kommentar<br>Abteilung</th>
+        <th>Wieder-<br>vorlage</th>
+    </tr>