OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2014 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 <div id="session-toolbar" | 6 <div id="session-toolbar" |
7 data-ui-mode="in-session" | 7 data-ui-mode="in-session" |
8 class="toolbar-container" | 8 class="toolbar-container apps-v1-only" |
9 hidden> | 9 hidden> |
10 | 10 |
11 <div class="toolbar-border"> | 11 <div class="toolbar-border"> |
12 | 12 |
13 <div id="session-status-message" | 13 <div id="session-status-message" |
14 i18n-content="LABEL_CONNECTED"></div> | 14 i18n-content="LABEL_CONNECTED"></div> |
15 | 15 |
16 <div id="connected-to"></div> | 16 <div id="connected-to"></div> |
17 | 17 |
18 <div id="new-connection" class="icon-black apps-v2-only"> | 18 <div id="new-connection" class="icon-black apps-v2-only"> |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 <li class="menu-separator apps-v1-only"></li> | 53 <li class="menu-separator apps-v1-only"></li> |
54 <li id="toggle-full-screen" | 54 <li id="toggle-full-screen" |
55 i18n-content="FULL_SCREEN" | 55 i18n-content="FULL_SCREEN" |
56 class="apps-v1-only"></li> | 56 class="apps-v1-only"></li> |
57 </ul> | 57 </ul> |
58 </span> | 58 </span> |
59 | 59 |
60 <span class="menu-button" id="help-feedback-toolbar"> | 60 <span class="menu-button" id="help-feedback-toolbar"> |
61 <img src="icon_help.webp" class="menu-button-activator help-icon"> | 61 <img src="icon_help.webp" class="menu-button-activator help-icon"> |
62 <ul class="right-align"> | 62 <ul class="right-align"> |
63 <li id="help-toolbar" i18n-content="HELP"></li> | 63 <li class="menu-help" i18n-content="HELP"></li> |
64 <li id="send-feedback-toolbar" i18n-content="ACTIONBAR_FEEDBACK"></li> | 64 <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li> |
65 </ul> | 65 </ul> |
66 </span> | 66 </span> |
67 | 67 |
68 </div> | 68 </div> |
69 | 69 |
70 <div class="toolbar-stub" id="toolbar-stub"> | 70 <div class="toolbar-stub" id="toolbar-stub"> |
71 <div class="arrow-down"></div> | 71 <div class="arrow-down"></div> |
72 </div> | 72 </div> |
73 | 73 |
74 </div> <!-- session-toolbar --> | 74 </div> <!-- session-toolbar --> |
OLD | NEW |