Add information about BBCode availability in event fields
This commit is contained in:
parent
349436a77a
commit
2f42606c43
|
@ -234,13 +234,13 @@ class Form extends BaseModule
|
||||||
'start_text'
|
'start_text'
|
||||||
),
|
),
|
||||||
|
|
||||||
'$d_text' => $this->t('Description:'),
|
'$t_text' => $this->t('Title (BBCode not allowed)') . ' <span class="required" title="' . $this->t('Required') . '">*</span>',
|
||||||
'$d_orig' => $d_orig,
|
|
||||||
'$l_text' => $this->t('Location:'),
|
|
||||||
'$l_orig' => $l_orig,
|
|
||||||
'$t_text' => $this->t('Title:') . ' <span class="required" title="' . $this->t('Required') . '">*</span>',
|
|
||||||
'$t_orig' => $t_orig,
|
'$t_orig' => $t_orig,
|
||||||
'$summary' => ['summary', $this->t('Title:'), $t_orig, '', '*'],
|
'$d_text' => $this->t('Description (BBCode allowed)'),
|
||||||
|
'$d_orig' => $d_orig,
|
||||||
|
'$l_text' => $this->t('Location (BBCode not allowed)'),
|
||||||
|
'$l_orig' => $l_orig,
|
||||||
|
'$summary' => ['summary', $this->t('Title (BBCode not allowed)'), $t_orig, '', '*'],
|
||||||
'$sh_text' => $this->t('Share this event'),
|
'$sh_text' => $this->t('Share this event'),
|
||||||
'$share' => ['share', $this->t('Share this event'), $share_checked, '', $share_disabled],
|
'$share' => ['share', $this->t('Share this event'), $share_checked, '', $share_disabled],
|
||||||
'$sh_checked' => $share_checked,
|
'$sh_checked' => $share_checked,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user