FSN#31965 deze velden in gridvorm klein houden

svn path=/Website/trunk/; revision=24437
This commit is contained in:
Peter Feij
2015-03-13 14:34:50 +00:00
parent 2f8f52fd76
commit 0b043d4a78
2 changed files with 4 additions and 4 deletions

View File

@@ -491,7 +491,7 @@ function AddItem(nofocus) // als je hieronder iets aanpast controleer dan ook fi
// Create description field
cell = tr.insertCell(-1);
cell.innerHTML = "<input type='text' class='fld'"
cell.innerHTML = "<input type='text' class='fld fldnotresponsive'"
+ " id='descript" + rowIndex + "' name='descript" + rowIndex + "' maxlength='60' value='" + descr + "'>";
// Create reference field
@@ -502,7 +502,7 @@ function AddItem(nofocus) // als je hieronder iets aanpast controleer dan ook fi
if (fin_enable_kostensoort != 0)
{ // Create charge type field
cell = tr.insertCell(-1);
cell.innerHTML = "<input id='fincostsrt" + rowIndex + "_show' class='fldcontactpers' value='" + ksrt_oms + "'" + ">"
cell.innerHTML = "<input id='fincostsrt" + rowIndex + "_show' class='fldfincostsrt fldnotresponsive' value='" + ksrt_oms + "'" + ">"
+ "<input type='hidden' id='fincostsrt" + rowIndex + "' name='fincostsrt" + rowIndex + "' value='" + ksrt_key + "'>";
var x = new Suggest({ objectName: "sgCostCentre" + rowIndex,