change default for meta token

This commit is contained in:
Nathan Coad
2018-06-17 10:16:35 +10:00
parent 33899cc483
commit 638e0807ac
2 changed files with 4 additions and 25 deletions

View File

@@ -739,8 +739,8 @@ function booking_admin() {
'#title' => t('Leader/Helper Pair Format'),
'#default_value' => variable_get('booking_studygroup_leaderhelperpair_text',
'<b>[meta-booking:studygroup-role]</b> for <b>[meta-booking:studygroup-descrip]</b>. ' .
'Your <b>[meta-booking:studygroup-otherrole]</b> is <b>[meta-booking:studygroup-othername]</b>. ' .
'You can contact them on <b>[meta-booking:studygroup-otherphone]</b> or <b>[meta-booking:studygroup-otheremail]</b>.'
'Your [meta-booking:studygroup-otherrole] is <b>[meta-booking:studygroup-othername]</b>. ' .
'You can contact them on [meta-booking:studygroup-otherphone] or [meta-booking:studygroup-otheremail].'
),
'#description' => 'List element definition (using tokens) for token [booking:leaderhelper-pair], which is the study group leader/helper pair information in emails. ' .
'Note: Don\'t add the li tags, they will be added automatically.',