Commit 38c35fa6f444c8c352246a2b03759227ef8d7aa8

Authored by elena
1 parent 70aabdee

catalog howto tbd

help/catalogHOWTO 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +TBD
  2 +
  3 +
... ...
help/statisticsHOWTO 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +TBD
  2 +
  3 +
... ...
js/app/views/CatalogUI.js
... ... @@ -485,7 +485,7 @@ Ext.define('amdaUI.CatalogUI', {
485 485 iconCls: 'icon-information',
486 486 loader: {
487 487 autoLoad: true,
488   - url: helpDir+'downloadHOWTO'
  488 + url: helpDir+'catalogHOWTO'
489 489 }
490 490 }
491 491 ]
... ...
js/app/views/StatisticsUI.js
... ... @@ -331,7 +331,7 @@ Ext.define('amdaUI.StatisticsUI', {
331 331 iconCls: 'icon-information',
332 332 loader: {
333 333 autoLoad: true,
334   - url: helpDir+'downloadHOWTO'
  334 + url: helpDir+'statisticsHOWTO'
335 335 }
336 336 }
337 337 ]
... ...