summaryrefslogtreecommitdiff
path: root/pages/timerconflicts.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/timerconflicts.ecpp')
-rw-r--r--pages/timerconflicts.ecpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/timerconflicts.ecpp b/pages/timerconflicts.ecpp
index 4e2c15c..b9e3669 100644
--- a/pages/timerconflicts.ecpp
+++ b/pages/timerconflicts.ecpp
@@ -56,16 +56,16 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
</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("Priority") $></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"><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"><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>
for (std::list<int>::const_iterator timerIndex = confltimer->concurrentTimerIndices.begin(); timerIndex != confltimer->concurrentTimerIndices.end(); ++timerIndex) {