public holiday contenteditable changed as false
This commit is contained in:
parent
1995f713c0
commit
9647c8e8fe
@ -107,9 +107,9 @@ $('html').bind('keypress', function(e)
|
|||||||
<!-- <td style="text-align:right;"><?php echo $index ?></td> -->
|
<!-- <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: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>
|
<td style="text-align:right;"><a href='#' onclick = "DeleteRow(<?php echo $index ; ?>)" id="Del" ><span class="glyphicon glyphicon-trash"></span></a></td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user