FSN#38685 Icon vernieuwd (en daarna verwijderd ivm consistentie)

svn path=/Website/branches/v2016.3/; revision=32494
This commit is contained in:
2017-01-23 12:07:15 +00:00
parent 367523cfc0
commit b03f61384c
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ var ICONS = {
"impersonate.png" : "fa-handshake-o",
"innemen.png" : "fa-arrow-circle-down",
"inspfinish.png" : "fa-flag-o",
"finish.png" : "fa-flag-o",
"finish.png" : "fa-flag-o",
"invoice.png" : "fa-file-text-o",
"key.png" : "fa-code",
"legenda.png" : "fa-list-ul",
@@ -62,6 +62,7 @@ var ICONS = {
"outlook.png" : "fa-calendar",
"otp_code.png" : "fa-unlock-alt",
"page_refresh.png" : "fa-refresh",
"paste_plain.png" : "fa-paste",
"plus.png" : "fa-plus",
"print.png" : "fa-print",
"qr_code.png" : "fa-mobile",

View File

@@ -278,7 +278,7 @@ lcl.set_dialect(mld_melding.srtdisc, "MLD_SRTDISCIPLINE_KEY");
BLOCK_END();
buttons = [];
if (has_opdr_opm)
buttons.push({title: L("lcl_mld_opm_paste"), icon: "paste_plain.png", action: "mld_opmpaste()", id: "opmpaste", showIcon: true});
buttons.push({title: L("lcl_mld_opm_paste"), icon: "paste_plain.png", action: "mld_opmpaste()", id: "opmpaste"});
buttons.push({title: L("lcl_close"), icon: "accept.png", action: "mld_close()", singlepress: true, id: "btn_close_submit" })
buttons.push({title: L("lcl_cancel"), icon: "cancel.png", action: "mld_cancel()" });