You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div class="user_modal_wrap">
|
|
|
|
|
|
|
|
<div class="modal-header">
|
|
|
|
<a class="modal-close-link" ng-click="$close()">Close</a>
|
|
|
|
<h4 class="modal-title">Info</h4>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
|
|
|
<div class="user_modal_image_wrap pull-left">
|
|
|
|
<img
|
|
|
|
class="user_modal_image"
|
|
|
|
my-load-thumb
|
|
|
|
thumb="user.thumb"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="user_modal_info_wrap clearfix">
|
|
|
|
<h4 class="user_modal_header">{{user | userName}}</h4>
|
|
|
|
<p class="user_modal_status" ng-if="user.status">{{user | userStatus}}</p>
|
|
|
|
|
|
|
|
<p class="user_modal_phone" ng-if="user.phone">{{user.phone | phoneNumber}}</p>
|
|
|
|
<button class="btn btn-primary user_modal_send_btn" ng-click="goToHistory()">Send message</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="user_modal_settings_wrap">
|
|
|
|
<div class="user_modal_notifications">
|
|
|
|
Notifications:
|
|
|
|
<a ng-click="settings.notifications = !settings.notifications">
|
|
|
|
{{settings.notifications ? 'ON' : 'OFF'}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|