mirror of
https://github.com/BillyOutlast/Gazelle-Porn.git
synced 2026-07-01 06:41:50 -04:00
Fix BBCode editor toolbar in report page
This commit is contained in:
@@ -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>
|
||||
?>
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user