Skip to content

Commit 59b4936

Browse files
committed
Merge branch 'feature/data-explorer-button-labels' into 'master'
Change data explorer button labels. See merge request datopian/clients/nhs-dataexplorer!24
2 parents ef27b62 + 1438120 commit 59b4936

File tree

1 file changed

+7
-7
lines changed
  • ckanext/dataexplorer/public/vendor/recline

1 file changed

+7
-7
lines changed

ckanext/dataexplorer/public/vendor/recline/recline.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ this.recline.View = this.recline.View || {};
27622762
</div> \
27632763
<div class="menu-right"> \
27642764
<div class="btn-group" data-toggle="buttons-checkbox"> \
2765-
<button href="#" data-action="extractor" class="btn btn-default">Extract</button> \
2765+
<button href="#" data-action="extractor" class="btn btn-default">Data Explorer options</button> \
27662766
</div> \
27672767
</div> \
27682768
<div class="query-editor-here" style="display:inline;"></div> \
@@ -4753,11 +4753,11 @@ this.recline.View = this.recline.View || {};
47534753
className: "recline-data-extractor well",
47544754
template:
47554755
" \
4756-
<div> \
4757-
<h3>" +
4758-
ckan.i18n._("Extract & download") +
4759-
'</h3> \
4760-
<form action="" method="POST" class="form-stacked select-format-form"> \
4756+
<div>" +
4757+
// <h3>" +
4758+
// ckan.i18n._("Extract & download") +
4759+
// '</h3> \
4760+
'<form action="" method="POST" class="form-stacked select-format-form"> \
47614761
<fieldset> \
47624762
<label>' +
47634763
ckan.i18n._("Format") +
@@ -4771,7 +4771,7 @@ this.recline.View = this.recline.View || {};
47714771
// ckan.i18n._("Downloads are limited to 200000 rows") +
47724772
'</p> \
47734773
<button type="submit" class="btn extract-button">' +
4774-
ckan.i18n._("Download") +
4774+
ckan.i18n._("Download filtered records") +
47754775
"</button> \
47764776
</form> \
47774777
</div> \

0 commit comments

Comments
 (0)