$info_styles * @var string $sortStyle * @var array $sort_styles * @var string $source * @var array $sources * @var bool $show_date * @var bool $show_user */ ?>
'infoStyle', 'selected' => $infoStyle, 'options' => $info_styles]) ?>
'sortStyle', 'selected' => $sortStyle, 'options' => $sort_styles]) ?>
'source', 'selected' => $source, 'options' => $sources]) ?>
'show_user', 'options' => [I18N::translate('no'), I18N::translate('yes')], 'selected' => (int) $show_user]) ?>
'show_date', 'options' => [I18N::translate('no'), I18N::translate('yes')], 'selected' => (int) $show_date]) ?>