diff options
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> } |