diff --git a/upload/admin_area/styles/cb_2014/layout/view_conversion_log.html b/upload/admin_area/styles/cb_2014/layout/view_conversion_log.html new file mode 100644 index 00000000..8799640d --- /dev/null +++ b/upload/admin_area/styles/cb_2014/layout/view_conversion_log.html @@ -0,0 +1,71 @@ +{if $data.File} + +

Converion Log for file {$data.file_name}.{$data.file_ext}

+

+ Reading Conversion log for file {$data.file_name} +

+

Conversion details

+
+
+ + + + + + {foreach from=$data item=value key=field} + + {if $field !='conversion_log' } + + + {/if} + + {/foreach} +
NameDetails
{$field|replace:'_':' '}{$value}
+
+ +
+
+ {$data.conversion_log|nl2br}
+

Complete conversion log

+ {literal} + Expand + + + + Copy + + {/literal} +
+
+ + + +{else} Log file was not found +{/if} \ No newline at end of file