getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn'])); ?>
à getData(['module', $this->getUrl(0), $this->getUrl(1), 'publishedOn'])); ?>
getUser('group') >= self::GROUP_ADMIN
AND $this->getUser('password') === $this->getInput('ZWII_USER_PASSWORD')
): ?>
helper::baseUrl() . $this->getUrl(0) . '/edit/' . $this->getUrl(1) . '/' . $_SESSION['csrf'],
'value' => 'Editer'
]); ?>
getData(['module', $this->getUrl(0), $this->getUrl(1), 'pictureSize']) === null ? '100' : $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'pictureSize']); ?>
getData(['module', $this->getUrl(0), $this->getUrl(1), 'hidePicture']) == false) {
echo 'Cet article ne reçoit pas de commentaire.
'Rédiger un commentaire...',
'readonly' => true
]); ?>
getUser('password') === $this->getInput('ZWII_USER_PASSWORD')): ?>
'Nom',
'readonly' => true,
'value' => $module::$editCommentSignature
]); ?>
$this->getUser('id')
]); ?>
'Nom'
]); ?>
helper::baseUrl() . 'user/login/' . str_replace('/', '_', $this->getUrl()) . '__comment',
'value' => 'Connexion'
]); ?>
'Commentaire avec maximum '.$this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'commentMaxlength']).' caractères',
'class' => 'editorWysiwygComment',
'noDirty' => true,
'maxlength' => $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'commentMaxlength'])
]); ?>
getUser('password') !== $this->getInput('ZWII_USER_PASSWORD')): ?>
'buttonGrey',
'value' => 'Annuler'
]); ?>
'Envoyer',
'ico' => ''
]); ?>