PhpRiot
Follow phpriot on Twitter
Sponsored Link

Listing 2736

Submitted by chipass, 14 March 2010
<td valign='top' class='tbl'>".$locale['472']."</td>
<td class='tbl'><textarea class='textbox' name='news_body' rows='8' cols='54'>$news_body</textarea></td>
</tr>
<tr>
    <td colspan='2' align='center'>
        <input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick=\"addText('news_body', '[b]', '[/b]');\">
        <input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick=\"addText('news_body', '[i]', '[/i]');\">
        <input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick=\"addText('news_body', '[u]', '[/u]');\">
        <input type='button' value='url' class='button' style='width:30px;' onClick=\"addText('news_body', '[url]', '[/url]');\">
        <input type='button' value='mail' class='button' style='width:35px;' onClick=\"addText('news_body', '[mail]', '[/mail]');\">
        <input type='button' value='img' class='button' style='width:30px;' onClick=\"addText('news_body', '[img]', '[/img]');\">
        <input type='button' value='center' class='button' style='width:45px;' onClick=\"addText('news_body', '[center]', '[/center]');\">
        <input type='button' value='small' class='button' style='width:40px;' onClick=\"addText('news_body', '[small]', '[/small]');\">
        <input type='button' value='code' class='button' style='width:40px;' onClick=\"addText('news_body', '[code]', '[/code]');\">
        <input type='button' value='quote' class='button' style='width:45px;' onClick=\"addText('news_body', '[quote]', '[/quote]');\">    
    </td>
</tr>
Submit a Follow Up