FSN#25744 jQuery/UI upgrade

svn path=/Website/trunk/; revision=16962
This commit is contained in:
Peter Feij
2013-02-28 08:33:36 +00:00
parent 87fa9e6504
commit 5abe25b428
2 changed files with 3 additions and 4 deletions

View File

@@ -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>
&nbsp;
<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

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B