permissions.tcl

Permissions for the subsite itself.

Location:
/packages/acs-subsite/www/admin/applications/permissions.tcl
Author:
Lars Pind <lars@collaboraid.biz>
Created:
2003-06-13
CVS ID:
$Id: permissions.tcl,v 1.3 2017/08/07 23:47:58 gustafn Exp $

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {
    Permissions for the subsite itself.
    
    @author Lars Pind (lars@collaboraid.biz)
    @creation-date 2003-06-13
    @cvs-id $Id: permissions.tcl,v 1.3 2017/08/07 23:47:58 gustafn Exp $
} {
    package_id:naturalnum,notnull
}

set page_title "[apm_instance_name_from_id $package_id] Permissions"

set context [list [list "." "Applications"$page_title]


# Local variables:
#    mode: tcl
#    tcl-indent-level: 4
#    indent-tabs-mode: nil
# End: