Revize 74a7dbca
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/views/users/show.php | ||
---|---|---|
|
||
if ($this->acl_check_view('Login_logs_Controller', 'logs', $user_data->member_id))
|
||
$links[] = html::anchor('login_logs/show_by_user/'.$user_data->id, __('Show login logs'));
|
||
|
||
if ($this->acl_check_edit('Aro_groups_Controller', 'aro_group'))
|
||
$links[] = html::anchor('aro_groups/edit_user/'.$user_data->id, __('Edit access rights'));
|
||
|
||
echo implode (' | ', $links);
|
||
|
||
... | ... | |
</tr>
|
||
<?php foreach ($contacts as $i => $contact):?>
|
||
<tr>
|
||
<th><?php echo $contact_types[$i] ?></th>
|
||
<th><?php echo $contact_types[$i] . ' - ' . ($contact->verify == 1 ? __('Verified') : __('Not verified')) ?></th>
|
||
<td><?php echo $contact->value ?></td>
|
||
</tr>
|
||
<?php endforeach; ?>
|
||
... | ... | |
<?php foreach ($aro_groups as $aro_group):?>
|
||
<tr>
|
||
<th><?php echo __('Group') ?></th>
|
||
<td><?php echo __(''.$aro_group->name) ?></td>
|
||
<td><?php echo ($this->acl_check_view('Aro_groups_Controller', 'aro_group') ? html::anchor('aro_groups/show/'.$aro_group->id, __(''.$aro_group->name)) : __(''.$aro_group->name)) ?></td>
|
||
</tr>
|
||
<?php endforeach; ?>
|
||
<tr>
|
Také k dispozici: Unified diff
Merge from SVN branch 1.2.