summaryrefslogtreecommitdiff
path: root/template/default/timer_list.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-11-02 11:46:31 +0100
committerAndreas Mair <amair.sob@googlemail.com>2006-11-02 11:46:31 +0100
commita78c3948944974fc7212a2e6c38320ac4889c0d1 (patch)
tree7bb2583c8c49468bd7e9b35ee0f05b3644569bbe /template/default/timer_list.html
parent24b39843b935f8a37b2d9dc909a530b771a61c1f (diff)
downloadvdradmin-am-3.5.0rc.tar.gz
vdradmin-am-3.5.0rc.tar.bz2
2006-11-02: 3.5.0rcv3.5.0rc
- Minor bugfixes.
Diffstat (limited to 'template/default/timer_list.html')
-rw-r--r--template/default/timer_list.html14
1 files changed, 1 insertions, 13 deletions
diff --git a/template/default/timer_list.html b/template/default/timer_list.html
index a5147a4..20b127a 100644
--- a/template/default/timer_list.html
+++ b/template/default/timer_list.html
@@ -99,13 +99,7 @@
IF timer.cdesc != sender && timer.starttime <= current && timer.stoptime >= current;
sender=timer.cdesc;
%?>
- <table cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#000000" height="1" class="blackline"><img src="bilder/spacer.gif" width="<?% tablaenge + 100 %?>" height="1" border="0" alt="" /></td>
- </tr>
- </table>
-
- <table cellspacing="0" cellpadding="0" border="0">
+ <table cellspacing="0" cellpadding="0" border="0" class="timers">
<tr>
<td class="<?% (programm % 2) == 0 ? 'color2' : 'color1' %?>" height="20" width="100"><img src="bilder/spacer.gif" width="100" height="1" border="0" alt="" /><br /><a href="<?% timer.proglink %?>"><b><?% sender | truncate(11) %?></b></a></td>
@@ -173,12 +167,6 @@
END;
END;
%?>
-
- <table cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="#000000" height="1" class="blackline"><img src="bilder/spacer.gif" width="<?% tablaenge + 100 %?>" height="1" border="0" alt="" /></td>
- </tr>
- </table>
</td>
</tr>
</table>