description on settings page added

This commit is contained in:
MrReSc 2020-12-20 08:08:11 +01:00
parent 4a489ec1d1
commit 4c44e48ffc
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -29,3 +29,4 @@ bl-themes/tagg
bl-themes/small
bl-themes/future-imperfect
bl-themes/social-network
bl-plugins/prism

View file

@ -21,7 +21,11 @@ class pluginTinymce extends Plugin {
{
global $L;
$html = '<div>';
$html = '<div class="alert alert-primary" role="alert">';
$html .= $this->description();
$html .= '</div>';
$html .= '<div>';
$html .= '<label>'.$L->get('toolbar-top').'</label>';
$html .= '<input name="toolbar1" id="jstoolbar1" type="text" value="'.$this->getValue('toolbar1').'">';
$html .= '</div>';