mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
(legacy) fix header alignment for "Schedule repeat" section
This commit is contained in:
parent
8e664e7edc
commit
6b48c19387
@ -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'])){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user