From 05e611b179a6ec1089fe4d721bc638d54eb4dbc2 Mon Sep 17 00:00:00 2001 From: Fahad Abbas Date: Wed, 3 Jun 2015 13:57:33 +0000 Subject: [PATCH] updated: create group: upload thumb added --- upload/styles/cb_27/layout/create_group.html | 8 ++++---- upload/styles/cb_27/layout/edit_group.html | 2 +- upload/styles/cb_27/layout/index.html | 6 ++++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/upload/styles/cb_27/layout/create_group.html b/upload/styles/cb_27/layout/create_group.html index fea0736a..81092edf 100644 --- a/upload/styles/cb_27/layout/create_group.html +++ b/upload/styles/cb_27/layout/create_group.html @@ -16,9 +16,9 @@
- +
- + Upload Thumb

{lang code='grp_must_be'} JPG | GIF | PNG

{lang code='grp_90x90'}

@@ -27,10 +27,10 @@
- + {foreach from=$requiredFields item=field}
+ {lang code='grp_info_all_fields_req'} {if $field.hint_1}

{$field.hint_1}

diff --git a/upload/styles/cb_27/layout/edit_group.html b/upload/styles/cb_27/layout/edit_group.html index 2c8e2187..b299247b 100644 --- a/upload/styles/cb_27/layout/edit_group.html +++ b/upload/styles/cb_27/layout/edit_group.html @@ -16,7 +16,7 @@ {* GETTING THUMBS INFO *}
- Thumbs + Upload Thumb
diff --git a/upload/styles/cb_27/layout/index.html b/upload/styles/cb_27/layout/index.html index 6ad4270e..b9ec65a2 100644 --- a/upload/styles/cb_27/layout/index.html +++ b/upload/styles/cb_27/layout/index.html @@ -356,17 +356,19 @@
- {if $collection.type=='p'} + {if $collection.type=='photos'} {$items = $cbphoto->collection->get_collection_items_with_details($collection.collection_id,0,$limit,false)} {else} {$items = get_videos_of_collection($collection.collection_id,0,$limit,false) } {/if} + + {if $items} {foreach from=$items item=item}