File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
ckanext/dataexplorer/public/vendor/recline Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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> \
You can’t perform that action at this time.
0 commit comments