equal
deleted
inserted
replaced
10 ?> |
10 ?> |
11 <div align="center"> |
11 <div align="center"> |
12 <table> |
12 <table> |
13 <tr><td class="bigger">Die Auswahl eines Mitarbeiters geschieht durch<br />Eingeben von mindesten 2 Zeichen in das Mitarbeiter-Feld. |
13 <tr><td class="bigger">Die Auswahl eines Mitarbeiters geschieht durch<br />Eingeben von mindesten 2 Zeichen in das Mitarbeiter-Feld. |
14 </td></tr> |
14 </td></tr> |
15 <tr><td class="bigger">Umlaute wie 'ä', 'ü', 'ö', 'ß' werden nicht gefunden, bitte benachbarte Zeichen eingeben.</td></tr> |
|
16 <tr><td class="bigger"> </td></tr> |
15 <tr><td class="bigger"> </td></tr> |
17 </table> |
16 </table> |
18 </div> |
17 </div> |
19 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="fmafkt"> |
18 <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post" enctype="application/x-www-form-urlencoded" name="fmafkt"> |
20 <div align="center"> |
19 <div align="center"> |
104 <?php |
103 <?php |
105 if (!is_null($_SESSION["recht"]) && in_array("fme",$_SESSION["recht"])) |
104 if (!is_null($_SESSION["recht"]) && in_array("fme",$_SESSION["recht"])) |
106 { |
105 { |
107 ?> |
106 ?> |
108 <tr><td> </td> |
107 <tr><td> </td> |
109 <td><input class="button" type="submit" name="eintragen" value=" eintragen " /></td> |
108 <td><input class="button" type="submit" name="eintragen" value=" eintragen " /> |
|
109 <?php |
|
110 if ($mfid) echo " <input class=\"button\" type=\"submit\" value=\"duplizieren\" name=\"dup\" title=\"delete\" />"; |
|
111 ?> |
|
112 </td> |
110 </tr> |
113 </tr> |
111 <?php |
114 <?php |
112 } |
115 } |
113 ?> |
116 ?> |
114 <!-- </div> --> |
117 <!-- </div> --> |