diff --git a/upload/styles/cb_28/layout/edit_video.html b/upload/styles/cb_28/layout/edit_video.html index 671d373e..aea39449 100644 --- a/upload/styles/cb_28/layout/edit_video.html +++ b/upload/styles/cb_28/layout/edit_video.html @@ -10,101 +10,105 @@

Edit Video

+ +

Thumbs

+
+
+
Upload New Thumb
+ + +
+ +
+ + +
+
+ +
{* GETTING THUMBS INFO *} -

Thumbs

+
{assign var=vidthumbs value=get_thumb($v,1,TRUE,FALSE,TRUE,FALSE,'original')} {foreach from=$vidthumbs item=vid_thumb}
+ {lang code='default'} +
+
+ + {/foreach} +
+
+ {foreach from=$video_fields item=field_group} +
+

{$field_group.group_name}

+ {if $field_group.group_id == 'required_fields'} +
+ + +
+ {/if} + {foreach from=$field_group.fields item=field} +
+ + {if $field.title == 'Title' || $field.title == 'Description' || $field.title == 'Tags'} + {$field.class='form-control'} + {$formObj->createField($field)} + {else} + {$field.class = 'form-control'} + {$field.hint_1} + {if $field.type == 'checkbox'} + {$field.class=''} + {$field.label_class='checkbox'} + {$field.notShowSeprator=true} + {/if} + {if $field.type == 'radiobutton'} + {$field.class=''} + {$field.label_class='radio'} + {$field.notShowSeprator=true} + {/if} + {$formObj->createField($field)} + {$field.hint_2} + {/if} +
+ {if $field.name=='broadcast'} +
+ + +
+ {/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} - - -
-

Upload New Thumb

-
- - -
-
-
- - -
- - {foreach from=$video_fields item=field_group} -
-

{$field_group.group_name}

- {if $field_group.group_id == 'required_fields'} -
- - + {ANCHOR place="upload_subtitle"} + {ANCHOR place="edit_video_form"} +
+
- {/if} - {foreach from=$field_group.fields item=field} -
- - {if $field.title == 'Title' || $field.title == 'Description' || $field.title == 'Tags'} - {$field.class='form-control'} - {$formObj->createField($field)} - {else} - {$field.class = 'form-control'} - {$field.hint_1} - {if $field.type == 'checkbox'} - {$field.class=''} - {$field.label_class='checkbox'} - {$field.notShowSeprator=true} - {/if} - {if $field.type == 'radiobutton'} - {$field.class=''} - {$field.label_class='radio'} - {$field.notShowSeprator=true} - {/if} - {$formObj->createField($field)} - {$field.hint_2} - {/if} -
- {if $field.name=='broadcast'} -
- - -
- {/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} - {ANCHOR place="upload_subtitle"} - {ANCHOR place="edit_video_form"} -
- -
- + +
- - \ No newline at end of file + \ No newline at end of file