equal
deleted
inserted
replaced
109 { |
109 { |
110 echo "<tr>\n"; |
110 echo "<tr>\n"; |
111 echo " |
111 echo " |
112 <td> </td> |
112 <td> </td> |
113 <td><input class=\"button\" type=\"submit\" value=\"ändern\" name=\"upd\" title=\"update\" /> |
113 <td><input class=\"button\" type=\"submit\" value=\"ändern\" name=\"upd\" title=\"update\" /> |
114 <input class=\"button\" type=\"submit\" value=\"löschen\" name=\"del\" title=\"delete\" /></td>\n"; |
114 <input class=\"buttonr\" type=\"submit\" value=\"löschen\" name=\"del\" title=\"delete\" /></td>\n"; |
115 echo "</tr>\n"; |
115 echo "</tr>\n"; |
116 } |
116 } |
117 echo "</table>\n"; |
117 echo "</table>\n"; |
118 echo "</div>\n"; |
118 echo "</div>\n"; |
119 if (!is_null($_SESSION["recht"]) && !in_array("re", $_SESSION["recht"])) |
119 if (!is_null($_SESSION["recht"]) && !in_array("re", $_SESSION["recht"])) |