mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-19 04:33:55 +00:00
ammendment 9/8
This commit is contained in:
+32
-5
@@ -77,6 +77,12 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
font-size: 11px;
|
||||
text-align:center;
|
||||
}
|
||||
.media-object-4 {
|
||||
width: 35px;
|
||||
position: right ;
|
||||
margin-left: 67%;
|
||||
margin-top:0.7%;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
@@ -101,6 +107,7 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</a>
|
||||
<!-- END RESPONSIVE MENU TOGGLER -->
|
||||
<!-- BEGIN TOP NAVIGATION MENU -->
|
||||
<img style="border-radius:100%" class="media-object-4" src="../assets/layouts/layout/img/1.png" alt="...">
|
||||
<div class="top-menu">
|
||||
<ul class="nav navbar-nav pull-right">
|
||||
<!-- BEGIN USER LOGIN DROPDOWN -->
|
||||
@@ -176,12 +183,32 @@ License: You must have a valid license purchased only from themeforest(the above
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="deliveryarrange.html" class="nav-link nav-toggle">
|
||||
<i class="fa fa-briefcase"></i>
|
||||
<span class="title">Delivery Arrangement</span>
|
||||
<span class="selected"></span>
|
||||
<a href="javascript:;" class="nav-link nav-toggle">
|
||||
<i class="icon-briefcase"></i>
|
||||
<span class="title">Arrangements</span>
|
||||
<span class="arrow"></span>
|
||||
</a>
|
||||
</li>
|
||||
<ul class="sub-menu">
|
||||
<li class="nav-item ">
|
||||
<a href="deliveryarrange.html" class="nav-link ">
|
||||
<i class="icon-clock"></i>
|
||||
<span class="title">Delivery Arrangement</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="shipementarrange.html" class="nav-link ">
|
||||
<i class="icon-check"></i>
|
||||
<span class="title">Shipment Arrangement</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="warehousearrange.html" class="nav-link ">
|
||||
<i class="icon-check"></i>
|
||||
<span class="title">Warehouse Receive Note</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="chat.html?menu=true" class="nav-link nav-toggle">
|
||||
<i class="fa fa-comments-o"></i>
|
||||
|
||||
Reference in New Issue
Block a user