diff --git a/APPL/MLD/mld_list.inc b/APPL/MLD/mld_list.inc index 0324783136..ea4845589c 100644 --- a/APPL/MLD/mld_list.inc +++ b/APPL/MLD/mld_list.inc @@ -668,6 +668,11 @@ function mld_list (pautfunction, params) return mldSoortMelding; } + function fncolSubject(oRs) + { + return " " +safe.html(oRs("mld_melding_onderwerp").Value) + ""; + } + var summaryParams = { status_oms: new Array(), status_cnt : new Array() }; @@ -849,7 +854,7 @@ function mld_list (pautfunction, params) if (anygeo) { rst.addColumn(new Column({caption: L("lcl_place"), content: "plaatsmelding"})); } - rst.addColumn(new Column({caption: L("lcl_mld_subject"), content: "mld_melding_onderwerp", thClass: 'sorttable_alpha'})); + rst.addColumn(new Column({caption: L("lcl_mld_subject"), content: fncolSubject, thClass: 'sorttable_alpha'})); if (S("mld_print_loc_address") == 1) rst.addColumn(new Column({caption: L("lcl_location_address"), content: "alg_locatie_adres", purpose: PRINTING_ONLY})); if (minfo) diff --git a/APPL/Shared/default.csx b/APPL/Shared/default.csx index 8b635cc837..c302b468d2 100644 --- a/APPL/Shared/default.csx +++ b/APPL/Shared/default.csx @@ -552,7 +552,7 @@ td.multiselect:hover { cursor: pointer; } .rstable tbody tr.selected td { - background-color: #FFFFE0!important; + background-color: #DCE4FF !important; } .ia { /*inline action span */ @@ -605,6 +605,10 @@ td.listid { color: #ccc } + +.msb { /* mld subject in list */ + font-weight: bold; +} /* blockstyles */ .fcltframe { @@ -798,24 +802,6 @@ body.modal .fcltblock { border-right: 1px solid #eee; } -.fcltscenario { - background-color: #EEB066; - color: == #FFFFFF; - font-weight: bold; - font-size: 1.1em; - padding: 2px 0 0 2px; - height: 25px; -} - -.fcltactsit { - background-color: #FF0000; - color: == #FFFFFF; - font-weight: bold; - font-size: 1.1em; - padding: 2px 0 0 2px; - height: 25px; -} - #resDelete .fcltblockhead { height: auto; } @@ -4494,7 +4480,19 @@ td.kpidetails { .mjbplanned td { background-color: #FCF2E5; } -.scenerized1 td { + +.fcltscenario, .fcltactsit { + font-weight: bold; + font-size: 1.1em; + padding: 12px; + text-align: center; +} + +.stdmjb { + color: #aaa; + font-size: 0.9em; +} +.scenerized1 td, .fcltscenario { background-color: #EEB066; } .mjbstd td {