]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/group_edit.tpl
Improvements to group editor - access checks and usability.
[timetracker.git] / WEB-INF / templates / group_edit.tpl
index f839d7e935a7768d2d53c8f93968f1f7b89a17d1..bb83d3a3eae75e934d2c5d05a96bc509a1fb4a7a 100644 (file)
@@ -27,7 +27,7 @@ function handleTaskRequiredCheckbox() {
       <td>
         <table cellspacing="1" cellpadding="2" border="0">
 {if isTrue($smarty.const.SUBGROUP_DEBUG)}
-{if $user->can('manage_subgroups')}
+{if $user->can('manage_subgroups') && $group_dropdown}
           <tr>
             <td align="right" nowrap>{$i18n.label.group}:</td>
             <td>{$forms.groupForm.group.control}</td>