|
|
|
@ -35,7 +35,7 @@ |
|
|
|
|
<div class="rc-room-actions iframe-toolbar"> |
|
|
|
|
{{#each .}} |
|
|
|
|
<div class="rc-room-actions__action tab-button {{active}} {{visible}} {{class}} js-iframe-action" data-id="{{id}}"> |
|
|
|
|
<button class="rc-tooltip rc-tooltip--down rc-room-actions__button" aria-label="{{title}}"> |
|
|
|
|
<button class="rc-tooltip rc-tooltip--down rc-tooltip--end rc-room-actions__button" aria-label="{{title}}"> |
|
|
|
|
{{> icon block="tab-button-icon" icon=icon }} |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
@ -45,14 +45,14 @@ |
|
|
|
|
<div class="rc-room-actions"> |
|
|
|
|
{{#each buttons}} |
|
|
|
|
<div class="rc-room-actions__action tab-button {{active}} {{visible}} {{class}} js-action" data-id="{{id}}"> |
|
|
|
|
<button class="rc-tooltip rc-tooltip--down rc-room-actions__button" aria-label="{{title}}"> |
|
|
|
|
<button class="rc-tooltip rc-tooltip--down rc-tooltip--end rc-room-actions__button" aria-label="{{title}}"> |
|
|
|
|
{{> icon block="tab-button-icon" icon=icon }} |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
{{/each}} |
|
|
|
|
{{# with moreButtons}} |
|
|
|
|
<div class="rc-room-actions__action {{opened}}"> |
|
|
|
|
<button class="rc-tooltip rc-tooltip--down rc-room-actions__button js-more" aria-label="{{_ 'More'}}"> |
|
|
|
|
<button class="rc-tooltip rc-tooltip--down rc-tooltip--end rc-room-actions__button js-more" aria-label="{{_ 'More'}}"> |
|
|
|
|
{{> icon block="tab-button-icon" icon="menu" }} |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|