From: Alexander Ebert Date: Fri, 21 Oct 2011 13:20:39 +0000 (+0200) Subject: Changed attribute order X-Git-Tag: 2.0.0_Beta_1~1671 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=899e81a4c521b7271ef44867c352632b3f17785d;p=GitHub%2FWoltLab%2FWCF.git Changed attribute order ID should always be the first element, followed by all other attributes, the last element should be "class". Metadata (data-* attributes) should always be appended to the end of all attributes, thus after "class" and before the closing tag. --- diff --git a/wcfsetup/install/files/acp/templates/cacheList.tpl b/wcfsetup/install/files/acp/templates/cacheList.tpl index 46f6373d22..57a4adc904 100644 --- a/wcfsetup/install/files/acp/templates/cacheList.tpl +++ b/wcfsetup/install/files/acp/templates/cacheList.tpl @@ -61,7 +61,7 @@ {counter name=cacheIndex assign=cacheIndex print=false start=0} {if $files|count}
- +

{$cache} {#$files|count}

diff --git a/wcfsetup/install/files/acp/templates/cronjobList.tpl b/wcfsetup/install/files/acp/templates/cronjobList.tpl index cf839a0a3e..628cea433c 100644 --- a/wcfsetup/install/files/acp/templates/cronjobList.tpl +++ b/wcfsetup/install/files/acp/templates/cronjobList.tpl @@ -72,13 +72,13 @@ {if $__wcf->session->getPermission('admin.system.cronjob.canEditCronjob')} - + {else} {/if} {if $cronjob->canBeDisabled()} - + {else} {if $cronjob->active} @@ -93,7 +93,7 @@ {/if} {if $cronjob->isDeletable()} - + {else} {/if} diff --git a/wcfsetup/install/files/acp/templates/header.tpl b/wcfsetup/install/files/acp/templates/header.tpl index cc173e6db3..d19e3be367 100644 --- a/wcfsetup/install/files/acp/templates/header.tpl +++ b/wcfsetup/install/files/acp/templates/header.tpl @@ -148,18 +148,18 @@ {* work-around for unknown core-object during WCFSetup *} {if PACKAGE_ID} {foreach from=$__wcf->getACPMenu()->getMenuItems('') item=parentMenuItem} -