Changed tooltips.
This commit is contained in:
parent
88537cf67e
commit
36dc957f19
@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Identity -->
|
<!-- Identity -->
|
||||||
<button class="btn" ng-click="identifyProjectors()" ng-class="identifyPromise ? 'btn-primary' : 'btn-default'"
|
<button class="btn" ng-click="identifyProjectors()" ng-class="identifyPromise ? 'btn-primary' : 'btn-default'"
|
||||||
uib-tooltip="{{ 'Display an identifier message on all projectors with the id and name.' | translate }}">
|
uib-tooltip="{{ 'Display an identifier message on all projectors with the id and the name.' | translate }}">
|
||||||
<i class="fa fa-binoculars"></i>
|
<i class="fa fa-binoculars"></i>
|
||||||
<translate>Identify</translate>
|
<translate>Identify</translate>
|
||||||
</button>
|
</button>
|
||||||
@ -186,7 +186,7 @@
|
|||||||
<button class="btn btn-sm" ng-class="broadcast == projector.id ? 'btn-primary' : 'btn-default'"
|
<button class="btn btn-sm" ng-class="broadcast == projector.id ? 'btn-primary' : 'btn-default'"
|
||||||
ng-click="projector.toggleBroadcast(projector)"
|
ng-click="projector.toggleBroadcast(projector)"
|
||||||
ng-disabled="broadcast > 0 && broadcast != projector.id"
|
ng-disabled="broadcast > 0 && broadcast != projector.id"
|
||||||
uib-tooltip="{{ 'Broadcast the content from this projector on all other projectors.' | translate }}">
|
uib-tooltip="{{ 'Broadcast the content of this projector to all other projectors.' | translate }}">
|
||||||
<i class="fa" ng-class="broadcast == projector.id ? 'fa-star' : 'fa-star-o'"></i>
|
<i class="fa" ng-class="broadcast == projector.id ? 'fa-star' : 'fa-star-o'"></i>
|
||||||
<translate>Broadcast</translate>
|
<translate>Broadcast</translate>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user