Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: remoting/webapp/main.html

Issue 9733021: Shorter prompt string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added better string for buttons. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 <div id="confirm-host-delete-dialog" 390 <div id="confirm-host-delete-dialog"
391 class="kd-modaldialog" 391 class="kd-modaldialog"
392 data-ui-mode="home.confirm-host-delete" 392 data-ui-mode="home.confirm-host-delete"
393 hidden> 393 hidden>
394 <p id="confirm-host-delete-message" 394 <p id="confirm-host-delete-message"
395 i18n-content="CONFIRM_HOST_DELETE" 395 i18n-content="CONFIRM_HOST_DELETE"
396 class="message"> 396 class="message">
397 </p> 397 </p>
398 <div class="centered"> 398 <div class="centered">
399 <button id="confirm-host-delete" 399 <button id="confirm-host-delete"
400 i18n-content="YES" 400 i18n-content="DISABLE_HOST"
401 type="button"> 401 type="button">
402 </button> 402 </button>
403 <button id="cancel-host-delete" 403 <button id="cancel-host-delete"
404 i18n-content="NO" 404 i18n-content="CANCEL"
405 type="button"> 405 type="button">
406 </button> 406 </button>
407 </div> 407 </div>
408 </div> <!-- home.confirm-host-delete --> 408 </div> <!-- home.confirm-host-delete -->
409 409
410 <div class="box-spacer"></div> 410 <div class="box-spacer"></div>
411 411
412 </div> <!-- dialog-container --> 412 </div> <!-- dialog-container -->
413 413
414 <div id="session-mode" data-ui-mode="in-session home.client" hidden> 414 <div id="session-mode" data-ui-mode="in-session home.client" hidden>
(...skipping 19 matching lines...) Expand all
434 <div class="arrow-down"></div> 434 <div class="arrow-down"></div>
435 </div> 435 </div>
436 </div> <!-- session-toolbar --> 436 </div> <!-- session-toolbar -->
437 </div> <!-- session-mode --> 437 </div> <!-- session-mode -->
438 438
439 <div id="statistics" dir="ltr" class="selectable" hidden> 439 <div id="statistics" dir="ltr" class="selectable" hidden>
440 </div> <!-- statistics --> 440 </div> <!-- statistics -->
441 441
442 </body> 442 </body>
443 </html> 443 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698