%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/page/admin/
Upload File :
Create Path :
Current File : //data/old/home/stash/atlassian/stash/3.7.1/atlassian-stash/static/page/admin/licenseedit.soy

{namespace stash.admin}

/**
* @param serverId
* @param form
* @param? fieldErrors
* @param? formErrors
*/
{template .licenseedit}
{webResourceManager_requireResourcesForContext('stash.page.admin.license.edit')}
{call stash.layout.admin}
    {param activeTab: 'admin-settings-licensing' /}
    {param content}
        <header class="aui-page-header">
            <div class="aui-page-header-inner">
                <div class="aui-page-header-main">
                    <h2>{getText('stash.web.license.edit.title')}</h2>
                </div>
            </div>
        </header>
        {call stash.widget.xsrfProtectedForm}
            {param action: nav_admin_license() /}
            {param extraClasses: 'license'/}
            {param errors: $formErrors /}
            {param content}
                {call widget.form.licenseForm}
                    {param license: $form.license/}
                    {param serverId: $serverId/}
                    {param required: false/}
                    {param labelContent}{getText('stash.web.license.label')}{/param}
                    {param tooltipContent}{getText('stash.web.license.label.tooltip')}{/param}
                    {param fieldErrors: $fieldErrors/}
                {/call}
                {call widget.aui.form.buttons}
                    {param content}
                        {call widget.aui.form.submit}
                            {param id: 'submit' /}
                            {param isPrimary: true /}
                            {param label: getText('stash.web.license.save') /}
                        {/call}
                        {call widget.aui.form.cancelButton}
                            {param href: nav_admin_license() /}
                        {/call}
                    {/param}
                {/call}
            {/param}
        {/call}
    {/param}
{/call}
{/template}

Zerion Mini Shell 1.0