diff options
| author | horus | 2017-04-27 22:40:55 +0200 |
|---|---|---|
| committer | horus | 2017-04-27 22:40:55 +0200 |
| commit | 48923f74f8c52a05f2cc2ad9f62a1047e1308c97 (patch) | |
| tree | 28eb3b72421051d9b1d5adbf697119b60594a6a8 /intern.gospeladlershof.de/index.php | |
| parent | f5dd67f91fe90110132f3a728ecf15d8c579405a (diff) | |
| download | gospeladlershof.de-48923f74f8c52a05f2cc2ad9f62a1047e1308c97.tar.gz | |
Der Code, damit der Einsteigertermin in der Datenbank eingetragen wird.
Diffstat (limited to 'intern.gospeladlershof.de/index.php')
| -rw-r--r-- | intern.gospeladlershof.de/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/index.php b/intern.gospeladlershof.de/index.php index eec1741..8f7c959 100644 --- a/intern.gospeladlershof.de/index.php +++ b/intern.gospeladlershof.de/index.php @@ -126,6 +126,7 @@ if ( isset($_SESSION["error"]) && ! is_null($_SESSION["error"]) ) { <tr> <th>Termin</th> <th>Uhrzeit</th> + <th>Einsteiger</th> <th>Aktualisieren</th> <th>Löschen</th> </tr> @@ -144,6 +145,7 @@ if ( isset($_SESSION["error"]) && ! is_null($_SESSION["error"]) ) { <tr> <td><?php echo htmlentities($item["termin"]); ?></td> <td><?php echo htmlentities($item["uhrzeit"]); ?></td> + <td><?php if ( $item['einsteiger'] === '1' ) echo '<span style="color: green"; class="glyphicon glyphicon-ok"></span>'; else echo '<span style="color: blue"; class="glyphicon glyphicon-remove"></span>';?></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> |
