fhiiqm/vertrag_flist2.php
changeset 12 2d8be944f381
parent 10 f538f73ebc37
child 13 741b35e9ebbe
--- a/fhiiqm/vertrag_flist2.php	Fri Sep 16 16:15:15 2011 +0200
+++ b/fhiiqm/vertrag_flist2.php	Tue Sep 27 14:59:40 2011 +0200
@@ -97,7 +97,7 @@
         tab_column(8,"Beginn",$sort,$dir,0,$fnum,$filter,$start,$zeil);
         tab_column(9,"Ende",$sort,$dir,0,$fnum,$filter,$start,$zeil);
         tab_column(10,"Verläng.",$sort,$dir,0,$fnum,$filter,$start,$zeil);
-        tab_column(11,"Künd.frist",$sort,$dir,0,$fnum,$filter,$start,$zeil);
+        tab_column(11,"Künd.frist (mon)",$sort,$dir,0,$fnum,$filter,$start,$zeil);
         tab_column(12,"Partner",$sort,$dir,0,$fnum,$filter,$start,$zeil);
         echo "<th>Kosten/Jahr(&euro;)</th>";
         echo "<th>Bemerkung</th>";
@@ -130,7 +130,7 @@
                 }
                 else  echo "<td>&nbsp;</td>";       
                 if ($row->cautoend) echo "<td>automatisch</td>"; else echo "<td>&nbsp;</td>"; 
-                echo "<td align='right'>$row->kmon</td>";    
+                echo "<td class='center'>$row->kmon</td>";    
                 echo "<td>$row->partfirma</td>";
                 echo "<td>"; 
                 $bem = nl2br($row->bem);