Update of /cvsroot/xoops/xoops2/modules/mylinks/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv8279/modules/mylinks/templates
Modified Files:
mylinks_submit.html
Log Message:
added the submit with bbcodes and smilies in user and admin side
Index: mylinks_submit.html
===================================================================
RCS file: /cvsroot/xoops/xoops2/modules/mylinks/templates/mylinks_submit.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mylinks_submit.html 2 Jan 2003 17:51:54 -0000 1.1
--- mylinks_submit.html 6 Jan 2003 17:55:33 -0000 1.2
***************
*** 36,40 ****
<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>
--- 36,40 ----
<tr>
<td align="right" valign="top" nowrap="nowrap"><b><{$lang_description}></b></td>
! <td><{$xoops_codes}><{$xoops_smilies}></td>
</tr>
</table>
|