Mercurial > libervia-templates
diff sat_templates/templates/bulma/call/search_item.html @ 395:5072e4a4e261
call: update template to handle remote control mode.
rel 436
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 11 May 2024 13:55:03 +0200 |
parents | 5646df8bd391 |
children |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/call/search_item.html Sat Apr 06 13:08:03 2024 +0200 +++ b/sat_templates/templates/bulma/call/search_item.html Sat May 11 13:55:03 2024 +0200 @@ -22,7 +22,7 @@ <span class="icon"> <i class="icon-videocam"></i> </span> - {% trans %}video call{% endtrans %} + {% trans %}Video Call{% endtrans %} </a> <!-- Audio Call Option --> @@ -30,7 +30,15 @@ <span class="icon"> <i class="icon-phone"></i> </span> - {% trans %}audio call{% endtrans %} + {% trans %}Audio Call{% endtrans %} + </a> + + <!-- Remote Control Option --> + <a class="click-to-remote-control dropdown-item"> + <span class="icon"> + <i class="icon-keyboard"></i> + </span> + {% trans %}Remote Control{% endtrans %} </a> </div>