1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-04 15:29:56 +00:00
TiddlyWiki5/plugins/tiddlywiki/tiddlyweb/syncer-actions-refresh.tid
2024-02-06 21:36:51 +08:00

18 lines
686 B
Plaintext

title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/refresh
tags: $:/tags/SyncerDropdown
\whitespace trim
<$let lingo-base="$:/plugins/tiddlywiki/tiddlyweb/language/">
<$wikify name=buttonText text="<<lingo Refresh/Button>>">
<$wikify name=ariaLabel text="<<lingo Refresh/Label>>">
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
<$button tooltip=<<ariaLabel>> aria-label=<<ariaLabel>> class="tc-btn-invisible">
<$action-sendmessage $message="tm-server-refresh"/>
{{$:/core/images/refresh-button}}
<span class="tc-btn-text"><<buttonText>></span>
</$button>
</$reveal>
</$wikify>
</$wikify>
</$let>