PEAK XOOPS - Environment check - small improvement in englishin japanese

Environment check - small improvement

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2004/8/4 0:04
kaper  °ìÅùʼ   Posts: 17
The admin's environment check page checks many things including checking consistency of photos and thumbnails. Every record is represented by a dot and check result looks like:
..........................................ok
If there are many dots, then the page becomes very wide inside a browser which does not look well. There is a very simple way of breaking the dot sequence into more lines - just a space should be inserted after each dot:
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ok

So I recommend changing
admin/checkconfigs.php, line 216
(a little bit after "//CONSISTENCY CHECK" and "//check loop")

from:

echo "." ;

to:

echo ". " ;
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2004/8/5 17:10
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi kaper.

It's a good idea.
Thanks!
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!