Flash-Player aus Testtool entfernen

Audio ab sofort über HTML5-Tags.
Kleiner Fehler beim Sprachenwechsel behoben.
This commit is contained in:
kindlm
2015-04-10 15:51:28 +02:00
parent 4ea49a43a0
commit 3bf7e7396a
8 changed files with 112 additions and 131 deletions
+1 -3
View File
@@ -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">&nbsp;'.$row->gebiet_bez.' (invalid)</span>
<span class="error">&nbsp;'.$row->gebiet_bez.' (invalid)</span>
</td>
</tr>';
}