From 5d58e44b808be36cbc9b5f843a7a0e75964a8d4d Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 28 Jul 2011 14:32:29 +0200 Subject: [PATCH] Small corrections --- .../files/acp/templates/updateServerAdd.tpl | 2 +- .../files/acp/templates/updateServerList.tpl | 44 +++++++------------ 2 files changed, 16 insertions(+), 30 deletions(-) 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} -- 2.20.1

{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}