From d0f77a5ef802be18753ebb549813f2594cb5c168 Mon Sep 17 00:00:00 2001 From: David Huynh Date: Mon, 15 Mar 2010 18:48:39 +0000 Subject: [PATCH] Minor layout tweak in clustering dialog. git-svn-id: http://google-refine.googlecode.com/svn/trunk@298 7d457c2a-affb-35e4-300a-418c747d4874 --- .../scripts/dialogs/clustering-dialog.js | 78 +++++++++---------- 1 file changed, 38 insertions(+), 40 deletions(-) diff --git a/src/main/webapp/scripts/dialogs/clustering-dialog.js b/src/main/webapp/scripts/dialogs/clustering-dialog.js index 9408e579c..e839e23d3 100644 --- a/src/main/webapp/scripts/dialogs/clustering-dialog.js +++ b/src/main/webapp/scripts/dialogs/clustering-dialog.js @@ -28,46 +28,44 @@ ClusteringDialog.prototype._createDialog = function() { ).appendTo(frame); var html = $( - '
' + - '
' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '
' + - 'Method: ' + - '' + - '
Keying Function:
' + - '' + - '
' + - '' + - '' + - '' + - '
' + - '
' + - '
' + - '
' + '
' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '
' + + 'Method: ' + + '' + + '
Keying Function:
' + + '' + + '
' + + '' + + '' + + '' + + '
' + + '
' + + '
' ).appendTo(body); this._elmts = DOM.bind(html);