mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-mobile-client.git
synced 2026-08-19 04:14:06 +00:00
delivery arranagement, popup after click appointment
This commit is contained in:
@@ -326,8 +326,8 @@
|
||||
|
||||
<!-- Consolidation End Here-->
|
||||
</form>
|
||||
<div class="form-row txt-right">
|
||||
<a href="arrangements-delivery_arrangements2.html"><span class="button blue" data-dismiss="false">Appointment</span></a>
|
||||
<div class="form-row txt-right">
|
||||
<a data-popup="formPopup" class="button blue">Appointment</a>
|
||||
</div>
|
||||
<div class="form-divider"></div>
|
||||
</section>
|
||||
@@ -336,6 +336,31 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--Decision POPUP HTML CONTENT START -->
|
||||
<div class="popup-overlay" id="formPopup">
|
||||
<!-- if you dont want overlay add class .no-overlay -->
|
||||
<div class="popup-container">
|
||||
<div class="popup-header">
|
||||
<h3 class="popup-title">Appointment</h3>
|
||||
<span class="popup-close" data-dismiss="true"><i class="fa fa-times"></i></span>
|
||||
</div>
|
||||
<div class="popup-content">
|
||||
<div class="form-divider"></div>
|
||||
<div class="form-row txt-center">
|
||||
Your appointment has been done, waiting for the Importer to confirm
|
||||
</div>
|
||||
<div class="form-divider"></div>
|
||||
</div>
|
||||
<div class="popup-footer">
|
||||
<div class="form-divider"></div>
|
||||
<div class="form-row txt-center">
|
||||
<a href="arrangements-delivery_arrangements2.html"><span class="button blue" data-dismiss="true">Finish</span></a>
|
||||
</div>
|
||||
<div class="form-divider"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Decision POPUP HTML CONTENT END -->
|
||||
<!-- Page content end -->
|
||||
<script type="text/javascript">
|
||||
/* =========================================
|
||||
|
||||
@@ -89,8 +89,8 @@
|
||||
<div class="form-row txt-center">
|
||||
Delivery arrangement status is empty, do you want to add new delivery arrangement?
|
||||
</div>
|
||||
<!-- Content List Spawner End Here -->
|
||||
<div class="form-divider"></div>
|
||||
<div class="form-divider"></div>
|
||||
<!-- Content List Spawner End Here -->
|
||||
</form>
|
||||
</main>
|
||||
<!-- Page content end -->
|
||||
|
||||
Reference in New Issue
Block a user