From: Matthias Schmidt Date: Thu, 28 Jul 2011 12:32:29 +0000 (+0200) Subject: Small corrections X-Git-Tag: 2.0.0_Beta_1~1930^2~11^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5d58e44b808be36cbc9b5f843a7a0e75964a8d4d;p=GitHub%2FWoltLab%2FWCF.git Small corrections --- diff --git a/wcfsetup/install/files/acp/templates/updateServerAdd.tpl b/wcfsetup/install/files/acp/templates/updateServerAdd.tpl index 0dfba92e30..02c923c7cc 100644 --- a/wcfsetup/install/files/acp/templates/updateServerAdd.tpl +++ b/wcfsetup/install/files/acp/templates/updateServerAdd.tpl @@ -31,7 +31,7 @@
{lang}wcf.acp.updateServer.data{/lang} -
+
diff --git a/wcfsetup/install/files/acp/templates/updateServerList.tpl b/wcfsetup/install/files/acp/templates/updateServerList.tpl index 603f71f6e0..419cf93557 100644 --- a/wcfsetup/install/files/acp/templates/updateServerList.tpl +++ b/wcfsetup/install/files/acp/templates/updateServerList.tpl @@ -40,46 +40,32 @@ - - - - - - + + + + + + {if $additionalHeadColumns|isset}{@$additionalHeadColumns}{/if} {foreach from=$updateServers item=updateServer} - + - - - - - - + + + + + + {if $additionalColumns[$updateServer->packageUpdateServerID]|isset}{@$additionalColumns[$updateServer->packageUpdateServerID]}{/if}

{lang}wcf.acp.updateServer.packageUpdateServerID{/lang}{if $sortField == 'packageUpdateServerID'} {/if}

{lang}wcf.acp.updateServer.serverURL{/lang}{if $sortField == 'serverURL'} {/if}

{lang}wcf.acp.updateServer.packages{/lang}{if $sortField == 'packages'} {/if}

{lang}wcf.acp.updateServer.status{/lang}{if $sortField == 'status'} {/if}

{lang}wcf.acp.updateServer.errorMessage{/lang}{if $sortField == 'errorMessage'} {/if}

{lang}wcf.acp.updateServer.lastUpdateTime{/lang}{if $sortField == 'lastUpdateTime'} {/if}

- + - + {if $additionalButtons[$updateServer->packageUpdateServerID]|isset}{@$additionalButtons[$updateServer->packageUpdateServerID]}{/if} {@$updateServer->packageUpdateServerID} - - {@$updateServer->serverURL} - - - {#$updateServer->packages} - - {@$updateServer->status} - -
- {@$updateServer->errorMessage|truncate:"30"} -
-
- {if $updateServer->lastUpdateTime}{@$updateServer->lastUpdateTime|time}{/if} -

{@$updateServer->packageUpdateServerID}

{@$updateServer->serverURL}

{#$updateServer->packages}

{@$updateServer->status}

{@$updateServer->errorMessage|truncate:"30"}

{if $updateServer->lastUpdateTime}{@$updateServer->lastUpdateTime|time}{/if}