From: Alexander Ebert Date: Fri, 6 Mar 2015 18:41:31 +0000 (+0100) Subject: Removed debug code X-Git-Tag: 2.1.2~89 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90063f7b3d520df382acd80d4d30a45ad222de64;p=GitHub%2FWoltLab%2FWCF.git Removed debug code --- diff --git a/com.woltlab.wcf/templates/flexibleCategoryList.tpl b/com.woltlab.wcf/templates/flexibleCategoryList.tpl index 723678f66f..be593f72d8 100644 --- a/com.woltlab.wcf/templates/flexibleCategoryList.tpl +++ b/com.woltlab.wcf/templates/flexibleCategoryList.tpl @@ -16,7 +16,7 @@ getDescription()} class="jsTooltip" title="{$subCategoryItem->getDescription()}"{/if} style="font-size: 1rem;">categoryID|in_array:$flexibleCategoryListSelectedIDs}checked="checked" {/if}/> {$subCategoryItem->getTitle()} {if $subCategoryItem->hasChildren()} -
    +
      {foreach from=$subCategoryItem item=subSubCategoryItem}
    1. getDescription()} class="jsTooltip" title="{$subSubCategoryItem->getDescription()}"{/if}>categoryID|in_array:$flexibleCategoryListSelectedIDs}checked="checked" {/if}/> {$subSubCategoryItem->getTitle()}