diff options
Diffstat (limited to 'view/tpl/smarty3/groupeditor.tpl')
-rw-r--r-- | view/tpl/smarty3/groupeditor.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/smarty3/groupeditor.tpl b/view/tpl/smarty3/groupeditor.tpl index c79bb0a2a..894b19602 100644 --- a/view/tpl/smarty3/groupeditor.tpl +++ b/view/tpl/smarty3/groupeditor.tpl @@ -1,4 +1,8 @@ -<div id="group"> +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}<div id="group"> <h3>{{$groupeditor.label_members}}</h3> <div id="group-members" class="contact_list"> {{foreach $groupeditor.members as $c}} {{$c}} {{/foreach}} |