mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Flash-Player aus Testtool entfernen
Audio ab sofort über HTML5-Tags. Kleiner Fehler beim Sprachenwechsel behoben.
This commit is contained in:
@@ -137,7 +137,6 @@ if (isset($_SESSION['pruefling_id']))
|
||||
if($row_time->time>0)
|
||||
{
|
||||
//Gebiet gestartet aber noch nicht zu ende
|
||||
//$style='text-decoration: underline;';
|
||||
$style='';
|
||||
$class='ItemTesttoolAktiv';
|
||||
}
|
||||
@@ -152,7 +151,6 @@ if (isset($_SESSION['pruefling_id']))
|
||||
else
|
||||
{
|
||||
//Gebiet ist zu Ende
|
||||
//$style='text-decoration:line-through;';
|
||||
$style='';
|
||||
$class='ItemTesttoolBeendet';
|
||||
}
|
||||
@@ -182,7 +180,7 @@ if (isset($_SESSION['pruefling_id']))
|
||||
{
|
||||
echo '<tr>
|
||||
<td nowrap>
|
||||
<span class="error"><img src="../../skin/images/menu_item.gif" width="7" height="9"> '.$row->gebiet_bez.' (invalid)</span>
|
||||
<span class="error"> '.$row->gebiet_bez.' (invalid)</span>
|
||||
</td>
|
||||
</tr>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user