mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add tooltip
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<td>
|
||||
<?php
|
||||
if (version_compare(phpversion(), '8', '<')) {
|
||||
echo "<span class=\"badge text-bg-warning\">".phpversion()."</span>";
|
||||
echo "<span data-bs-toggle=\"tooltip\" title=\"Deprecated. Please update!\" class=\"badge text-bg-warning\">".phpversion()."</span>";
|
||||
} else {
|
||||
echo "<span class=\"badge text-bg-success\">".phpversion()."</span>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user