Subversion Repositories SmartDukaan

Rev

Rev 32843 | Rev 32891 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32843 Rev 32890
Line 370... Line 370...
370
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
370
                        <td><i class="far fa-arrow-alt-circle-down" style="background:pink;"></i><input type="date" id="ractual" placeholder="Recee Actual(Kamini)" disabled name="ractual1">
371
                        </td>
371
                        </td>
372
                    #end
372
                    #end
373
 
373
 
374
                   
374
                   
375
                    #if($pob.getDeploymentDate())
375
                    #if($pob.getDeploymentPlanedDate())
376
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
376
                        <td><i class="far fa-arrow-alt-circle-up" style="background:lime"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate"
377
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
377
                                   value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)" >
378
                        </td>
378
                        </td>
379
                    #else
379
                    #else
380
                        <td ><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">
380
                        <td ><i class="far fa-arrow-alt-circle-down" style="background:pink"></i><input type="date" id="deploymentPlanedDate" placeholder="Deployment Planed Date" disabled name="deploymentPlanedDate" value="$pob.getDeploymentPlanedDate().format($datehiphenFormatter)">