Commit 55a7ee34 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

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

(cherry picked from commit 6b48c193)
parent 0894299b
......@@ -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'])){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment