Styling, o.a. aparte stijloptie voor melding_onderwerp in lijst (tbv Logcentre)
svn path=/Website/trunk/; revision=35005
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user