Revize 2104
Přidáno uživatelem Ondřej Fibich před více než 11 roky(ů)
freenetis/branches/1.1/application/controllers/members.php | ||
---|---|---|
}
|
||
|
||
// export contacts
|
||
$member_links[] = html::anchor(
|
||
'export/vcard/' . $member_id . server::query_string(),
|
||
__('Export contacts'),
|
||
array
|
||
(
|
||
'title' => __('Export contacts'),
|
||
'class' => 'popup_link'
|
||
)
|
||
);
|
||
if ($this->acl_check_view('Members_Controller', 'members'))
|
||
{
|
||
$member_links[] = html::anchor(
|
||
'export/vcard/' . $member_id . server::query_string(),
|
||
__('Export contacts'),
|
||
array
|
||
(
|
||
'title' => __('Export contacts'),
|
||
'class' => 'popup_link'
|
||
)
|
||
);
|
||
}
|
||
|
||
$member_links[] = html::anchor(
|
||
'members/registration_export/'.$member->id,
|
||
... | ... | |
);
|
||
}
|
||
|
||
if (!$is_association)
|
||
if (!$is_association && module::e('approval'))
|
||
{
|
||
// user's works link
|
||
if (Settings::get('works_enabled') &&
|
Také k dispozici: Unified diff
Opravy:
- pridani chybejicich kontrol prav v profilu clena (export kontaktu, pozadavky)