|
|
@ -7,21 +7,22 @@ |
|
|
{{#each assignedNumbers}} |
|
|
{{#each assignedNumbers}} |
|
|
<div class="item-row" data-id="{{this.phoneNumber}}" data-search="{{formatPhoneNumber this.phoneNumber}} {{this.phoneNumber}} {{this.locality.city}} {{this.locality.country}}"> |
|
|
<div class="item-row" data-id="{{this.phoneNumber}}" data-search="{{formatPhoneNumber this.phoneNumber}} {{this.phoneNumber}} {{this.locality.city}} {{this.locality.country}}"> |
|
|
<div class="features-block pull-right"> |
|
|
<div class="features-block pull-right"> |
|
|
{{#unless this.isLocal}} |
|
|
|
|
|
<div class="edit-features"> |
|
|
<div class="edit-features"> |
|
|
<div class="navbar"> |
|
|
<div class="navbar"> |
|
|
<ul class="nav pull-right"> |
|
|
<ul class="nav pull-right"> |
|
|
<li class="dropdown"> |
|
|
<li class="dropdown"> |
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-cog"></i></a> |
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-cog"></i></a> |
|
|
<ul class="dropdown-menu"> |
|
|
<ul class="dropdown-menu"> |
|
|
|
|
|
{{#unless this.isLocal}} |
|
|
<li><a class="callerId-number" href="#"><i class="icon-user"></i>{{ ../../i18n.callerId }}</a></li> |
|
|
<li><a class="callerId-number" href="#"><i class="icon-user"></i>{{ ../../i18n.callerId }}</a></li> |
|
|
<li><a class="e911-number" href="#"><i class="icon-ambulance"></i>{{ ../../i18n.e911 }}</a></li> |
|
|
<li><a class="e911-number" href="#"><i class="icon-ambulance"></i>{{ ../../i18n.e911 }}</a></li> |
|
|
|
|
|
{{/unless}} |
|
|
|
|
|
<li><a class="prepend-number" href="#"><i class="icon-file-text-alt"></i>{{ ../i18n.numberPrepend }}</a></li> |
|
|
</ul> |
|
|
</ul> |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
{{/unless}} |
|
|
|
|
|
<div class="features"> |
|
|
<div class="features"> |
|
|
{{#each this.viewFeatures}} |
|
|
{{#each this.viewFeatures}} |
|
|
<i class="{{icon}} {{active}} help-popover" data-toggle="tooltip" data-placement="top" data-original-title="{{ help }}"></i> |
|
|
<i class="{{icon}} {{active}} help-popover" data-toggle="tooltip" data-placement="top" data-original-title="{{ help }}"></i> |
|
|
|