PNBR#36652 Printen van Notities & tracking/behandeling-aanvulling
svn path=/Website/trunk/; revision=29856
This commit is contained in:
@@ -70,6 +70,10 @@ var timestamp_notes = new Date();
|
|||||||
{
|
{
|
||||||
window.location.href = "mld_show_note2.asp?urole=<%=urole%>&mld_key=<%=mld_key%>&tracking=<%=tracking?1:0%>";
|
window.location.href = "mld_show_note2.asp?urole=<%=urole%>&mld_key=<%=mld_key%>&tracking=<%=tracking?1:0%>";
|
||||||
}
|
}
|
||||||
|
function doPrint()
|
||||||
|
{
|
||||||
|
window.open("./mld_show_note.asp?urole=<%=urole%>&mld_key=<%=mld_key%>&outputmode=1");
|
||||||
|
}
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
$('textarea').autogrow();
|
$('textarea').autogrow();
|
||||||
@@ -141,7 +145,9 @@ var timestamp_notes = new Date();
|
|||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
|
|
||||||
var refresher = '<img class="details blockrefresh" id="refresh" src="../Pictures/page_refresh.png" title="' + L("lcl_refresh") + '" onclick="FcltMgr.reload()">'
|
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()">';
|
||||||
BLOCK_START("mldHistorie", (tracking?L("lcl_status_details"):L("lcl_mld_frame_notes")) + refresher);
|
BLOCK_START("mldHistorie", (tracking?L("lcl_status_details"):L("lcl_mld_frame_notes")) + refresher);
|
||||||
|
|
||||||
sql = "SELECT n.mld_melding_note_aanmaak"
|
sql = "SELECT n.mld_melding_note_aanmaak"
|
||||||
|
|||||||
Reference in New Issue
Block a user