#* @vtlvariable name="action" type="com.atlassian.confluence.security.actions.EditSpacePermissionDefaultsAction" *# $action.getActionName($action.getClass().getName()) defaultspaceperms #applyDecorator("root") #decoratorParam("helper" $action.helper) ## use space.vmd if context starts with 'space-'. otherwise, the context string is the decorator name #decoratorParam("context" "space-administration") ## a hack, if the mode does not start with 'create-', space tabs will be shown #decoratorParam("mode" "create-default-space-permissions") #decoratorParam("infopanel-width" "200px")
#form_xsrfToken()

$action.getText('admin.defaultspacepermissions.default.title')

$i18n.getText("admin.defaultspacepermissions.default.desc") $i18n.getText("admin.defaultspacepermissions.default.confadmingroup.info")

#set($a = ["g"]) #showPermissions( $a $action "true")
#bodytag ("Component" "theme='custom'" "label='Grant browse permission to'" "name='groupsToAdd'" "template='textfield-and-picker.vm'") #param ("formName" "editdefaultspacepermissions") #param ("fieldClass" "autocomplete-group autocomplete-field") #param ("groupSearchActionName" "dosearchgroupsfilterexisting.action") #param ("buttonOff" false) #param ("value" $selectedGroups) #param ("buttonName" "groupsToAddButton") #param ("imgTitle" "$action.getText('find.groups')") #param ("linkId" "grouppicker-popup-link") #end
#tag( "Submit" "name='cancel'" "value='cancel.name'" "theme='notable'" "cssClass='aui-button aui-button-link'")
##
##parse ( "/spaces/space-operations.vm" ) #end