diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 21:03:53 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 21:03:53 +0000 |
commit | 2ff31fc8f8789488785a108f0a11a82bad0161ea (patch) | |
tree | 9b3c7a332e83a5d7462e286cfc43bb8c7b0030a6 /pages | |
parent | 5032b895ac320b8d6556f186e4ef9de839c51ae8 (diff) | |
download | vdr-plugin-live-2ff31fc8f8789488785a108f0a11a82bad0161ea.tar.gz vdr-plugin-live-2ff31fc8f8789488785a108f0a11a82bad0161ea.tar.bz2 |
Change Top-Box style
Diffstat (limited to 'pages')
-rw-r--r-- | pages/whats_on.ecpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 75d4f12..82ca0a7 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -69,7 +69,11 @@ if (type == "now") { }> <table class="event" cellpadding="0" cellspacing="0"> - <tr><td class="station" colspan="2"><$ channel_name $></td></tr> + <tr> + <td class="station" colspan="2"> + <div><div><div><$ channel_name $></div></div></div> + </td> + </tr> <tr> <td class="tools"> <a href="edit_timer.html?channel=<$ channel_id $>&title=<$ title $>&start_h=<$ start_h $>&end_h=<$ end_h $>&start_m=<$ start_m $>&end_m=<$ end_m $>"><img src="/record.png" alt="" <& tooltip_widget tooltip=(tr("Record this")) &> border="0"/></a> |