Renamed Protograph Node dialog's title to Schema Skeleton Node.

Made deleting a protograph link update the previews.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@316 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-03-17 22:55:40 +00:00
parent 124960e756
commit d56bbc1208
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ SchemaAlignmentDialog.UILink.prototype._renderMain = function() {
window.setTimeout(function() {
self._parentUINode.removeLink(self);
self._tr.parentNode.removeChild(self._tr);
self._dialog.preview();
}, 100);
});

View File

@ -248,7 +248,7 @@ SchemaAlignmentDialog.UINode.prototype._showNodeConfigDialog = function() {
frame.width("800px");
var header = $('<div></div>').addClass("dialog-header").text("Protograph Node").appendTo(frame);
var header = $('<div></div>').addClass("dialog-header").text("Schema Skeleton Node").appendTo(frame);
var body = $('<div></div>').addClass("dialog-body").appendTo(frame);
var footer = $('<div></div>').addClass("dialog-footer").appendTo(frame);