diff options
Diffstat (limited to 'remoting/webapp/html/toolbar.html')
-rw-r--r-- | remoting/webapp/html/toolbar.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/remoting/webapp/html/toolbar.html b/remoting/webapp/html/toolbar.html index 6838f49..eeead15 100644 --- a/remoting/webapp/html/toolbar.html +++ b/remoting/webapp/html/toolbar.html @@ -27,7 +27,7 @@ found in the LICENSE file. </button> <span class="menu-button" id="send-keys-menu"> - <button> + <button class="menu-button-activator"> <span i18n-content="SEND_KEYS"></span> <img src="disclosure_arrow_down.webp" class="kd-disclosureindicator"> @@ -39,7 +39,7 @@ found in the LICENSE file. </span> <span class="menu-button" id="screen-options-menu"> - <button> + <button class="menu-button-activator"> <span i18n-content="SCREEN_OPTIONS"></span> <img src="disclosure_arrow_down.webp" class="kd-disclosureindicator"> @@ -53,6 +53,14 @@ found in the LICENSE file. </ul> </span> + <span class="menu-button" id="help-feedback-toolbar"> + <img src="icon_help.webp" class="menu-button-activator help-icon"> + <ul class="right-align"> + <li id="help-toolbar" i18n-content="HELP"></li> + <li id="send-feedback-toolbar" i18n-content="ACTIONBAR_FEEDBACK"></li> + </ul> + </span> + </div> <div class="toolbar-stub" id="toolbar-stub"> |