Beispiel #1
0
echo __('Discussions');
?>
</th>      
      <th><?php 
echo __('Extra');
?>
</th>
    </tr>
  </thead>
  <tbody>
    <?php 
foreach ($users_groupss as $users_groups) {
    ?>
    <tr>
      <td><?php 
    echo $lc->delete_mbutton($users_groups->getId()) . ' ' . $lc->edit_button($users_groups->getId());
    ?>
</td>      
      <td><?php 
    echo '<b>' . $users_groups->getName() . '</b>' . '<br><span style="font-size:11px;"> - ' . __('Assigned Users') . ': ' . UsersGroups::countUsersByGroupId($users_groups->getId()) . '</span>';
    ?>
</td>
      <td><?php 
    echo UsersGroups::getAccessTable($users_groups, 'projects');
    ?>
</td>      
      <td><?php 
    echo UsersGroups::getAccessTable($users_groups, 'tasks');
    ?>
</td>
      <td><?php