FSN#38708 bolletjes/flags lijken klikbaar in showmode van meldingen en reserveringen
svn path=/Website/trunk/; revision=32256
This commit is contained in:
@@ -489,7 +489,7 @@ function parentButton()
|
||||
if ((urole == "bo" || urole == "fo") && mld_melding.flag)
|
||||
{
|
||||
// I would like the circle icon in the value instead of the label, but that is html-safe
|
||||
ROFIELDTR("fld", L("lcl_mld_flags")+I("fa-circle mldflag"+ mld_melding.flag), L("lcl_mld_flag" + mld_melding.flag));
|
||||
ROFIELDTR("fld showflag", L("lcl_mld_flags")+I("fa-circle mldflag"+ mld_melding.flag), L("lcl_mld_flag" + mld_melding.flag), {trclass: "showflag"});
|
||||
}
|
||||
BLOCK_END();
|
||||
|
||||
|
||||
@@ -1534,6 +1534,7 @@ FCLTHeader.Requires({plugins: ["jQuery", "kenmerk"],
|
||||
, { initKey: rrr.status_flag
|
||||
, label: L("lcl_res_flags")
|
||||
, onChange: "OnChangeSubstatus()"
|
||||
, trclass: "showflag"
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@@ -590,7 +590,7 @@ FCLTHeader.Requires({plugins: ["jQuery"]})
|
||||
if (rrr.status_flag)
|
||||
{
|
||||
// I would like the circle icon in the value instead of the label, but that is html-safe
|
||||
ROFIELDTR("fld", L("lcl_res_flags")+I("fa-circle resflag"+ rrr.status_flag), L("lcl_res_flag" + rrr.status_flag));
|
||||
ROFIELDTR("fld", L("lcl_res_flags")+I("fa-circle resflag"+ rrr.status_flag), L("lcl_res_flag" + rrr.status_flag), {trclass: "showflag"});
|
||||
}
|
||||
|
||||
if (restype == "R")
|
||||
|
||||
@@ -1383,6 +1383,11 @@ img.details, span.details, tr.details, i.details, div.ref {
|
||||
.fa { /* is dat te dapper? */
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.showflag .fa {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
img.lendobj {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
@@ -1454,7 +1459,7 @@ input[type=file] {
|
||||
i.bijlage, i.bijlage1, i.endicon {
|
||||
font-size: 1.2em;
|
||||
position: relative;
|
||||
color: #7B7B7B;
|
||||
/* color: #7B7B7B; */
|
||||
z-index: 1;
|
||||
top: 1px;
|
||||
left: -19px;
|
||||
@@ -3032,7 +3037,7 @@ body.likemodal {
|
||||
#mod_perslidwerkplek {min-width:500px;}
|
||||
#mod_substitutes {min-width: 500px; height: 370px;}
|
||||
#mod_queuemail {min-width:600px;}
|
||||
#mod_history {height: 200px;}
|
||||
#mod_history {height: 300px;}
|
||||
#mod_beslever {min-width:800px;}
|
||||
#mod_besprijs {min-width:350px;}
|
||||
#mod_besretour {min-width:600px;}
|
||||
@@ -4423,7 +4428,7 @@ span.draggable .mjborgbedrag {
|
||||
.jq-icon-info { background-color: #31708f; color: #d9edf7; border-color: #bce8f1; }
|
||||
.jq-icon-warning { background-color: #8a6d3b; color: #fcf8e3; border-color: #faebcc; }
|
||||
.jq-icon-error { background-color: #a94442; color: #f2dede; border-color: #ebccd1; }
|
||||
.jq-icon-success { background-color: ==blockheaderbackgroundcolor==; color: ==blockheadercolor==; border-color: #ebccd1; }
|
||||
.jq-icon-success { background-color: ==blockheadercolor==; color: ==blockheaderbackgroundcolor==; border-color: ==blockheadercolor==; }
|
||||
|
||||
.resartikelfoto {
|
||||
padding: 2px 2px 2px 20px;
|
||||
|
||||
Reference in New Issue
Block a user