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

Side by Side Diff: chrome/browser/resources/file_manager/action_choice.html

Issue 12913023: Removed the OK button from the action choice dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up. Created 7 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 | « no previous file | chrome/browser/resources/file_manager/css/action_choice.css » ('j') | 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 <html> 7 <html>
8 <head> 8 <head>
9 <link rel="stylesheet" type="text/css" href="css/common.css"/> 9 <link rel="stylesheet" type="text/css" href="css/common.css"/>
10 <link rel="stylesheet" type="text/css" href="css/file_types.css"/> 10 <link rel="stylesheet" type="text/css" href="css/file_types.css"/>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 </if> 45 </if>
46 <title>&#xFEFF;</title> 46 <title>&#xFEFF;</title>
47 </head> 47 </head>
48 48
49 <body> 49 <body>
50 <div class="action-choice"> 50 <div class="action-choice">
51 <div class="content"> 51 <div class="content">
52 <div class="previews"></div> 52 <div class="previews"></div>
53 <div class="counter"></div> 53 <div class="counter"></div>
54 <h1 i18n-content="ACTION_CHOICE_OPENING_METHOD"></h1> 54 <h1 i18n-content="ACTION_CHOICE_OPENING_METHOD"></h1>
55
56 <div class="choices"></div> 55 <div class="choices"></div>
57
58 <div class="footer">
59 <button class="ok" i18n-content="OK_LABEL"></button>
60 </div>
61 </div> 56 </div>
62 57
63 <div class="loading"> 58 <div class="loading">
64 <div class="device-type"> 59 <div class="device-type">
65 <div class="spinner"></div> 60 <div class="spinner"></div>
66 </div> 61 </div>
67 <div class="loading-text"></div> 62 <div class="loading-text"></div>
68 </div> 63 </div>
69 </div> 64 </div>
70 </body> 65 </body>
71 </html> 66 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/css/action_choice.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698