mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
parent
b374e10cc6
commit
9173e944df
@ -11,7 +11,7 @@ caption: {{$:/language/ControlPanel/Tools/Caption}}
|
|||||||
|
|
||||||
! <<lingo Export/Heading>>
|
! <<lingo Export/Heading>>
|
||||||
|
|
||||||
<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="btn-big-green"><<lingo Export/AllAsStaticHTML/Caption>> {{$:/core/images/save-button}}</$button>
|
<$button message="tw-download-file" param="$:/core/templates/alltiddlers.template.html" class="tc-btn-big-green"><<lingo Export/AllAsStaticHTML/Caption>> {{$:/core/images/save-button}}</$button>
|
||||||
|
|
||||||
! <<lingo Encryption/Heading>>
|
! <<lingo Encryption/Heading>>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
title: $:/snippets/download-wiki-button
|
title: $:/snippets/download-wiki-button
|
||||||
|
|
||||||
\define lingo-base() $:/language/ControlPanel/Tools/Download/
|
\define lingo-base() $:/language/ControlPanel/Tools/Download/
|
||||||
<$button message="tw-download-file" param="$:/core/save/all" class="btn-big-green"><<lingo Full/Caption>> {{$:/core/images/save-button}}</$button>
|
<$button message="tw-download-file" param="$:/core/save/all" class="tc-btn-big-green"><<lingo Full/Caption>> {{$:/core/images/save-button}}</$button>
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/editions/tw5.com/snippets/download-empty-button
|
title: $:/editions/tw5.com/snippets/download-empty-button
|
||||||
|
|
||||||
<$button message="tw-download-file" param="$:/editions/tw5.com/download-empty" class="btn-big-green">Download Empty {{$:/core/images/save-button}}</$button>
|
<$button message="tw-download-file" param="$:/editions/tw5.com/download-empty" class="tc-btn-big-green">Download Empty {{$:/core/images/save-button}}</$button>
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/plugins/tiddlywiki/upgrade/save
|
title: $:/plugins/tiddlywiki/upgrade/save
|
||||||
|
|
||||||
<$button message="tw-download-file" param="$:/plugins/tiddlywiki/upgrade/save-tiddler-filter" class="btn-big-green">Save upgraded ~TiddlyWiki file {{$:/core/images/save-button}}</$button>
|
<$button message="tw-download-file" param="$:/plugins/tiddlywiki/upgrade/save-tiddler-filter" class="tc-btn-big-green">Save upgraded ~TiddlyWiki file {{$:/core/images/save-button}}</$button>
|
||||||
|
@ -260,7 +260,7 @@ button svg, button img {
|
|||||||
fill: <<colour muted-foreground>>;
|
fill: <<colour muted-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-big-green {
|
.tc-btn-big-green {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin: 4px 8px 4px 8px;
|
margin: 4px 8px 4px 8px;
|
||||||
background: <<colour download-background>>;
|
background: <<colour download-background>>;
|
||||||
|
Loading…
Reference in New Issue
Block a user