blocage annulation saisie commentaire

This commit is contained in:
Fred Tempez 2020-07-06 12:24:06 +02:00
parent e44575d0ae
commit 52a22f5717
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
<?php echo template::textarea('blogArticleContent', [
'label' => 'Commentaire avec maximum '.$this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment']).' caractères',
'class' => 'editorWysiwygComment',
'noDirty' => true,
'maxlength' => $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment'])
]); ?>
<div id="blogArticleContentAlarm"> </div>