[s`Design theme update failure`] {if empty($parent_only)}{$theme.name|escape}{else}{$theme.parent_theme.name|escape}{/if} {$theme_original_version|escape}
[s`This design theme cannot be updated.`]
{if !empty($parent_theme_problem_files.not_readable) || !empty($theme_problem_files.not_readable)}
[s`Insufficient permissions to read files`]:
{if !empty($parent_theme_problem_files.not_readable)}
{foreach $parent_theme_problem_files.not_readable as $_file_path}
- {str_replace("\\", '/', $_file_path)|escape}
{/foreach}
{/if}
{if !empty($theme_problem_files.not_readable)}
{foreach $theme_problem_files.not_readable as $_file_path}
- {str_replace("\\", '/', $_file_path)|escape}
{/foreach}
{/if}
{/if}
{if !empty($parent_theme_problem_files.not_writable) || !empty($theme_problem_files.not_writable)}
[s`Insufficient permissions to write to files`]:
{if !empty($parent_theme_problem_files.not_writable)}
{foreach $parent_theme_problem_files.not_writable as $_file_path}
- {str_replace("\\", '/', $_file_path)|escape}
{/foreach}
{/if}
{if !empty($theme_problem_files.not_writable)}
{foreach $theme_problem_files.not_writable as $_file_path}
- {str_replace("\\", '/', $_file_path)|escape}
{/foreach}
{/if}
{/if}