1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-03-17 05:09:51 +00:00

Rename class "btn-big-green" to "tc-btn-big-green"

Part of #764
This commit is contained in:
Jermolene
2014-08-28 17:30:12 +01:00
parent b374e10cc6
commit 9173e944df
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ caption: {{$:/language/ControlPanel/Tools/Caption}}
! <<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>>

View File

@@ -1,4 +1,4 @@
title: $:/snippets/download-wiki-button
\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>