diff --git a/upload/admin_area/styles/cb_2014/layout/editor_pick.html b/upload/admin_area/styles/cb_2014/layout/editor_pick.html index e2bc6bdb..caff3f04 100644 --- a/upload/admin_area/styles/cb_2014/layout/editor_pick.html +++ b/upload/admin_area/styles/cb_2014/layout/editor_pick.html @@ -1,70 +1,94 @@ -Editor's Pick +

Editor's Pick

+ +
+ + -
- - -
- - - - - - - - - -{assign var = bgcolor value = ""} -{section name=list loop=$videos} - - - - - - - {if $bgcolor == ""} - {assign var = bgcolor value = "#EEEEEE"} - {else} - {assign var = bgcolor value = ""} - {/if} - -{/section} -
- OrderDetails 
- - {$videos[list].title} - Remove from editor's pick— - - Featured:{$videos[list].featured} • - Active:{$videos[list].active} • - Status:{$videos[list].status} - -
- -
 
-
- - - - -
+ + + + + +
+ OrderDetails 
+ + + + + + + + + {if $videos} + {foreach from=$videos item=video} + + + + + + + + {/foreach} + {/if} +
+ VIDVideos Details 
+ + {$video.sort} +
+
+
+
+ +
+
+ + {$video.title|truncate:80} ({if + $video.duration>1}{$video.duration|SetTime}{else}00:00{/if})
+ {$video.date_added|niceTime} + {lang code='views'} : {$video.views|number_format} +
+ {if $video.featured=='yes'}Featured{else}{/if} + + {if $video.active=='yes'}Active{else}InActive{/if} + + {if $video.status=='yes'}Successful{else}Processing{/if} + + Viewed {$video.last_viewed|niceTime} +
+
+
+
+ +
+
+ +
+ + + + +
+ +