 Chromium Code Reviews
 Chromium Code Reviews Issue 12696006:
  search box text change in apps_Devtools app.  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 12696006:
  search box text change in apps_Devtools app.  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| OLD | NEW | 
|---|---|
| 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 Loading... | |
| 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" | 
| 41 spellcheck="false"> | 41 i18n-values=".placeholder:appsDevtoolSearch" spellcheck="false"> | 
| 
Gaurav
2013/03/26 23:06:43
translation added here.
 | |
| 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> | 
| 51 <div id="template-collection" hidden> | 51 <div id="template-collection" hidden> | 
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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> | 
| OLD | NEW |