diff --git a/main/webapp/modules/core/scripts/views/data-table/add-column-dialog.html b/main/webapp/modules/core/scripts/views/data-table/add-column-dialog.html
new file mode 100644
index 000000000..10582d206
--- /dev/null
+++ b/main/webapp/modules/core/scripts/views/data-table/add-column-dialog.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+
New column name
+
+
+
+
On error
+
set to blank store error keep original
+
+
$EXPRESSION_PREVIEW_WIDGET$
+
+
+
+
\ No newline at end of file
diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-editor.html b/main/webapp/modules/core/scripts/views/data-table/cell-editor.html
new file mode 100644
index 000000000..5d84e3402
--- /dev/null
+++ b/main/webapp/modules/core/scripts/views/data-table/cell-editor.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
Enter
+
Esc
+
+
+
apply to other cells with same content (Ctrl-Enter)
+
+
\ No newline at end of file
diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-recon-preview-popup-header.html b/main/webapp/modules/core/scripts/views/data-table/cell-recon-preview-popup-header.html
new file mode 100644
index 000000000..2de22969b
--- /dev/null
+++ b/main/webapp/modules/core/scripts/views/data-table/cell-recon-preview-popup-header.html
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-recon-search-for-match.html b/main/webapp/modules/core/scripts/views/data-table/cell-recon-search-for-match.html
new file mode 100644
index 000000000..dd5060150
--- /dev/null
+++ b/main/webapp/modules/core/scripts/views/data-table/cell-recon-search-for-match.html
@@ -0,0 +1,16 @@
+
+
Search for Match
+
+
+
Search Freebase for topic to match
+
+
+
Match other cells with same content
+
+
+
+
+
\ No newline at end of file
diff --git a/main/webapp/modules/core/scripts/views/data-table/column-header.html b/main/webapp/modules/core/scripts/views/data-table/column-header.html
new file mode 100644
index 000000000..87d90d430
--- /dev/null
+++ b/main/webapp/modules/core/scripts/views/data-table/column-header.html
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/main/webapp/modules/core/scripts/views/data-table/data-table-cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/data-table-cell-ui.js
index 748a2118e..feb1df622 100644
--- a/main/webapp/modules/core/scripts/views/data-table/data-table-cell-ui.js
+++ b/main/webapp/modules/core/scripts/views/data-table/data-table-cell-ui.js
@@ -252,24 +252,9 @@ DataTableCellUI.prototype._doJudgmentForSimilarCells = function(judgment, params
DataTableCellUI.prototype._searchForMatch = function(suggestOptions) {
var self = this;
- var frame = DialogSystem.createDialog();
- frame.width("400px");
-
- var header = $('').addClass("dialog-header").text("Search for Match").appendTo(frame);
- var body = $('').addClass("dialog-body").appendTo(frame);
- var footer = $('').addClass("dialog-footer").appendTo(frame);
-
- var html = $(
- '
' +
- '
Search Freebase for topic to match ' + this._cell.v + '
\ No newline at end of file
diff --git a/main/webapp/modules/core/scripts/views/data-table/split-column-dialog.html b/main/webapp/modules/core/scripts/views/data-table/split-column-dialog.html
new file mode 100644
index 000000000..6591849f3
--- /dev/null
+++ b/main/webapp/modules/core/scripts/views/data-table/split-column-dialog.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
How to Split Column
+
+
+
+
by separator
+
+
+
Separator
+
regular expression
+
+
+
Split into
+
columns at most (leave blank for no limit)
+
+
+
+
by field lengths
+
+
+
+
+
+
List of integers separated by commas, e.g., 5, 7, 15
+
+
+
+
+
+
+
After Splitting
+
+
+
+
Guess cell type
+
+
+
+
Remove this column
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html b/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html
new file mode 100644
index 000000000..313299d40
--- /dev/null
+++ b/main/webapp/modules/core/scripts/views/data-table/text-transform-dialog.html
@@ -0,0 +1,18 @@
+