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}