Fix BBCode editor toolbar in report page

This commit is contained in:
admin
2025-01-18 23:10:44 +08:00
committed by qwerty
parent b74299d6c2
commit 58e966cbb7
2 changed files with 11 additions and 10 deletions
+1 -10
View File
@@ -105,13 +105,4 @@ if (array_key_exists('proofimages', $ReportType['report_fields'])) {
</tr>
<?
}
?>
<tr class="Form-row">
<td class="Form-label">
<?= t('server.reportsv2.comments') ?> <strong class="u-colorWarning">(<?= t('server.reportsv2.required') ?>)</strong>:
</td>
<td class="Form-items">
<? new TEXTAREA_PREVIEW('extra', 'extra', display_str($_POST['extra'])); ?>
</td>
</tr>
?>
+10
View File
@@ -77,6 +77,16 @@ View::show_header(t('server.reportsv2.report'), 'reportsv2,browse,torrent,bbcode
</table>
<table id="dynamic_form">
</table>
<table>
<tr class="Form-row">
<td class="Form-label">
<?= t('server.reportsv2.comments') ?> <strong class="u-colorWarning">(<?= t('server.reportsv2.required') ?>)</strong>:
</td>
<td class="Form-items">
<? new TEXTAREA_PREVIEW('extra', 'extra', display_str($_POST['extra'])); ?>
</td>
</tr>
</table>
<table>
<tr class="Form-row">
<td colspan="2">