Commit e5d06aa0 authored by Frank Bergmann's avatar Frank Bergmann

-- added link to create folder structure when intranet-customer-portal is installed

parent 2924c70f
......@@ -396,6 +396,12 @@ if {$execution_project_enabled_p && [im_permission $current_user_id add_projects
</A>[im_gif -translate_p 0 help $exec_pr_help]</li>\n"
}
if { [apm_package_enabled_p "intranet-customer-portal"] && ( [im_profile::member_p -profile_id [im_pm_group_id] -user_id $user_id] || [im_profile::member_p -profile_id [im_admin_group_id] -user_id $user_id]) } {
append admin_html_content "
<li><A href=\"/intranet-customer-portal/create-dir-structure?project_id=$project_id\">[lang::message::lookup "" intranet-customer-portal.CreateFolderStructure "Create folder structure"]</A></li>\n"
}
# ---------------------------------------------------------------------
# Import/Export Box
# ---------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment