{* $Id$ *} {if $tiki_p_admin eq 'y' and $prefs.feature_debug_console eq 'y'}
{* Command prompt form *}
{tr}Debugger console{/tr} {icon name='delete'}
{tr}Current URL:{/tr} {$console_father|escape}
{tr}Command:{/tr}
     {tr}Type help to get list of available commands{/tr}
{* Generate tabs code if more than one tab, else make one div w/o button *} {* 1) Buttons bar *} {if count($tabs) > 1} {section name=i loop=$tabs} {/section}
{assign var=thistabshref value=$tabs[i].button_href} {assign var=thistabscaption value=$tabs[i].button_caption} {button _onclick=$thistabshref _text=$thistabscaption _ajax="n"}
{/if} {* 2) Divs with tabs *} {section name=i loop=$tabs}
{$tabs[i].tab_code}
{/section}
{/if}