diff options
Diffstat (limited to 'template/default/epgsearch_list.html')
-rw-r--r-- | template/default/epgsearch_list.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/default/epgsearch_list.html b/template/default/epgsearch_list.html index 38c3dbe..bc96c64 100644 --- a/template/default/epgsearch_list.html +++ b/template/default/epgsearch_list.html @@ -222,13 +222,14 @@ <td class="col_center"><h2><?% gettext('Title') %?></h2></td> <td class="col_channel"><h2><?% gettext('Channel') %?></h2></td> <td class="col_folder"><h2><?% gettext('Stored in') %?></h2></td> + <td class="col_buttons"></td> </tr> --> <?% FOREACH matches; IF olddate != date; olddate = date; %?> <tr class="newday"> - <td colspan="4"><span class="date_long"><?% date %?></span></td> + <td colspan="5"><span class="date_long"><?% date %?></span></td> </tr> <?% END %?> <tr class="<?% IF loop.count % 2 == 0 %?>row_even<?% ELSE %?>row_odd<?% END %?>"> @@ -257,6 +258,11 @@ <td class="col_folder"> <?% folder %?> </td> + <td class="col_folder"> + <?% IF recurl %?> + <span class="action record"><a href="<?% recurl %?>"><img src="bilder/rec_button.png" border="0" alt="record" title="<?% gettext('Record') %?>" /></a></span> + <?% END %?> + </td> </tr> <?% END %?> </table> |