(legacy) fix header alignment for "Schedule repeat" section

This commit is contained in:
Ad Schellevis 2016-01-07 17:31:29 +01:00
parent 8e664e7edc
commit 6b48c19387

View File

@ -1006,10 +1006,10 @@ function removeRow(el) {
<table id="scheduletable" summary="range">
<tbody>
<tr>
<td align="center" width="35%"><?=gettext("Day(s)");?></td>
<td align="center" width="12%"><?=gettext("Start Time");?></td>
<td align="center" width="11%"><?=gettext("Stop Time");?></td>
<td align="center" width="42%"><?=gettext("Description");?></td>
<td width="35%"><?=gettext("Day(s)");?></td>
<td width="12%"><?=gettext("Start Time");?></td>
<td width="11%"><?=gettext("Stop Time");?></td>
<td width="42%"><?=gettext("Description");?></td>
</tr>
<?php
if (isset($pconfig['timerange'])){