PDA

View Full Version : How do I set width for admin pages?


minstrel
09-10-2005, 08:12 PM
This should be (I thought) an easy thing but for the life of me I can't seem to get the admin pages to fit screen width for 800 x 600 display resolution, which is my preference.

The directory pages themselves work fine, but for the admin pages I end up doing a lot of annoying side-scrolling.

I've tried setting the table widths in \templates\admin\index.tpl and \templates\admin\main.tpl to an appropriate width (760 px) but it makes no difference.

Any suggestions?

minstrel
09-14-2005, 05:07 AM
:shock: Should I take that as a "No"? :shock:

yktan
09-14-2005, 07:30 AM
Hi minstrel, sorry for the slow response.

All you have to do is to change the ccs for the admin control panel. Open
D:\yk\PHP\phpWeb\test\phpLD_76\admin\files\main.cs s

(1) Look for widths greater than 900 (search for 958px and 980px) and replace them with what you want.

(2) Open \templates\admin\main.tpl
Find:
Content visible to registered users only.
Replace with:
Content visible to registered users only.

Yell if you need more help.

Regards,
York Kie

minstrel
09-14-2005, 06:42 PM
Thanks!