FSN#38685 plus min icoontje nu correct om

svn path=/Website/branches/v2016.3/; revision=32575
This commit is contained in:
2017-01-26 14:54:56 +00:00
parent 779f649501
commit daa7592dc9

View File

@@ -308,7 +308,7 @@ var new_item_key = 0; // Globaal
<%=disc_key != curr_disc_key? " closed" : ""%>"
onClick="ItemChoosed_obj(this, 'div_dis<%=curr_disc_key%>',<%=curr_disc_key%>, <%=hour_px%>)">
<a>
<i class='fa fa-lg fa-<%=existing?'minus':'plus'%>-square-o' style='position:relative;left:-15px;width:0px;'></i>
<i class='fa fa-lg fa-<%=disc_key != curr_disc_key?'plus':'minus'%>-square-o' style='position:relative;left:-15px;width:0px;'></i>
<%=safe.html(oRs1("ins_discipline_omschrijving").value)%>
<%=(existing? " (" + oRs2("aantal").value + ")" : "")%>
</a>