diff --git a/core/ui/ImportListing.tid b/core/ui/ImportListing.tid index 22ad2ace4..ddf49a8ce 100644 --- a/core/ui/ImportListing.tid +++ b/core/ui/ImportListing.tid @@ -41,13 +41,13 @@ $(currentTiddler)$!!popup-$(payloadTiddler)$ <$checkbox field=<> checked="checked" unchecked="unchecked" default="checked"/> -<$reveal type="nomatch" stateTitle=<> text="yes" tag="div"> -<$button class="tc-btn-invisible tc-btn-dropdown" setTitle=<> setTo="yes"> +<$reveal type="nomatch" state=<> text="yes" tag="div"> +<$button class="tc-btn-invisible tc-btn-dropdown" set=<> setTo="yes"> {{$:/core/images/right-arrow}} <$text text=<>/> -<$reveal type="match" stateTitle=<> text="yes" tag="div"> -<$button class="tc-btn-invisible tc-btn-dropdown" setTitle=<> setTo="no"> +<$reveal type="match" state=<> text="yes" tag="div"> +<$button class="tc-btn-invisible tc-btn-dropdown" set=<> setTo="no"> {{$:/core/images/down-arrow}} <$text text=<>/> @@ -58,7 +58,7 @@ $(currentTiddler)$!!popup-$(payloadTiddler)$ -<$reveal type="match" text="yes" stateTitle=<> tag="div"> +<$reveal type="match" text="yes" state=<> tag="div"> <$list filter="[{$:/state/importpreviewtype}has[text]]" variable="listItem" emptyMessage={{$:/core/ui/ImportPreviews/Text}}> <$transclude tiddler={{$:/state/importpreviewtype}}/>