From 6a058338b430fc664edbe76958b2d1154b0f1d75 Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Wed, 2 Aug 2017 12:57:03 +0200 Subject: [PATCH] redmine #5241 --- help/downloadHOWTO | 6 +++--- js/app/views/DownloadUI.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/help/downloadHOWTO b/help/downloadHOWTO index 240bb1b..46e04d8 100644 --- a/help/downloadHOWTO +++ b/help/downloadHOWTO @@ -1,7 +1,7 @@ -<li>1. To download a parameter/time table, <i>drag</i> it from the Parameters/Time Tables tree and <i>drop</i> +<li>1. To download a parameter / timeTable / catalog, <i>drag</i> it from the corresponding tree and <i>drop</i> onto the corresponding panel -<li>2. To download data for the intervals from the time table activate the <i>TimeTable mode</i> in the Time Selection area and -<i>drag-and-drop</i> there the time table from the Time Tables tree +<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 +<i>drag-and-drop</i> there the TimeTable / Catalog from the corresponding tree </br> diff --git a/js/app/views/DownloadUI.js b/js/app/views/DownloadUI.js index 2425957..39e8166 100644 --- a/js/app/views/DownloadUI.js +++ b/js/app/views/DownloadUI.js @@ -494,7 +494,7 @@ Ext.define('amdaUI.DownloadUI', { store : Ext.create('Ext.data.Store', {model: 'amdaModel.TTobject'}), columns: [ { xtype: 'rownumberer', width: 20 }, - { header: "Time Table Name", dataIndex: 'name', flex:1, sortable: false, menuDisabled: true}, + { header: "TimeTable/Catalog Name", dataIndex: 'name', flex:1, sortable: false, menuDisabled: true}, { menuDisabled : true, width: 30, renderer: function(){ return '<div class="icon-remover" style="width: 15px; height: 15px;"></div>'; -- libgit2 0.21.2