permissions.tcl

Permissions for the subsite itself.

Location:
/packages/calendar/www/admin/permissions.tcl
Author:
Lars Pind <lars@collaboraid.biz>
Created:
2003-06-13
CVS ID:
$Id: permissions.tcl,v 1.4 2017/08/07 23:48:05 gustafn Exp $

Related Files

[ hide source ]

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.4 2017/08/07 23:48:05 gustafn Exp $
} {
    object_id:naturalnum,notnull
}

set page_title "Permissions"

set context [list $page_title]


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