Added info-tooltip to Dauerampel

This commit is contained in:
Cris
2020-05-14 14:23:28 +02:00
parent d1d219cc2c
commit 28b5761116
+3 -1
View File
@@ -190,7 +190,9 @@ $datum_obj = new datum();
<td><input type="text" name="kurzbz" size="60" maxlength="64" value="'.htmlspecialchars($ampel->kurzbz).'" required></td>
<td></td>
<td>Dauerampel</td>
<td>Dauerampel
<i class="fa fa-info-circle fa-lg" aria-hidden="true" data-toggle="tooltip" data-placement="left" title="Eine Dauerampel kann nicht bestätigt werden. Sie läuft solange der Benutzerselect gilt und die Ampel aktiv (innerhalb Vorlauf- und Verfallszeit) ist."></i>
</td>
<td><input type="checkbox" id="dauerampel" name="dauerampel" '. ($db->db_parse_bool($ampel->dauerampel) ? 'checked' : ''). '></td>
</tr>
<tr valign="top">