projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51cf3f8
)
graphs.pl: fix links position in chrome for android.
author
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 23 Mar 2014 16:39:47 +0000
(17:39 +0100)
committer
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 23 Mar 2014 16:39:47 +0000
(17:39 +0100)
config/cfgroot/graphs.pl
patch
|
blob
|
blame
|
history
diff --git
a/config/cfgroot/graphs.pl
b/config/cfgroot/graphs.pl
index
4942c98
..
487a4dd
100644
(file)
--- a/
config/cfgroot/graphs.pl
+++ b/
config/cfgroot/graphs.pl
@@
-92,7
+92,7
@@
sub makegraphbox {
print "<a href='".$_[0]."?".$_[1]."?month' target='".$_[1]."box'><b>".$Lang::tr{'month'}."</b></a>";
print " - ";
print "<a href='".$_[0]."?".$_[1]."?year' target='".$_[1]."box'><b>".$Lang::tr{'year'}."</b></a>";
- print "</center>";
+ print "<
br><
/center>";
print "<iframe src='".$_[0]."?".$_[1]."?".$_[2]."' width='".$width."' height='".$height."' scrolling='no' frameborder='no' marginheight='0' name='".$_[1]."box'></iframe>";
}