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

Side by Side Diff: chrome/installer/setup/eula/oem_cs.html

Issue 500107: Changes the title of the in-product EULAs to not contain "OEM"... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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 | « chrome/installer/setup/eula/oem_ca.html ('k') | chrome/installer/setup/eula/oem_da.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Google Chrome OEM EULA</title> 4 <title>Google Chrome EULA</title>
5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / > 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / >
6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <div class="header"> 9 <div class="header">
10 <table cellpadding="0" cellspacing="0" border="0"> 10 <table cellpadding="0" cellspacing="0" border="0">
11 <tr> 11 <tr>
12 <td valign="top" width="48" align="center"> 12 <td valign="top" width="48" align="center">
13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" /> 13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
14 <div class="icontext">Google Chrome</div> 14 <div class="icontext">Google Chrome</div>
(...skipping 24 matching lines...) Expand all
39 </td> 39 </td>
40 </tr> 40 </tr>
41 </table> 41 </table>
42 <div class="buttons"> 42 <div class="buttons">
43 <input type="submit" name="submit" value="Přijmout a spustit" /> <input o nClick="window.returnValue = 2; window.close();" type="button" name="cancel" val ue="Zrušit" /> 43 <input type="submit" name="submit" value="Přijmout a spustit" /> <input o nClick="window.returnValue = 2; window.close();" type="button" name="cancel" val ue="Zrušit" />
44 </div> 44 </div>
45 </form> 45 </form>
46 </div> 46 </div>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem_ca.html ('k') | chrome/installer/setup/eula/oem_da.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698