From 70f268b6fff0037cbff265cf849663755223ffed Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 8 May 2007 22:59:40 +0000 Subject: - Control recordings playback from Infobox - Added button images (Buttons by skiller2k1) - Made recordings look more like schedule - Made all tables 100% width to have a common look over all pages - some cleanup in ajax xml responses - common file for xmlresponses - Added translations for recordings related strings - Javascript updates in vdr_status.js for new playback control functions - Added tasks for playback control actions --- images/Makefile | 9 +++++---- images/ffw.png | Bin 0 -> 852 bytes images/pause.png | Bin 0 -> 748 bytes images/rwd.png | Bin 0 -> 863 bytes images/stop.png | Bin 748 -> 713 bytes images/stop_update.png | Bin 0 -> 748 bytes 6 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 images/ffw.png create mode 100644 images/pause.png create mode 100644 images/rwd.png create mode 100644 images/stop_update.png (limited to 'images') diff --git a/images/Makefile b/images/Makefile index f62a90a..294ce65 100644 --- a/images/Makefile +++ b/images/Makefile @@ -20,10 +20,11 @@ OBJS = logo.o record.o active.o inactive.o button_blue.o \ bg_header_h.o bg_header_l.o bg_header_r.o bg_box_h.o \ bg_box_l.o bg_box_r.o movie.o menu_line_bg.o \ bg_line.o bg_tools.o zap.o favicon.o bg_line_top.o \ - reload.o stop.o one_uparrow.o one_downarrow.o tv.o \ - remotecontrol.o search.o record_timer.o button_red.o \ - button_green.o button_new.o help.o logo_login.o \ - button_yellow.o arrow.o arrow_rec.o on_dvd.o + reload.o stop_update.o one_uparrow.o one_downarrow.o \ + tv.o remotecontrol.o search.o record_timer.o \ + button_red.o button_green.o button_new.o help.o \ + logo_login.o button_yellow.o arrow.o arrow_rec.o \ + on_dvd.o pause.o ffw.o rwd.o stop.o ### Default rules: diff --git a/images/ffw.png b/images/ffw.png new file mode 100644 index 0000000..aeec194 Binary files /dev/null and b/images/ffw.png differ diff --git a/images/pause.png b/images/pause.png new file mode 100644 index 0000000..1b44908 Binary files /dev/null and b/images/pause.png differ diff --git a/images/rwd.png b/images/rwd.png new file mode 100644 index 0000000..54ec330 Binary files /dev/null and b/images/rwd.png differ diff --git a/images/stop.png b/images/stop.png index 4ffdef7..bb79efb 100644 Binary files a/images/stop.png and b/images/stop.png differ diff --git a/images/stop_update.png b/images/stop_update.png new file mode 100644 index 0000000..4ffdef7 Binary files /dev/null and b/images/stop_update.png differ -- cgit v1.2.3