mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Updates for HTML, etc. status
git-svn-id: file:///svn/phpbb/trunk@742 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -14,10 +14,10 @@ function insertCode(formObj, selectObj){
|
||||
</script>
|
||||
|
||||
<table width="80%" cellpadding="1" cellspacing="0" border="0" align="center">
|
||||
<tr><form action="{S_POST_ACTION}" method="POST" onSubmit="return submit_check_alert(this);">
|
||||
<tr><form action="{S_POST_ACTION}" method="POST">
|
||||
<td class="tablebg"><table border="0" cellpadding="3" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th class="secondary" colspan="2"><b>{L_POST_A}</b></td>
|
||||
<td class="cat" colspan="2"><span class="cattitle"><b>{L_POST_A}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td>
|
||||
@@ -28,7 +28,7 @@ function insertCode(formObj, selectObj){
|
||||
<td class="row2"><span class="courier">{SUBJECT_INPUT}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><span class="gen"><b>{L_MESSAGE_BODY}</b></span><br><br><span class="gensmall">{HTML_STATUS}<br>{BBCODE_STATUS}</span></td>
|
||||
<td class="row1"><span class="gen"><b>{L_MESSAGE_BODY}</b></span><br><br><span class="gensmall">{L_HTML_IS} <u>{HTML_STATUS}</u><br>{L_BBCODE_IS} <u>{BBCODE_STATUS}</u><br>{L_SMILIES_ARE} <u>{SMILIES_STATUS}</u></span></td>
|
||||
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td><span class="gen">{MESSAGE_INPUT}</span></td>
|
||||
|
Reference in New Issue
Block a user