From: <w4...@us...> - 2003-01-06 17:52:48
|
Update of /cvsroot/xoops/xoops2/modules/mydownloads/templates In directory sc8-pr-cvs1:/tmp/cvs-serv6236/modules/mydownloads/templates Modified Files: mydownloads_submit.html Log Message: added the submit with bbcodes and smilies in user and admin side Index: mydownloads_submit.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/mydownloads/templates/mydownloads_submit.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mydownloads_submit.html 2 Jan 2003 17:36:24 -0000 1.1 --- mydownloads_submit.html 6 Jan 2003 17:52:08 -0000 1.2 *************** *** 49,53 **** <tr> <td align="right" valign="top" nowrap="nowrap"><b><{$lang_description}></b></td> ! <td><textarea name='description' cols='50' rows='6'></textarea></td> </tr> </table> --- 49,53 ---- <tr> <td align="right" valign="top" nowrap="nowrap"><b><{$lang_description}></b></td> ! <td><{$xoops_codes}><{$xoops_smilies}></td> </tr> </table> |