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

Side by Side Diff: chrome/browser/resources/apps_debugger/main.html

Issue 12696006: search box text change in apps_Devtools app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | 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 <html> 2 <html>
3 <!-- 3 <!--
4 4
5 Copyright (c) 2012 The Chromium Authors. All rights reserved. 5 Copyright (c) 2012 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 8
9 --> 9 -->
10 <head> 10 <head>
(...skipping 19 matching lines...) Expand all
30 <div class="page" id="extension-settings"> 30 <div class="page" id="extension-settings">
31 <h1 i18n-content="appsDevtoolTitle"></h1> 31 <h1 i18n-content="appsDevtoolTitle"></h1>
32 <div id="developer-controls"> 32 <div id="developer-controls">
33 <hr> 33 <hr>
34 <button id="load-unpacked" 34 <button id="load-unpacked"
35 i18n-content="appsDevtoolLoadUnpackedButton"></button> 35 i18n-content="appsDevtoolLoadUnpackedButton"></button>
36 <button id="pack-item" 36 <button id="pack-item"
37 i18n-content="appsDevtoolPackButton"></button> 37 i18n-content="appsDevtoolPackButton"></button>
38 <button id = "update-items-now" 38 <button id = "update-items-now"
39 i18n-content="appsDevtoolUpdateButton"></button> 39 i18n-content="appsDevtoolUpdateButton"></button>
40 <input id="search" type="text" placeholder="type to search" 40 <input id="search" type="text" placeholder="search"
Dan Beam 2013/03/18 23:17:07 where is the translation here? this should be i18
Dan Beam 2013/03/20 19:05:55 ping
41 spellcheck="false"> 41 spellcheck="false">
42 <hr> 42 <hr>
43 </div> 43 </div>
44 <div id="items"></div> 44 <div id="items"></div>
45 <div id="extension-settings-list" class="empty-extension-list"></div> 45 <div id="extension-settings-list" class="empty-extension-list"></div>
46 <div id="no-extensions"> 46 <div id="no-extensions">
47 <span id="no-extensions-message" 47 <span id="no-extensions-message"
48 i18n-content="appsDevtoolNoItems"></span> 48 i18n-content="appsDevtoolNoItems"></span>
49 </div> 49 </div>
50 </div> 50 </div>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 </label> 126 </label>
127 <span class="location-text"></span> 127 <span class="location-text"></span>
128 </div> 128 </div>
129 </div> 129 </div>
130 </div> 130 </div>
131 </div> 131 </div>
132 <include src="../../../../ui/webui/resources/html/trash.html"> 132 <include src="../../../../ui/webui/resources/html/trash.html">
133 </div> 133 </div>
134 </body> 134 </body>
135 </html> 135 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698