Update admin.plugin.bbcode.tpl

BBcode toolbar cannot be deactivated since commit 733a2bb, therefore hidden in the template.
This commit is contained in:
Frank Hochmuth 2024-02-09 00:19:22 +01:00 committed by GitHub
parent 6ce467ef51
commit 6991dff226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@
{$plang.allow_html_long}</p> {$plang.allow_html_long}</p>
</dd> </dd>
{* <!-- BBcode toolbar cannot be deactivated since commit 733a2bb (FP 1.3 Beta1). -->
<dt><label for="bb-toolbar"> <dt><label for="bb-toolbar">
{$plang.toolbar} {$plang.toolbar}
</label></dt> </label></dt>
@ -22,7 +23,7 @@
<p><input type="checkbox" name="bb-toolbar" id="bb-toolbar" {if $bbchecked[2]}checked="checked"{/if} /> <p><input type="checkbox" name="bb-toolbar" id="bb-toolbar" {if $bbchecked[2]}checked="checked"{/if} />
{$plang.toolbar_long}</p> {$plang.toolbar_long}</p>
</dd> </dd>
*}
</dl> </dl>