public holiday contenteditable changed as false

This commit is contained in:
gandhimathi 2018-01-11 08:06:09 +00:00
parent 1995f713c0
commit 9647c8e8fe

View File

@ -107,9 +107,9 @@ $('html').bind('keypress', function(e)
<!-- <td style="text-align:right;"><?php echo $index ?></td> -->
<td contenteditable='true' style="text-align:left;"><?php if(!empty($day->H_Name)){echo $day->H_Name;}else{echo "NO DATA";}?></td>
<td contenteditable='true' style="text-align:right;"><?php echo $date;?></td>
<td contenteditable='false' style="text-align:right;"><?php echo $date;?></td>
<td style="text-align:right;"><a href='#' onclick = "DeleteRow(<?php echo $index ; ?>)" id="Del" ><span class="glyphicon glyphicon-trash"></span></a></td>
</tr>
<?php