Use CSS also for dashboard2

This commit is contained in:
phl0 2017-06-13 09:35:00 +02:00
parent a4e17ef0b1
commit 12404e36b4
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
3 changed files with 32 additions and 2 deletions

View file

@ -26,7 +26,7 @@ for ($i=0;$i<$Reflector->StationCount();$i++) {
list ($Flag, $Name) = $Reflector->GetFlag($Reflector->Stations[$i]->GetCallSign());
if (file_exists("./img/flags/".$Flag.".png")) {
echo '<img src="./img/flags/'.$Flag.'.png" class="table-flag" alt="'.$Name.'" title="'.$Name.'">';
echo '<a href="#" class="tip"><img src="./img/flags/'.$Flag.'.png" class="table-flag" alt="'.$Name.'"><span>'.$Name.'</span></a>';
}
echo '</td>
<td><a href="https://www.qrz.com/db/'.$Reflector->Stations[$i]->GetCallsignOnly().'" class="pl" target="_blank">'.$Reflector->Stations[$i]->GetCallsignOnly().'</a></td>