Am Freitag, 28. April 2006 13:16 schrieb Joachim Banzhaf (compuserve):
Hi list,
I implemented an extension for vdradmin-am-3.4.4 and posted it on
http://www.vdr-portal.de/board/thread.php?postid=458137#post458137
It just occured to me, that not everyone likes reading german portals (I prefer international ML's too :-)).
So here it comes again:
actually I have two patches:
now there are three. apply this one to a clean vdradmin-am-3.4.4/ with patch -p1 </path/to/patch
The first line of the summary list should include heading infos like title, show, station, ... and not be just empty. Just a matter of time, i guess.
done.
I didn't manage to display the percentage for current shows in a graphical manner. I thought it would be quite obvious to use something like this:
<table height="8px" width="70px" border="1" cellspacing="0" cellpadding="0"> <tr> <td bgcolor=#111111 width="19%"> </td> <td bgcolor=#eeeeee> </td> </tr> </table>
and it works standalone (see test.html.gz or test.png) but not in vdradmin-am. I suspect css is in my way, but my knowledge on this is not enough to solve it.
I gave up on background color and use images now. Put the images in the template/default/bilder directory.
The other items are still open...
Joachim Banzhaf