From: Marcel Werk Date: Wed, 1 Jun 2016 16:50:50 +0000 (+0200) Subject: Small template improvements X-Git-Tag: 3.0.0_Beta_1~1545 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=976844d7d7421263c69b80699fe302a9aad5a7e9;p=GitHub%2FWoltLab%2FWCF.git Small template improvements --- diff --git a/wcfsetup/install/files/acp/templates/tagList.tpl b/wcfsetup/install/files/acp/templates/tagList.tpl index 278e9f49b2..2e6a107c8d 100644 --- a/wcfsetup/install/files/acp/templates/tagList.tpl +++ b/wcfsetup/install/files/acp/templates/tagList.tpl @@ -35,12 +35,12 @@ {if $items}
-

{lang}wcf.acp.tag.list.search{/lang}

+

{lang}wcf.global.filter{/lang}

-
+
- +
diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 0918f28157..8b1f50a184 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -63,7 +63,7 @@ - +
  • {#$stats.count} {if $stats.count == 1}Dateianhang{else}Dateianhänge{/if}
  • {@$stats.size|filesize}
  • {#$stats.downloads} Download{if $stats.downloads != 1}s{/if}
  • ]]>
    diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 8c505f42c0..a95ecf5d85 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -63,7 +63,7 @@ - +
  • {#$stats.count} Attachment{if $stats.count != 1}s{/if}
  • {@$stats.size|filesize}
  • {#$stats.downloads} Download{if $stats.downloads != 1}s{/if}
  • ]]>