]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/wio/wiographs.cgi
Merge branch 'ipsec' into next
[ipfire-2.x.git] / src / wio / wiographs.cgi
index 234d2873c4df510933661268c4c9242f1041b411..e1a7475137081d33152b3e17258563990d44d976 100644 (file)
@@ -3,7 +3,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2017 Stephan Feddersen <addons@h-loit.de>                     #
+# Copyright (C) 2017-2018 Stephan Feddersen <sfeddersen@ipfire.org>           #
 # All Rights Reserved.                                                        #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
@@ -21,7 +21,7 @@
 #                                                                             #
 ###############################################################################
 #
-# id: wiographs.cgi, v1.3.1 2017/07/11 21:31:16 sfeddersen
+# Version: 2017/08/27 14:07:23
 #
 # This wiographs.cgi is based on the Code from the IPCop WIO Addon
 # and is extremly adapted to work with IPFire.
@@ -64,7 +64,7 @@ else {
        &Header::openbigbox('100%', 'left');
        &Header::openbox('100%', 'left', "$Lang::tr{'wio_graphs_stat'} $hostname");
        &WIOGraphs::wiographbox("wiographs.cgi","$hostid","day","$hostname");
-       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>";
+       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>";
        &Header::closebox();
        &Header::closebigbox();
        &Header::closepage();