From a1ec52c5cbcda11514e664f05140f0d43ff65a26 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 28 Aug 2014 19:08:31 +0100 Subject: [PATCH] Rename more "tw-*" classes to "tc-*" Part of #764 --- core/modules/widgets/tiddler.js | 2 +- core/ui/AdvancedSearch.tid | 2 +- core/ui/AdvancedSearch/Filter.tid | 8 ++-- core/ui/AdvancedSearch/Shadows.tid | 4 +- core/ui/AdvancedSearch/Standard.tid | 4 +- core/ui/AdvancedSearch/System.tid | 4 +- core/ui/AlertTemplate.tid | 10 ++-- core/ui/BinaryWarning.tid | 2 +- core/ui/ControlPanel.tid | 2 +- core/ui/ControlPanel/Advanced.tid | 2 +- core/ui/ControlPanel/Appearance.tid | 2 +- core/ui/ControlPanel/Appearance/Toolbars.tid | 4 +- .../Appearance/Toolbars/EditToolbar.tid | 2 +- .../Appearance/Toolbars/PageControls.tid | 2 +- .../Appearance/Toolbars/ViewToolbar.tid | 2 +- core/ui/EditTemplate/tags.tid | 4 +- core/ui/EditTemplate/type.tid | 4 +- core/ui/PageTemplate/alerts.tid | 2 +- core/ui/SideBar/More.tid | 2 +- core/ui/SideBar/Tools.tid | 2 +- core/ui/SideBarLists.tid | 4 +- core/ui/TiddlerInfo/Tools.tid | 2 +- editions/tw5.com/tiddlers/GettingStarted.tid | 2 +- editions/tw5.com/tiddlers/ReleaseHistory.tid | 2 +- .../tw5.com/tiddlers/macros/TabsMacro.tid | 6 +-- .../tiddlers/widgets/TiddlerWidget.tid | 2 +- themes/tiddlywiki/seamless/base.tid | 4 +- themes/tiddlywiki/snowwhite/base.tid | 4 +- themes/tiddlywiki/vanilla/base.tid | 48 +++++++++---------- 29 files changed, 70 insertions(+), 70 deletions(-) diff --git a/core/modules/widgets/tiddler.js b/core/modules/widgets/tiddler.js index 2cfeb4f34..fcc4fabf1 100755 --- a/core/modules/widgets/tiddler.js +++ b/core/modules/widgets/tiddler.js @@ -57,7 +57,7 @@ TiddlerWidget.prototype.getTagClasses = function() { if(tiddler) { var tags = []; $tw.utils.each(tiddler.fields.tags,function(tag) { - tags.push("tw-tagged-" + encodeURIComponent(tag)); + tags.push("tc-tagged-" + encodeURIComponent(tag)); }); return tags.join(" "); } else { diff --git a/core/ui/AdvancedSearch.tid b/core/ui/AdvancedSearch.tid index f1e5e1e0c..b7aa7426a 100644 --- a/core/ui/AdvancedSearch.tid +++ b/core/ui/AdvancedSearch.tid @@ -1,5 +1,5 @@ title: $:/AdvancedSearch -