summaryrefslogtreecommitdiff
path: root/template/default/at_timer_list.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2006-05-24 14:00:09 +0200
committerAndreas Mair <amair.sob@googlemail.com>2006-05-24 14:00:09 +0200
commit9e8fe7b8ec42e928db062413ee824b7b4ec13132 (patch)
tree661dd0a6ea202dab5d13ce710fcb98bb25626374 /template/default/at_timer_list.html
parentb8893f9631d2ea760848ba6c56c22d45f8413591 (diff)
downloadvdradmin-am-9e8fe7b8ec42e928db062413ee824b7b4ec13132.tar.gz
vdradmin-am-9e8fe7b8ec42e928db062413ee824b7b4ec13132.tar.bz2
2006-05-24: 3.4.6beta2v3.4.6beta2
- Added: VPS time, audio and video tracks to prog_detail if available. - Added: class names for action icons (info, record...) for hiding single items (not yet finished). - Added: ids for navigation items, see user.css_example for hiding single items. - Changed: Icons for stream and switch TV. - Replaced: "default" skin by "default.png" skin. - Added: Link from pattern title in AutoTimer list to AutoTimer edit (Requested by Tarandor). - Reworked: prog_timeline; still needs some beautification (Based on patch submitted by Torsten Herz). - Fixed: IMDb link in prog_summary listview (Reported by heiwil). - Fixed: detection of valid Locale::gettext calls.
Diffstat (limited to 'template/default/at_timer_list.html')
-rw-r--r--template/default/at_timer_list.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/default/at_timer_list.html b/template/default/at_timer_list.html
index be356ae..4d12316 100644
--- a/template/default/at_timer_list.html
+++ b/template/default/at_timer_list.html
@@ -41,7 +41,7 @@
</td>
<tmpl_if name="help_url">
<td class="col_help">
- <a href="javascript:open_help('<tmpl_var help_url>');"><img src="bilder/help.gif" border="0" alt="help" title="<%! Help !%>"/></a>
+ <a href="javascript:open_help('<tmpl_var help_url>');"><img src="bilder/help.png" border="0" alt="help" title="<%! Help !%>"/></a>
</td>
</tmpl_if>
<td class="col_right"></td>
@@ -130,9 +130,9 @@
<td class="col_active <tmpl_if sortbyactive>selected</tmpl_if>">
<div>
<tmpl_if active>
- <a href="<tmpl_var toggleurl>"><img src="bilder/poempl_gruen.gif" alt="" align="middle" border="0"/> <%! Yes !%></a>
+ <a href="<tmpl_var toggleurl>"><img src="bilder/poempl_gruen.png" alt="" align="middle" border="0"/> <%! Yes !%></a>
<tmpl_else>
- <a href="<tmpl_var toggleurl>"><img src="bilder/poempl_grau.gif" alt="" align="middle" border="0"/> <%! No !%></a>
+ <a href="<tmpl_var toggleurl>"><img src="bilder/poempl_grau.png" alt="" align="middle" border="0"/> <%! No !%></a>
</tmpl_if>
</div>
</td>
@@ -153,17 +153,17 @@
</td>
<td class="col_name <tmpl_if sortbypattern>selected</tmpl_if>" <?% IF config.AT_TOOLTIP %?>onMouseOver="tip('VDR-<tmpl_var id>'); return true;" onMouseOut="untip(); return true;"<?% END %?>>
<div>
- <tmpl_var pattern>
+ <a href="<tmpl_var modurl>" title="<%! Edit !%>"><tmpl_var pattern></a>
</div>
</td>
<td class="col_edit">
<div>
- <a href="<tmpl_var modurl>"><img src="bilder/edit.gif" alt="edit" border="0" title="<%! Edit !%>"/></a>
+ <a href="<tmpl_var modurl>"><img src="bilder/edit.png" alt="edit" border="0" title="<%! Edit !%>"/></a>
</div>
</td>
<td class="col_delete">
<div>
- <a href="javascript:del('<%! Delete timer? !%>\n\n&quot;<tmpl_var pattern_js>&quot;', '<tmpl_var delurl>');"><img src="bilder/delete.gif" alt="delete" border="0" title="<%! Delete !%>"/></a>
+ <a href="javascript:del('<%! Delete timer? !%>\n\n&quot;<tmpl_var pattern_js>&quot;', '<tmpl_var delurl>');"><img src="bilder/delete.png" alt="delete" border="0" title="<%! Delete !%>"/></a>
</div>
</td>
<td class="col_checkbox">