
06-13-2005, 08:26 AM
|
|
|
Join Date: Jun 2004
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dark Visor
Sorry, I forgot to include that into the instructions. Will update them in a minute.
The fix is as follows:
In template 'newattachment', find:
Code:
if ((elm.type == 'file'))
and replace with:
Code:
if ((elm.type == 'file') || (elm.type == 'text'))
|
i just found
Code:
if (elm.type == 'file')
in my template ...
|