From 0cea9a236535cb6f86ba376bf5365c8b60bf9449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Thu, 23 Jul 2009 21:05:29 +0000 Subject: Add the id tag to the row helper javascript created input objects. Make the controls of aliases clearly show that they can be even alias names with autocomplete.(Loop checking is not yet implemented). --- usr/local/www/javascript/row_helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/javascript') diff --git a/usr/local/www/javascript/row_helper.js b/usr/local/www/javascript/row_helper.js index 15d23f1..8193043 100755 --- a/usr/local/www/javascript/row_helper.js +++ b/usr/local/www/javascript/row_helper.js @@ -25,7 +25,7 @@ var addRowTo = (function() { for (i = 0; i < field_counter_js; i++) { td = d.createElement("td"); if(rowtype[i] == 'textbox') { - td.innerHTML=" "; + td.innerHTML=" "; } else if(rowtype[i] == 'select') { td.innerHTML=" "; } else { -- cgit v1.1