-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdropdown-menu_message.php
More file actions
21 lines (18 loc) · 902 Bytes
/
dropdown-menu_message.php
File metadata and controls
21 lines (18 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="panel panel-default panel_defaul_custom">
<div class="panel-heading">Latest Message</div>
<div class="panel_body_custom">
<!-- msg unread-->
<div class="col-sm-12 panel_item_custom" onclick="myFunction(this)">
<a class="user-link col-sm-3" href="" >
<img class="media-object img-thumbnail user-img" alt="User Picture" src="assets/img/profile_img/temp.gif">
</a>
<div class="col-sm-9">
<div class="col-sm-12">Rhalp Darren Cabrera</div>
<div class="col-sm-11 panel_item_word_custom">mensayo sayo</div>
<div class="col-sm-1">8:13pm</div>
</div>
</div>
<!-- msg unread end-->
</div>
<div class="panel-footer text-center panel_footer_custom"><a href="message.php">See All</a></div>
</div>