Commit 6a058338b430fc664edbe76958b2d1154b0f1d75
1 parent
68ac27e0
Exists in
master
and in
112 other branches
redmine #5241
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
help/downloadHOWTO
1 | -<li>1. To download a parameter/time table, <i>drag</i> it from the Parameters/Time Tables tree and <i>drop</i> | |
1 | +<li>1. To download a parameter / timeTable / catalog, <i>drag</i> it from the corresponding tree and <i>drop</i> | |
2 | 2 | onto the corresponding panel |
3 | -<li>2. To download data for the intervals from the time table activate the <i>TimeTable mode</i> in the Time Selection area and | |
4 | -<i>drag-and-drop</i> there the time table from the Time Tables tree | |
3 | +<li>2. To download data for the intervals from the TimeTable / Catalog activate the <i>TimeTable or Catalog mode</i> in the Time Selection area and | |
4 | +<i>drag-and-drop</i> there the TimeTable / Catalog from the corresponding tree | |
5 | 5 | </br> |
6 | 6 | |
7 | 7 | |
... | ... |
js/app/views/DownloadUI.js
... | ... | @@ -494,7 +494,7 @@ Ext.define('amdaUI.DownloadUI', { |
494 | 494 | store : Ext.create('Ext.data.Store', {model: 'amdaModel.TTobject'}), |
495 | 495 | columns: [ |
496 | 496 | { xtype: 'rownumberer', width: 20 }, |
497 | - { header: "Time Table Name", dataIndex: 'name', flex:1, sortable: false, menuDisabled: true}, | |
497 | + { header: "TimeTable/Catalog Name", dataIndex: 'name', flex:1, sortable: false, menuDisabled: true}, | |
498 | 498 | { |
499 | 499 | menuDisabled : true, width: 30, renderer: function(){ |
500 | 500 | return '<div class="icon-remover" style="width: 15px; height: 15px;"></div>'; |
... | ... |