Subversion Repositories SmartDukaan

Rev

Rev 35971 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35971 Rev 35977
Line 479... Line 479...
479
<div align="center">
479
<div align="center">
480
    #if($loiForm.getLoiDoc()>0||$loiForm.getLoiSignOtp()>0)
480
    #if($loiForm.getLoiDoc()>0||$loiForm.getLoiSignOtp()>0)
481
        <button onclick="printDiv()" class="btn-success">Print & Save</button>
481
        <button onclick="printDiv()" class="btn-success">Print & Save</button>
482
    #end
482
    #end
483
    <button value="$loiForm.getId()" id="LOI_otp" class="btn-success">Send OTP</button>
483
    <button value="$loiForm.getId()" id="LOI_otp" class="btn-success">Send OTP</button>
-
 
484
    <span id="otp_status" style="display:none; margin:0 10px; font-weight:bold; color:green;"></span>
484
    <button type="button" value="$loiForm.getId()" id="confirmSign" class="btn-success">Confirm Sign</button>
485
    <button type="button" value="$loiForm.getId()" id="confirmSign" class="btn-success">Confirm Sign</button>
485
 
-
 
486
 
-
 
487
</div>
486
</div>
488
 
487
 
489
</html>
488
</html>
490
 
489
 
491
 
490