Hi,
On 14.07.2017 12:26, Stephan Feddersen wrote:
config/rootfiles/packages/wio | 45 + lfs/wio | 65 ++ ...
Build with and installed on Core111 - running. Thanks, Stefan. ;-)
One thing (nitpicking):
Could you change line 67 in 'wiographs.cgi' from:
print"<table width='100%'><tr><td><a href='/cgi-bin/wio.cgi'><img src='/images/wio/back.png' alt='$Lang::tr{'wio_back'}' title='$Lang::tr{'wio_back'}' /></a></td></tr></table>";
To: print"<table width='100%'><tr><td align='center'><a href='/cgi-bin/wio.cgi'><img src='/images/wio/back.png' alt='$Lang::tr{'wio_back'}' title='$Lang::tr{'wio_back'}' /></a></td></tr></table>";
This way the 'back.png'-image is centered as in 'showrequestfromip.dat' (e.g.).
Best, Matthias