diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-09-17 22:23:40 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-09-17 22:23:40 +0000 |
commit | 721f6213cc1343e4ab613a89be55d37dd0780244 (patch) | |
tree | f778a1989c106845834ead6be9fa0e5e5e0e3e0d /pages/timers.ecpp | |
parent | 5f3d9f1f80af84c71baed2fd9108aa1494ecaba5 (diff) | |
download | vdr-plugin-live-721f6213cc1343e4ab613a89be55d37dd0780244.tar.gz vdr-plugin-live-721f6213cc1343e4ab613a89be55d37dd0780244.tar.bz2 |
- Moved images from compiled in image dir to data dir 'img'.
- Fixed MapUrl entries to the new image location
- Adapted some pages for the new image locations.
- Added a preload functionalty to fill file cache at plugin startup.
Diffstat (limited to 'pages/timers.ecpp')
-rw-r--r-- | pages/timers.ecpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index ff637f2..ab4d285 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -87,14 +87,14 @@ using namespace vdrlive; </td> </tr> <tr class="description"> - <td class="leftcol"><img src="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"><$ tr("Channel") $></div></td> <td><div class="withmargin"><$ tr("Start") $></div></td> <td><div class="withmargin"><$ tr("Stop") $></div></td> <td><div class="withmargin"><$ tr("File") $></div></td> - <td class="action"><img src="transparent.png" alt="" width="16px" height="16px" /></td> - <td class="action"><img src="transparent.png" alt="" width="16px" height="16px" /></td> - <td class="action rightcol"><img src="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> } |