From 45ab0ebdc3a02771d3256767e3b560aab2515ec2 Mon Sep 17 00:00:00 2001 From: sikanderzel Date: Thu, 26 May 2016 12:24:30 +0500 Subject: [PATCH] videos can be removed from collections via admin panel --- .../styles/cb_2014/layout/manage_items.html | 51 +++++++++++++++---- 1 file changed, 42 insertions(+), 9 deletions(-) diff --git a/upload/admin_area/styles/cb_2014/layout/manage_items.html b/upload/admin_area/styles/cb_2014/layout/manage_items.html index 6ed87250..5453e6fa 100644 --- a/upload/admin_area/styles/cb_2014/layout/manage_items.html +++ b/upload/admin_area/styles/cb_2014/layout/manage_items.html @@ -1,3 +1,4 @@ +

Manage Items - {$data.collection_name}

@@ -43,7 +44,7 @@ @@ -75,18 +76,49 @@ {/if} + + {if $type == 'videos'} + + + + + + +
+
+
+
+ +
+
+ {$obj[list].title} + {$obj[list].date_added|niceTime} + {lang code='views'} : {$obj[list].views|number_format} +
+ {if $obj[list].featured=='yes'}Featured{else}{/if} + + {if $obj[list].active=='yes'}Active{else}InActive{/if} + + Viewed {$obj[list].last_viewed|niceTime} +
+ +
+
+
+ {/if} {/section}
- +
+ {$obj[list].videoid}
+ {/if} {/if}
+ {*section name=list loop=$obj*} + {*if $type == 'videos'*} - {if $type == 'videos'} - - - - -
  • @@ -112,6 +144,7 @@
    -
  • + --> - {/if} + {*/if*} + {*/section*} \ No newline at end of file