PDA

View Full Version : Big window when editing template (by default)


Limerick
09-30-2006, 04:15 PM
Hello all,

It's possible to change window size when editing the template. This is very useful but as I have the luck to own a wide screen, I'd like to know to set a big window size by default.

Would it be possible to choose the default size ?

calorie
09-30-2006, 05:32 PM
In the /admincp/template.php file find 22, 75 in two spots. This makes rows="22" cols="75" so change 22, 75 in template.php as desired.

Limerick
09-30-2006, 06:13 PM
Hello Calorie,

Thank you very much for your kind help.
It did exactly what I wanted.

By the way, how can I find the place where to change the "Show Original" (or something around) ?

calorie
09-30-2006, 06:24 PM
In /admincp/template.php look for 20, 80 located in one spot. That makes rows="20" cols="80" in the HTML.

Limerick
09-30-2006, 07:39 PM
Thanks again.
Everything run smoothly :D