From 90063f7b3d520df382acd80d4d30a45ad222de64 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 6 Mar 2015 19:41:31 +0100 Subject: [PATCH] Removed debug code --- com.woltlab.wcf/templates/flexibleCategoryList.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()} -- 2.20.1