PCHE#36517 object scope kunnen verwijderen van individuele regels
svn path=/Website/branches/v2016.1/; revision=29418
This commit is contained in:
@@ -188,7 +188,7 @@ var cnt_srtcontract_type = oRs("cnt_srtcontract_type").value;
|
||||
j = 1;
|
||||
while (!oRs.eof)
|
||||
{
|
||||
%> <tr id="row<%=j+1000%>" OnClick="javascript:selectObjRow(<%=j%>);">
|
||||
%> <tr id="row<%=j+1000%>" OnClick="javascript:selectObjRow(<%=j+1000%>);">
|
||||
<td class="selectable" id="obj"><%/*note:this content is matched in itemExist, watch out! */ %>
|
||||
<%=oRs("omschrijving").value%></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user