Styling, o.a. aparte stijloptie voor melding_onderwerp in lijst (tbv Logcentre)

svn path=/Website/trunk/; revision=35005
This commit is contained in:
Peter Feij
2017-08-18 07:30:36 +00:00
parent 5fcdd475e6
commit 83974795fe
2 changed files with 24 additions and 21 deletions

View File

@@ -668,6 +668,11 @@ function mld_list (pautfunction, params)
return mldSoortMelding;
}
function fncolSubject(oRs)
{
return " <span class='msb'>" +safe.html(oRs("mld_melding_onderwerp").Value) + "</span>";
}
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)

View File

@@ -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 {