diff --git a/core/ui/EditTemplate/body.tid b/core/ui/EditTemplate/body.tid index fb80c55b9..a5092e920 100644 --- a/core/ui/EditTemplate/body.tid +++ b/core/ui/EditTemplate/body.tid @@ -2,9 +2,9 @@ title: $:/core/ui/EditTemplate/body tags: $:/tags/EditTemplate \define lingo-base() $:/language/EditTemplate/ -<$reveal state="$:/ShowEditPreview" type="match" text="yes"> +<$reveal state="$:/state/showeditpreview" type="match" text="yes"> -<> <$button type="set" set="$:/ShowEditPreview" setTo="no"><> +<> <$button type="set" set="$:/state/showeditpreview" setTo="no"><>
@@ -22,9 +22,9 @@ tags: $:/tags/EditTemplate -<$reveal state="$:/ShowEditPreview" type="nomatch" text="yes"> +<$reveal state="$:/state/showeditpreview" type="nomatch" text="yes"> -<> <$button type="set" set="$:/ShowEditPreview" setTo="yes"><> +<> <$button type="set" set="$:/state/showeditpreview" setTo="yes"><> <$edit field="text" class="tw-edit-texteditor" placeholder={{$:/language/EditTemplate/Body/Placeholder}}/>