equal
deleted
inserted
replaced
12 $okn = true; |
12 $okn = true; |
13 |
13 |
14 ?> |
14 ?> |
15 <div align="center"> |
15 <div align="center"> |
16 <?php |
16 <?php |
17 if (strpos($_SERVER['PHP_SELF'],"ins") > -1) $text = "Eingabe"; else $text="Ändern / Löschen"; |
17 if (!is_null($_SESSION["recht"]) && !in_array("ve",$_SESSION["recht"])) |
|
18 $text = ""; |
|
19 else |
|
20 if (strpos($_SERVER['PHP_SELF'],"ins") > -1) $text = "Eingabe"; else $text="Ändern / Löschen"; |
18 ?> |
21 ?> |
19 <h3><font face="Verdana, Arial, Helvetica, sans-serif"><?php echo $text;?> Vertragsdaten</font></h3> |
22 <h3><font face="Verdana, Arial, Helvetica, sans-serif"><?php echo $text;?> Vertragsdaten</font></h3> |
20 <h5>* - Felder sind erforderlich!</h5> |
23 <h5>* - Felder sind erforderlich!</h5> |
21 </div> |
24 </div> |
22 <!-- <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="form_svc"> --> |
25 <!-- <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="form_svc"> --> |