FSN#33999: Realisatie TMJ module: styling

svn path=/Website/trunk/; revision=30742
This commit is contained in:
Peter Feij
2016-09-15 16:20:10 +00:00
parent 45408e95aa
commit ffc6e860bc

View File

@@ -662,7 +662,7 @@ var transitParam = buildTransitParam(["disc", "srtgroep", "srtdeel", "srtcontrol
{
if (hasReadALGUSE || hasReadALGMAN)
{
return "<span class='details' title='{2}' onclick='naargebouw({0}, this)'>{1}</span>".format(oRs("alg_gebouw_key").Value, safe.html(oRs("alg_gebouw_omschrijving").Value), (fulldetails ? safe.html(L("lcl_estate_gebouw_title")): L("ins_srtcontrole_m")));
return "<span class='details' title='{2}' onclick='naargebouw({0}, this)'>{1}</span>".format(oRs("alg_gebouw_key").Value, safe.html(oRs("alg_gebouw_omschrijving").Value), (fulldetails ? safe.htmlattr(L("lcl_estate_gebouw_title")): L("ins_srtcontrole_m")));
}
else
return safe.html(oRs("alg_gebouw_omschrijving").Value);
@@ -672,7 +672,7 @@ var transitParam = buildTransitParam(["disc", "srtgroep", "srtdeel", "srtcontrol
{ // Alleen voor groupby Element(6) en Taak(7)
if (hasReadINSMAN)
{
return "<span class='details' title='{2}' onclick='naardeel({0}, this)'>{1}</span>".format(oRs("keyColumn").Value, safe.html(oRs("ins_deel_omschrijving").Value), safe.html(L("lcl_mld_deel_details")));
return "<span class='details' title='{2}' onclick='naardeel({0}, this)'>{1}</span>".format(oRs("keyColumn").Value, safe.html(oRs("ins_deel_omschrijving").Value), safe.htmlattr(L("lcl_mld_deel_details")));
}
else
return "<span title='{2}'>{1}</span>".format(oRs("keyColumn").Value, safe.html(oRs("ins_deel_omschrijving").Value), safe.htmlattr(oRs("ins_deel_opmerking").Value));
@@ -690,7 +690,7 @@ var transitParam = buildTransitParam(["disc", "srtgroep", "srtdeel", "srtcontrol
return "<span class='details' title='{2}' onclick='{0}'>{1}</span>"
.format(safe.htmlattr(fncall),
safe.html(oRs("ins_srtcontrole_omschrijving").Value),
safe.html(L("lcl_details")));
safe.htmlattr(L("lcl_details")));
}
else
return safe.html(oRs("ins_srtcontrole_omschrijving").Value);
@@ -812,7 +812,7 @@ var transitParam = buildTransitParam(["disc", "srtgroep", "srtdeel", "srtcontrol
multiple: true,
filterParams: params,
outputmode: outputmode,
//title: (parent_key? L("lcl_subobjects") : (koppel_key? L("lcl_ins_koppelobjects") : (inspect? L("lcl_ins_planned_activities"): L("lcl_ins_objects")))),
title: L("ins_srtcontrole_m"),
showAll: showall,
buttons: buttons
});