{* too much hassle to provide non-js version of this stuff for now *} {if $gBitThemes->isJavascriptEnabled()} {if $fileList}
{foreach from=$fileList.dir item=finfo}
{biticon ipackage="icons" iname="folder" id="image-`$finfo.relpath`" iexplain="Open"} {$finfo.name}
{/foreach} {foreach from=$fileList.file item=finfo} {if $finfo.relpath}
{biticon iname=view-list-text iexplain="File"} {$finfo.name} {$finfo.size|display_bytes}
{else}
{biticon ipackage="icons" iname="dialog-warning" iexplain="Empty"} [{tr}empty{/tr}]
{/if} {/foreach}
{else}

{tr}Load Files{/tr}

{formhelp note="Click on the folders to open them and on the files to insert the path in the input field."} {/if} {/if}