FSN#39816 betere info in de lijsten safe.html
svn path=/Website/trunk/; revision=33134
This commit is contained in:
@@ -308,7 +308,7 @@ var authparams = user.checkAutorisation(autfunction);
|
||||
{
|
||||
return "<div class='listbodykop'>" + (oRs("plaatsmelding").Value? "<i class='fa fa-map-marker'></i> " + safe.html(oRs("plaatsmelding").Value) + "<br>" : "")
|
||||
+ "<i class='fa fa-clock-o'></i> " + toDateTimeString(oRs("mld_melding_einddatum").Value, false, false, true) + "</div>"
|
||||
+ (oRs("mld_melding_onderwerp").Value != null ? "<span class='subject'><i class='fa fa-chevron-right'></i> "+oRs("mld_melding_onderwerp").Value + "</span><br>" : "")
|
||||
+ (oRs("mld_melding_onderwerp").Value != null ? "<span class='subject'><i class='fa fa-chevron-right'></i> "+safe.html(oRs("mld_melding_onderwerp").Value) + "</span><br>" : "")
|
||||
+ (oRs("mld_melding_omschrijving").Value? "<div class='listbodytext'>" + safe.html(shorttxt(oRs("mld_melding_omschrijving").Value, S("rs_mobile_maxchar"))) + "</div>" : "");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user