summaryrefslogtreecommitdiff
path: root/pages/timers.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 17:49:51 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-11-23 17:49:51 +0100
commit423b3f2852a891c8f92bad46f349826b7e8abe5f (patch)
tree3821086c7047f5dca16fc43de9eccd3fa4c44062 /pages/timers.ecpp
parenta50450088499f585170712385e758b08ceb67abd (diff)
downloadvdr-plugin-live-423b3f2852a891c8f92bad46f349826b7e8abe5f.tar.gz
vdr-plugin-live-423b3f2852a891c8f92bad46f349826b7e8abe5f.tar.bz2
Visual enhancement: Make progress bar invisible if duration is 0.
Visual enhancement: fixed and changed several access path to the img/transparent.png invisible image.
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r--pages/timers.ecpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 8ed41c0..15839a1 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -110,14 +110,14 @@ static const size_t maximumDescriptionLength = 300;
</td>
</tr>
<tr class="description">
- <td class="leftcol"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td>
+ <td class="leftcol"><img src="img/transparent.png" alt="" width="16px" height="16px" /></td>
<td><div class="withmargin"><$ trVDR("Channel") $></div></td>
<td><div class="withmargin"><$ trVDR("Start") $></div></td>
<td><div class="withmargin"><$ trVDR("Stop") $></div></td>
<td><div class="withmargin"><$ trVDR("File") $></div></td>
- <td class="action"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td>
- <td class="action"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td>
- <td class="action rightcol"><img src="/img/transparent.png" alt="" width="16px" height="16px" /></td>
+ <td class="action"><img src="img/transparent.png" alt="" width="16px" height="16px" /></td>
+ <td class="action"><img src="img/transparent.png" alt="" width="16px" height="16px" /></td>
+ <td class="action rightcol"><img src="img/transparent.png" alt="" width="16px" height="16px" /></td>
</tr>
<%cpp>
}