%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/985914/root/data/old/home/stash/atlassian-stash/static/page/admin/
Upload File :
Create Path :
Current File : //proc/985914/root/data/old/home/stash/atlassian-stash/static/page/admin/logging.soy

{namespace stash.admin}

/**
* @param settings
* @param? formErrors
* @param? saved
*/
{template .logging}
{webResourceManager_requireResourcesForContext('stash.page.admin.logging')}
{call stash.layout.admin}
    {param activeTab: 'admin-support-logging' /}
    {param content}
        <header class="aui-page-header">
            <div class="aui-page-header-inner">
                <div class="aui-page-header-main">
                    <h2>{getText('stash.web.loggingprofiling')}</h2>
                </div>
            </div>
        </header>

        {call widget.aui.group.group}
            {param content}
                {call widget.aui.group.item}
                    {param content}
                        {if $saved}
                            {call widget.aui.message.success}
                                {param content}
                                    {getText('stash.web.profiling.saved')}
                                {/param}
                            {/call}
                        {/if}
                        {call widget.form.xsrfProtectedForm}
                            {param action: '' /}
                            {param errors: $formErrors /}
                            {param content}
                                {call widget.aui.form.checkbox}
                                    {param id: 'enableDebugLogging' /}
                                    {param labelContent: getText('stash.web.config.logging.enabledebuglogging') /}
                                    {param checked: $settings.enableDebugLogging /}
                                    {param disabled: $settings.debugLoggingNotConfigurable /}
                                    {param autofocus: true /}
                                    {param descriptionContent}
                                        {getText('stash.web.config.logging.enabled.description')}
                                     {/param}
                                {/call}
                                {call widget.aui.form.checkbox}
                                    {param id: 'enableProfiling' /}
                                    {param labelContent: getText('stash.web.config.profiling.enableprofiling') /}
                                    {param checked: $settings.enableProfiling /}
                                    {param description: getText('stash.web.config.profiling.enabled.description')/}
                                {/call}
                                {call widget.aui.form.buttons}
                                    {param content}
                                        {call widget.aui.form.submit}
                                            {param id: 'submit' /}
                                            {param isPrimary: true /}
                                            {param accessKey: 's' /}
                                            {param label: getText('stash.web.button.save') /}
                                        {/call}
                                        {call widget.aui.form.cancelButton}
                                            {param href: nav_admin() /}
                                        {/call}
                                    {/param}
                                {/call}
                            {/param}
                        {/call}
                    {/param}
                {/call}
            {/param}
        {/call}
    {/param}
{/call}
{/template}

Zerion Mini Shell 1.0