|
25 | 25 | {{headScript}}
|
26 | 26 | <script type="text/javascript">
|
27 | 27 | Ext.namespace('Axis');
|
28 |
| - Ext.BLANK_IMAGE_URL = Axis.secureUrl + '/js/ext-3.3.1/resources/images/default/s.gif'; |
| 28 | + Ext.BLANK_IMAGE_URL = Axis.secureUrl + '/js/ext-3.4.0/resources/images/default/s.gif'; |
29 | 29 | </script>
|
30 | 30 |
|
31 | 31 | <?php
|
|
35 | 35 | ->offsetSetStylesheet(-98, 'navigation.css')
|
36 | 36 | ->offsetSetStylesheet(-96, 'elements.css')
|
37 | 37 | ->offsetSetStylesheet(-94, 'tabs.css')
|
38 |
| - ->offsetSetStylesheet(-92, 'js/ext-3.3.1/resources/css/ext-all.css') |
39 |
| - ->offsetSetStylesheet(-90, 'js/ext-3.3.1/resources/css/xtheme-gray.css') |
40 |
| - ->offsetSetStylesheet(-88, 'js/ext-3.3.1/examples/ux/css/ux-all.css') |
| 38 | + ->offsetSetStylesheet(-92, 'js/ext-3.4.0/resources/css/ext-all.css') |
| 39 | + ->offsetSetStylesheet(-90, 'js/ext-3.4.0/resources/css/xtheme-gray.css') |
| 40 | + ->offsetSetStylesheet(-88, 'js/ext-3.4.0/examples/ux/css/ux-all.css') |
41 | 41 | ->offsetSetStylesheet(-86, 'js/ext-ux/grid/RowActions.css')
|
42 | 42 | ->offsetSetStylesheet(-84, 'js/ext-ux/maximbg.treegrid/css/TreeGrid.css')
|
43 | 43 | ->offsetSetStylesheet(-82, 'js/ext-axis/resources/css/ext-axis-all.css')
|
|
46 | 46 | $this->headScript()
|
47 | 47 | ->setProxy('axis_core')
|
48 | 48 | ->offsetSetFile(-100, 'js/jquery/jquery-1.6.4.min.js')
|
49 |
| - ->offsetSetFile(-98, 'js/ext-3.3.1/adapter/jquery/ext-jquery-adapter.js') |
50 |
| - ->offsetSetFile(-96, 'js/ext-3.3.1/ext-all-debug.js') |
51 |
| - ->offsetSetFile(-94, 'js/ext-3.3.1/examples/ux/ux-all-debug.js') |
| 49 | + ->offsetSetFile(-98, 'js/ext-3.4.0/adapter/jquery/ext-jquery-adapter.js') |
| 50 | + ->offsetSetFile(-96, 'js/ext-3.4.0/ext-all-debug.js') |
| 51 | + ->offsetSetFile(-94, 'js/ext-3.4.0/examples/ux/ux-all-debug.js') |
52 | 52 | ->offsetSetFile(-92, 'js/axis/admin/core/script.js')
|
53 | 53 | ->offsetSetFile(-90, 'js/axis/admin/core/ajax.js')
|
54 | 54 | ->offsetSetFile(-78, 'js/axis/admin/core/translate.js');
|
|
95 | 95 | $this->headScript()->offsetSetFile(-75, 'js/axis/admin/translation/'. $locale .'/core.js');
|
96 | 96 |
|
97 | 97 | if ('uk_UA' === $locale) {
|
98 |
| - $this->headScript()->appendFile('js/ext-3.3.1/src/locale/ext-lang-ukr.js'); |
99 |
| - } elseif (file_exists('js/ext-3.3.1/src/locale/ext-lang-' . $locale . '.js')) { |
| 98 | + $this->headScript()->appendFile('js/ext-3.4.0/src/locale/ext-lang-ukr.js'); |
| 99 | + } elseif (file_exists('js/ext-3.4.0/src/locale/ext-lang-' . $locale . '.js')) { |
100 | 100 | $this->headScript()->appendFile(
|
101 |
| - 'js/ext-3.3.1/src/locale/ext-lang-' . $locale . '.js' |
| 101 | + 'js/ext-3.4.0/src/locale/ext-lang-' . $locale . '.js' |
102 | 102 | );
|
103 |
| - } elseif (file_exists('js/ext-3.3.1/src/locale/ext-lang-' . Axis_Locale::getLocale()->getLanguage() . '.js')) { |
| 103 | + } elseif (file_exists('js/ext-3.4.0/src/locale/ext-lang-' . Axis_Locale::getLocale()->getLanguage() . '.js')) { |
104 | 104 | $this->headScript()->appendFile(
|
105 |
| - 'js/ext-3.3.1/src/locale/ext-lang-' . Axis_Locale::getLocale()->getLanguage() . '.js' |
| 105 | + 'js/ext-3.4.0/src/locale/ext-lang-' . Axis_Locale::getLocale()->getLanguage() . '.js' |
106 | 106 | );
|
107 | 107 | }
|
108 | 108 | ?>
|
|
0 commit comments