{block name="admin_module_center_protectedshops_config"}
{block name="admin_module_center_protectedshops_config_heading"}
{block name="admin_module_center_protectedshops_config_heading_config_tab_info"}
##config_tab_info
|
{/block}
{block name="admin_module_center_protectedshops_config_heading_config_tab_configuration"}
##config_tab_configuration
|
{/block}
{/block}
{block name="admin_module_center_protectedshops_config_wrapper"}
{block name="admin_module_center_protectedshops_config_form"}
{/block}
{/block}
{block name="admin_module_center_protectedshops_config_documents_available"}
{if $docinfo}
{block name="admin_module_center_protectedshops_config_documents_available_title"}
##documents_available
{/block}
{block name="admin_module_center_protectedshops_config_documents_available_table"}
{block name="admin_module_center_protectedshops_config_documents_available_table_thead"}
{block name="admin_module_center_protectedshops_config_documents_available_table_thead_ths"}
##document | ##last_modified |
{foreach from=$valid_formats item=format}
##format_{$format|strtolower} |
{/foreach}
##update |
##use |
{/block}
{/block}
{foreach from=$docinfo key=docname item=docdate}
{block name="admin_module_center_protectedshops_config_documents_available_table_row"}
{block name="admin_module_center_protectedshops_config_documents_available_table_row_tds"}
{$docname} |
{$docdate} |
{foreach from=$valid_formats item=format}
{if $localdocs[$docname][$format] == false}
{$txt.not_available} |
{else}
{$localdocs[$docname][$format]['document_date']} |
{/if}
{/foreach}
|
|
{/block}
{/block}
{/foreach}
{/block}
{block name="admin_module_center_protectedshops_config_documents_available_submit"}
{/block}
{/if}
{/block}
{/block}