diff --git a/upload/styles/cb_27/layout/edit_video.html b/upload/styles/cb_27/layout/edit_video.html index 7d7f568c..e1db4307 100644 --- a/upload/styles/cb_27/layout/edit_video.html +++ b/upload/styles/cb_27/layout/edit_video.html @@ -1,4 +1,5 @@ {$myAccountLinks = $userquery->my_account_links()} +{assign var='custom_upload_fields' value=$Upload->load_custom_upload_fields($v,TRUE)}
{include file="$style_dir/blocks/manage/account_menu.html"}
@@ -65,9 +66,23 @@ {/if} {/foreach}
+ {/foreach} + + {foreach from=$custom_upload_fields item=field} +
+
+ +
+
+ {$field.class='form-control'} + {$field.hint_1}
{ANCHOR place=$field.anchor_before}{$formObj->createField($field)} +

+ {$field.hint_2} +
+ {/foreach}