{if ! empty( $mod_transitions )} {tikimodule error=$module_params.error title=$tpl_module_title name="category_transition" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
{foreach from=$mod_transitions item=trans}
{if ! $trans.enabled} Why?
{foreach item=reason from=$trans.explain} {if $reason.class eq 'missing'}

{tr _0=$reason.count}Missing %0 of the following categories:{/tr}

{elseif $reason.class eq 'extra'}

{tr _0=$reason.count}%0 extra of the following categories:{/tr}

{elseif $reason.class eq 'unknown'}

{tr _0=$reason.count}Unknown comparison:{/tr}

{elseif $reason.class eq 'invalid'}

{tr _0=$reason.count}Impossible condition, %0 of:{/tr}

{/if}
    {foreach from=$reason.set item=state}
  • {categoryName id=$state}
  • {/foreach}
{/foreach}
{/if}
{/foreach} {jq}{literal} $('.mouseover:not(.done)') .addClass('done') .each( function( k, e ) { $(e.href.substr(e.href.lastIndexOf('#'))).hide(); } ) .click( function( e ) { e.preventDefault(); $(this.href.substr(this.href.lastIndexOf('#'))).toggle('fast'); } ); {/literal}{/jq}
{/tikimodule} {/if}