summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'intern.gospeladlershof.de/index.php')
-rw-r--r--intern.gospeladlershof.de/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/index.php b/intern.gospeladlershof.de/index.php
index d7e461b..2ec7ccb 100644
--- a/intern.gospeladlershof.de/index.php
+++ b/intern.gospeladlershof.de/index.php
@@ -116,6 +116,7 @@ if ( isset($_SESSION["error"]) && ! is_null($_SESSION["error"]) ) {
<th>Termin</th>
<th>Uhrzeit</th>
<th>Aktualisieren</th>
+ <th>Löschen</th>
</tr>
</thead>
<tbody>
@@ -133,6 +134,7 @@ if ( isset($_SESSION["error"]) && ! is_null($_SESSION["error"]) ) {
<td><?php echo htmlentities($item["termin"]); ?></td>
<td><?php echo htmlentities($item["uhrzeit"]); ?></td>
<td><a href="update_proben.php?id=<?php echo htmlentities($item["id"]);?>" title="Den Eintrag ändern"><span class="glyphicon glyphicon-pencil"></span></a></td>
+ <td><a href="code/proben/delete.php?id=<?php echo htmlentities($item["id"]);?>" title="Den Termin löschen"><span style="color: red;" class="glyphicon glyphicon-remove"></span></a></td>
</tr>
<?php
}