PDA

View Full Version : Template name box...


Boofo
06-28-2002, 06:00 PM
Can anyone plaese tell me how to make the Template name box longer when you are in the edit or add templates in the admin CP? I made the edit box wider and taller and the find box (at the bottom) longer because it is just too short if you are looking for a long line of code. :)

Admin
06-29-2002, 07:53 AM
template.php:
maketextareacode("Template<br><br><font size='1'>".makelinkcode("view default template","template.php?s=$session[sessionhash]&action=view&title=$template[title]",1)."</font>","template",$template[template],25,80);
25 is the rows, 80 is the cols.

Boofo
06-29-2002, 05:52 PM
I already changed the size of the edit box (the big one) and the FIND box (at the bottom). I want to make the Template Title box longer (at the top). :)