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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 7101013: Fix issue with static ipconfig not creating dhcp ip configs properly. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/chromeos/internet_detail.html
===================================================================
--- chrome/browser/resources/options/chromeos/internet_detail.html (revision 87321)
+++ chrome/browser/resources/options/chromeos/internet_detail.html (working copy)
@@ -257,13 +257,13 @@
</section>
<section id="ipconfigSection">
<div>
- <div class="radio">
+ <div id="ipTypeDHCPDiv" class="radio">
<label>
<input type="radio" name="iptype" id="ipTypeDHCP" value="1">
<span i18n-content="useDHCP"></span>
</label>
</div>
- <div class="radio">
+ <div id="ipTypeStaticDiv" class="radio">
<label>
<input type="radio" name="iptype" id="ipTypeStatic" value="0">
<span i18n-content="useStaticIP"></span>
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.cc ('k') | chrome/browser/resources/options/chromeos/internet_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698