From: Marcel Werk Date: Tue, 20 Mar 2018 17:22:09 +0000 (+0100) Subject: Fixed missing section headlines in list of purchase store items X-Git-Tag: 3.1.2~2^2~40 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=49c2d3c17d64040a2aab53c122acd5644f4ebf6a;p=GitHub%2FWoltLab%2FWCF.git Fixed missing section headlines in list of purchase store items --- diff --git a/wcfsetup/install/files/acp/templates/pluginStorePurchasedItems.tpl b/wcfsetup/install/files/acp/templates/pluginStorePurchasedItems.tpl index a48ee60b45..6c80697486 100644 --- a/wcfsetup/install/files/acp/templates/pluginStorePurchasedItems.tpl +++ b/wcfsetup/install/files/acp/templates/pluginStorePurchasedItems.tpl @@ -22,15 +22,17 @@ {foreach from=$wcfMajorReleases item=wcfMajorRelease} {if !$productData[$wcfMajorRelease]|empty} - {if !$updateServers[$wcfMajorRelease]|isset} -

{lang}wcf.acp.pluginStore.purchasedItems.updateServer.missing{/lang}

- {else if $updateServers[$wcfMajorRelease]->isDisabled} -

{lang}wcf.acp.pluginStore.purchasedItems.updateServer.disabled{/lang}

- {else if $updateServers[$wcfMajorRelease]->lastUpdateTime == 0} -

{lang}wcf.acp.pluginStore.purchasedItems.updateServer.requireUpdate{/lang}

- {/if} - -
+
+

{lang}wcf.acp.pluginStore.purchasedItems.wcfMajorRelease{/lang}

+ + {if !$updateServers[$wcfMajorRelease]|isset} +

{lang}wcf.acp.pluginStore.purchasedItems.updateServer.missing{/lang}

+ {else if $updateServers[$wcfMajorRelease]->isDisabled} +

{lang}wcf.acp.pluginStore.purchasedItems.updateServer.disabled{/lang}

+ {else if $updateServers[$wcfMajorRelease]->lastUpdateTime == 0} +

{lang}wcf.acp.pluginStore.purchasedItems.updateServer.requireUpdate{/lang}

+ {/if} + @@ -65,7 +67,7 @@ {/foreach}
-
+ {/if} {/foreach} diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 0e8c457baa..ad8291d187 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1468,6 +1468,7 @@ GmbH=Gesellschaft mit beschränkter Haftung]]> hinzufügen.
Die Adresse des Servers lautet: „http://store.woltlab.com/{$wcfMajorRelease}/“]]>
+ diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 2b8f361df1..55876eace0 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1430,6 +1430,7 @@ add it.
The server address is: “http://store.woltlab.com/{$wcfMajorRelease}/”]]>
+