Move trophyBadge template to the correct folder
authorJoshua Rüsweg <josh@bastelstu.be>
Wed, 5 Jul 2017 19:18:36 +0000 (21:18 +0200)
committerJoshua Rüsweg <josh@bastelstu.be>
Wed, 5 Jul 2017 19:19:04 +0000 (21:19 +0200)
See #2315

com.woltlab.wcf/templates/trophyBadge.tpl [new file with mode: 0644]
wcfsetup/setup/template/trophyBadge.tpl [deleted file]

diff --git a/com.woltlab.wcf/templates/trophyBadge.tpl b/com.woltlab.wcf/templates/trophyBadge.tpl
new file mode 100644 (file)
index 0000000..6e305d1
--- /dev/null
@@ -0,0 +1,6 @@
+<span 
+       class="icon icon{$size} fa-{$trophy->iconName} trophyIcon jsTooltip" 
+       style="color: {$trophy->iconColor}; background-color: {$trophy->badgeColor}"
+       data-trophy-id="{$trophy->trophyID}"
+       title="{$trophy->getTitle()}"
+></span>
diff --git a/wcfsetup/setup/template/trophyBadge.tpl b/wcfsetup/setup/template/trophyBadge.tpl
deleted file mode 100644 (file)
index 6e305d1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<span 
-       class="icon icon{$size} fa-{$trophy->iconName} trophyIcon jsTooltip" 
-       style="color: {$trophy->iconColor}; background-color: {$trophy->badgeColor}"
-       data-trophy-id="{$trophy->trophyID}"
-       title="{$trophy->getTitle()}"
-></span>