{ componentType: 'Jsw.bar.Button', title: jsLmsg('tabResources'); ?>, tabId: 'tab-resources', active: true, content: new Jsw.Container({ items: [{ overusePolicy)):?> componentType: 'Jsw.form.DisplayField', fieldLabel: jsLmsg('components.limits.overusePolicy'); ?>, value: overusePolicy) { echo $this->jsLmsg('components.limits.overuseSuspend'); } elseif (Limits_Policy_Overuse_Helper::SCHEME_SOFT == $this->overusePolicy) { echo $this->jsLmsg('components.limits.overuseBlock'); } else { echo $this->jsLmsg('components.limits.overuse'); } ?> overusePolicyNotify): ?> + ' (' + jsLmsg('components.limits.overuseNotify'); ?> + ')' }, { oversellPolicyHint)):?> componentType: 'Jsw.Hint', hint: jsEscape($this->oversellPolicyHint); ?> }, { oversellPolicy)):?> componentType: 'Jsw.form.DisplayField', fieldLabel: jsLmsg('components.limits.oversellPolicy'); ?>, componentType: 'Jsw.form.DisplayField', value: jsHtml($this->switchState($this->oversellPolicy)); ?> oversellPolicyEditLink)): ?> + ' ' + jsLmsg('changeOversellPolicyLink'); ?> + '' }, { componentType: 'Jsw.Panel', cls: 'form-box', title: '-' }, { componentType: 'Jsw.layout.TwoColumns', items: [{ componentType: 'Jsw.Panel', cls: 'form-box form-box-50x50', items: [{ componentType: 'Jsw.Hint', hint: jsLmsg('resourcesSummaryHint'); ?> }, mainResourceLimits as $limitName => $limitDetails): ?> partial('partials/resource-component.phtml', array('limitName' => $limitName, 'limitDetails' => $limitDetails)); ?>, null] }, { componentType: 'Jsw.Panel', id: 'panelMoreResources', cls: 'form-box form-box-50x50 b-collapsible', title: jsLmsg('showMoreResources'); ?>, hideContentTitle: jsLmsg('hideMoreResources'); ?>, collapsed: additionalLimitsExpanded? 'false': 'true';?>, items: [ additionalResourceLimits as $limitName => $limitDetails): ?> partial('partials/resource-component.phtml', array('limitName' => $limitName, 'limitDetails' => $limitDetails)); ?>, null] }] }] }) }