diff --git a/upload/admin_area/styles/cb_2014/layout/edit_group.html b/upload/admin_area/styles/cb_2014/layout/edit_group.html index 34bd9d8d..4162cbf4 100644 --- a/upload/admin_area/styles/cb_2014/layout/edit_group.html +++ b/upload/admin_area/styles/cb_2014/layout/edit_group.html @@ -3,65 +3,159 @@ {* Loading Form Fields *} {assign var='requiredFields' value=$cbgroup->load_required_fields($group,true)} {assign var='optionFields' value=$cbgroup->load_other_fields($group)} -
Editing {$group.title}
Thumbs -
+
+
{$LANG.grp_must_be} JPG | GIF | PNG {$LANG.grp_90x90} {$LANG.grp_thumb_warn}
+ + +
Required Details {foreach from=$requiredFields item=field} -
- {$field.class='form-control'} - - {if $field.hint_1}{$field.hint_1}
{/if} -{if $field.anchor_before}{ANCHOR place=$field.anchor_before}
{/if} -{$formObj->createField($field)}
- -{$field.hint_2} - - {/foreach} -
- Group Stats -
- - -
-
- - -
-
- - -
-
- - -
- Other Details - {foreach from=$optionFields item=field} + {if $field.title=='Group name'} {$field.class='form-control'} -
-
- {if $field.hint_1}{$field.hint_1}
{/if} -{if $field.anchor_before}{ANCHOR place=$field.anchor_before}
{/if} -{$formObj->createField($field)}
+
+
+ + {$formObj->createField($field)} +
+ {/if} + {/foreach} + {foreach from=$requiredFields item=field} + {if $field.title=='Tags'} + {$field.class='form-control'} +
+ + {$formObj->createField($field)} +
+ {/if} + {/foreach} + {foreach from=$requiredFields item=field} + {if $field.title=='Description'} + {$field.class='form-control'} +
+ + {$formObj->createField($field)} +
+
+ {/if} + {/foreach} + {foreach from=$requiredFields item=field} + {if $field.title=='Choose a unique group name URL:'} + {$field.class='form-control'} +
+
+ + {$formObj->createField($field)} +
+ {/if} + {/foreach} + {foreach from=$requiredFields item=field} + {if $field.title=='Group Category:'} + {$field.class='form-control'} +
+ + {$formObj->createField($field)} +
+
-{$field.hint_2} + {/if} + {/foreach} + + + + + + + + + + + +
+ +
+
+ {foreach from=$optionFields item=field} + {if $field.title=='Privacy'} + {$field.class='form-control'} +
+ {if $field.hint_1}{$field.hint_1}
{/if} + {$formObj->createField($field)} + {/if} {/foreach} -
+
+
+ {foreach from=$optionFields item=field} + {if $field.title=='Forum Posting:'} + {$field.class='form-control'} +
+ {if $field.hint_1}{$field.hint_1}
{/if} + {$formObj->createField($field)} + {/if} + {/foreach} +
+
- \ No newline at end of file + + + + + + \ No newline at end of file