fhiiqm/form/vertrag_form.inc.php
changeset 23 a382de56a8e4
parent 16 3ebe66308a00
child 24 15f33315f045
--- a/fhiiqm/form/vertrag_form.inc.php	Thu Jan 12 11:41:22 2012 +0100
+++ b/fhiiqm/form/vertrag_form.inc.php	Mon Feb 06 13:44:00 2012 +0100
@@ -146,7 +146,7 @@
     		else
     		 	echo "<option></option>\n";  
     		$ja1 = $vtr['bjahr'];
-    		for ($i=2000; $i<2036; $i++)
+    		for ($i=1990; $i<2036; $i++)
     		 {	if ($i==intval($ja1)) 
     				echo "<option selected>$ja1</option>\n";
     			else		
@@ -299,7 +299,7 @@
             if ($vtr['bjahr'])
             {
                 echo "<tr>
-                    <td>j&auml;hrliche Kosten (&euro;)</td><br />
+                    <td>j&auml;hrliche Teilbrutto-Kosten (&euro;)</td><br />
                     <td>";
                 $j=0;
                 if ($vtr['ejahr']) 
@@ -313,14 +313,14 @@
                     for ($i=(int)$vtr['bjahr']; $i<(int)$ejahr+1; $i++ )
                     {
                         echo "<input name=\"vertrag[kjahr][$j]\" type=\"text\" size=\"4\" value=\"$i\"/>&nbsp;&nbsp;&nbsp;";
-                        echo "<input name=\"vertrag[kost][$j]\" type=\"text\" value=\"" . $vtr['kost'][$j] . "\"/><br />\n";
+                        echo "<input class='right' name=\"vertrag[kost][$j]\" type=\"text\" value=\"" . $vtr['kost'][$j] . "\"/><br />\n";
                         $j++;
                     }
                 }
                 else
                 {
                     echo "<input name=\"vertrag[kjahr][$j]\" type=\"text\" size=\"4\" value=\"" . $vtr['bjahr'] . "\"/>&nbsp;&nbsp;&nbsp;";
-                        echo "<input name=\"vertrag[kost][$j]\" type=\"text\" value=\"" . $vtr['kost'][$j] . "\"/>";
+                        echo "<input class='right' name=\"vertrag[kost][$j]\" type=\"text\" value=\"" . $vtr['kost'][$j] . "\"/>";
                 }
                 
              echo  "</td>