{if $msg}
{$msg}
{/if}
{$counter = 1} {foreach from=$opt_list item=opt key=divid} {* Checking weather to show uploadin option to user or not *} {assign var=uploadOptId value=$opt.load_func} {if $Cbucket->configs.$uploadOptId=='yes'} {if $counter == 1}{$class = "active"}{else}{$class = ""}{/if}
{if $counter == 1} {/if} {load_form name=$opt.load_func button_class='cb_button_2' class='upload_form'}
{/if} {$counter = $counter + 1} {/foreach}