Zeile 59 | Zeile 59 |
---|
<td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td> <td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td> </tr>
|
<td class="trow1" valign="top" width="25%"><strong>{$lang->announcement}</strong><br />{$smilieinserter}</td> <td class="trow1" valign="top" width="75%"><textarea id="message" name="message" rows="20" cols="70">{$message}</textarea>{$codebuttons}</td> </tr>
|
<tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_html}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowhtml" value="1"{$html_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowhtml" value="0"{$html_sel['no']} /> {$lang->no}</label></td> </tr>
| {$allow_html}
|
<tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} /> {$lang->no}</label></td>
| <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_mycode}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowmycode" value="1"{$mycode_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowmycode" value="0"{$mycode_sel['no']} /> {$lang->no}</label></td>
|
Zeile 74 | Zeile 71 |
---|
</table> <br /> <div align="center">
|
</table> <br /> <div align="center">
|
<input type="submit" class="button" name="Add Announcement" value="{$lang->add_announcement}" />
| <input type="submit" class="button" value="{$lang->add_announcement}" />
|
<input type="submit" class="button" name="preview" value="{$lang->preview}" /> </div> </td>
| <input type="submit" class="button" name="preview" value="{$lang->preview}" /> </div> </td>
|
Zeile 82 | Zeile 79 |
---|
</table> </form> {$footer}
|
</table> </form> {$footer}
|
<script type="text/javascript"> $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); }); </script>
| |
</body> </html>
| </body> </html>
|