Fix configuration table for experiments

This commit is contained in:
Eike Foken
2011-09-15 02:39:42 +02:00
parent b9ee743f9d
commit 9e27786ff0

View File

@@ -32,9 +32,7 @@
<div class="box">
<h3><?=_('Configuration');?></h3>
<p>
<div>
<table>
<table class="tableList">
<thead>
<tr>
<th scope="col" width="40%"><?=_('Parameter');?></th>
@@ -68,8 +66,6 @@
?>
</tbody>
</table>
</div>
</p>
<p>
<a href="javascript:void(0);" class="button save"><?=_('Save changes');?></a>
</p>