@@ -51,11 +51,11 @@ if (!oRs.eof)
|
||||
vraag_begin = oRs.Fields("fac_usrrap_vraagbegindatum").value=="1";
|
||||
vraag_eind = oRs.Fields("fac_usrrap_vraageinddatum").value=="1";
|
||||
ltableName = oRs.Fields("fac_usrrap_view_name").value;
|
||||
|
||||
|
||||
// mbmb
|
||||
var i = ltableName.indexOf('.');
|
||||
if (i != -1){
|
||||
ltableName = ltableName.substring(i+1);
|
||||
ltableName = ltableName.substring(i+1);
|
||||
}
|
||||
}
|
||||
oRs.close();
|
||||
@@ -104,8 +104,7 @@ oRs.close();
|
||||
<select id="<%="fclt_f_colvalue" + nr_charcols + "_l"%>" name="<%="fclt_f_colvalue" + nr_charcols + "_l"%>" size="1" style="display:none;">
|
||||
</select>
|
||||
</td><td>
|
||||
|
||||
<input type="button" value="?" id="<%="fclt_f_colvalue"+ nr_charcols+"_q"%>" title="<%=L("lcl_usrrep_beware")%>"
|
||||
<img src="../Pictures/comment.png" id="<%="fclt_f_colvalue"+ nr_charcols+"_q"%>" title="<%=L("lcl_usrrep_beware")%>"
|
||||
onClick="FillListbox('<%="fclt_f_colvalue" + nr_charcols%>','<%=column_name%>', <%=usrrap_key%>)">
|
||||
<input type="hidden" id="<%="fclt_f_colname" + nr_charcols%>" name="<%="fclt_f_colname" + nr_charcols%>" value="<%=column_name%>">
|
||||
<%
|
||||
|
||||
BIN
APPL/Pictures/comment.png
Normal file
BIN
APPL/Pictures/comment.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 612 B |
Reference in New Issue
Block a user