From 4c0d3398fc6444169ee47935b9ab814eb3929e72 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 18 Feb 2007 22:22:35 +0000 Subject: - Added status box with current channel, program and elapsed time in the logo area. - Added support for progress bars to display elapsed content. - Extendend ajax.js to be usable for non xml requests. - adapted styles for the new features. --- pages/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pages/Makefile') diff --git a/pages/Makefile b/pages/Makefile index bebbd6f..805c556 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -15,11 +15,11 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = menu.o channels.o recordings.o schedule.o \ - screenshot.o timers.o whats_on.o switch_channel.o \ - keypress.o remote.o channels_widget.o edit_timer.o \ - error.o pageelems.o tooltip.o play_recording.o \ - searchtimers.o +OBJS = menu.o channels.o recordings.o schedule.o \ + screenshot.o timers.o whats_on.o switch_channel.o \ + keypress.o remote.o channels_widget.o edit_timer.o \ + error.o pageelems.o tooltip.o play_recording.o \ + searchtimers.o infobox.o ### Default rules: -- cgit v1.2.3