From 2f994e9461abac967e3ed23ac7adbc50ac84e272 Mon Sep 17 00:00:00 2001 From: Awais-cb Date: Fri, 12 May 2017 19:39:31 +0500 Subject: [PATCH] Modified: made some changes in Ui also upload thumb button functional --- upload/styles/cb_28/layout/edit_video.html | 170 +++++++++++---------- 1 file changed, 87 insertions(+), 83 deletions(-) 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

- - {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