{namespace Confluence.Templates.CreateSpace} /** * Dialog form for the Add Space button. * * @param atlToken the XSRF token to send with the form * @param? buttons whether or not to display the form buttons * @param? fieldErrors the map of errors to display keyed by field name * @param? name initial value for the name field * @param? key initial value for the key field * @param? spacePermission initial space permission (defaults to edit) */ {template .createSpaceForm}
{getText('space.create.form.description')}
{/template} /** * Dialog form for the Add Personal Space link. * * @param atlToken the XSRF token to send with the form * @param? buttons whether or not to display the form buttons * @param? spacePermission initial space permission (defaults to edit) */ {template .createPersonalSpaceForm} {/template} /** * Common space permission options to show when creating a space. * @param spacePermission '' or 'private'. */ {template .spaceFormPermissions private="true"} {/template} /** * Buttons for the personal and regular space forms */ {template .spaceFormButtons private="true"} {/template} /** * A template for a dialog help link */ {template .helpLink} {call Confluence.Templates.Dialog.helpLink} {param href: docLink('help.add.space') /} {/call} {/template}