QUAW#37079 Dubbele tekst bij aanvullen behandelingstekst

svn path=/Website/trunk/; revision=30298
This commit is contained in:
Erik Groener
2016-08-15 12:29:43 +00:00
parent 90d9465aad
commit fbe6efb631

View File

@@ -179,12 +179,12 @@ var timestamp_notes = new Date();
}
var refresher = '<img class="details blockrefresh" id="refresh" src="../Pictures/page_refresh.png" title="' + L("lcl_refresh") + '" onclick="FcltMgr.reload()">';
if (urole=="fo" || urole=="bo")
refresher += '<img class="details blockrefresh" id="printen" src="../Pictures/print.png" title="' + L("lcl_print_table") + '" onclick="doPrint()">';
refresher += '<img class="details blockrefresh" id="upload" src="../Pictures/attach.png" title="' + L("lcl_appendixes") + '" onclick="Upload()">';
BLOCK_START("mldHistorie", (tracking?L("lcl_status_details"):L("lcl_mld_frame_notes")) + refresher);
sql = "SELECT n.mld_melding_note_aanmaak"
@@ -349,7 +349,7 @@ var timestamp_notes = new Date();
%>
</form></td></tr>
<%
buttons = [{ title: L("lcl_submit"), action: "note_submit()", id: "note_submit"}];
buttons = [{ title: L("lcl_submit"), action: "note_submit()", id: "note_submit", singlepress: true}];
if (note_key > 0)
buttons.push({title: L("lcl_cancel"), icon: "undo.png", action: "note_submit_callback()"});