Index: remoting/webapp/main.html |
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html |
index 7d633765453a7ecd13f5819a435b188aeb152c63..28c74a9e89331302cd66cb4d30a1b6d267a44844 100644 |
--- a/remoting/webapp/main.html |
+++ b/remoting/webapp/main.html |
@@ -121,21 +121,19 @@ found in the LICENSE file. |
<p id="webapp-description" |
i18n-content="DESCRIPTION_HOME" |
i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_blank'>chrome.google.com/remotedesktop</a>"></p> |
- <div> |
- <div class="section-row"> |
- <div class="box-spacer"> |
- <div i18n-content="HOME_SHARE_DESCRIPTION"></div> |
- <div id="chrome-os-no-share" |
- i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" |
- class="small-print"></div> |
- </div> |
- <div> |
- <button id="share-button" |
- i18n-content="HOME_SHARE_BUTTON" |
- class="kd-button-share" |
- type="button"> |
- </button> |
- </div> |
Jamie
2013/05/07 18:24:27
It's hard to tell from the way codereview is rende
Sergey Ulanov
2013/05/23 18:16:18
Yes, here I just removed a div that was wrapping a
|
+ <div class="section-row"> |
+ <div class="box-spacer"> |
+ <div i18n-content="HOME_SHARE_DESCRIPTION"></div> |
+ <div id="chrome-os-no-share" |
+ i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" |
+ class="small-print"></div> |
+ </div> |
+ <div> |
+ <button id="share-button" |
+ i18n-content="HOME_SHARE_BUTTON" |
+ class="kd-button-share" |
+ type="button"> |
+ </button> |
</div> |
</div> |
<div class="section-row"> |
@@ -148,7 +146,15 @@ found in the LICENSE file. |
</button> |
</div> |
</div> |
+ |
+ <!-- TODO(sergeyu): Replace REMOTE_DESKTOP_APP_ID with the hangouts |
+ app id. --> |
+ <p id="hangouts-invitation" |
Jamie
2013/05/07 18:24:27
I don't think this node needs an id. It's not used
Sergey Ulanov
2013/05/23 18:16:18
Done.
|
+ i18n-content="HANGOUTS_INVITATION" |
+ i18n-value-1="<a href='https://plus.google.com/hangouts/_?gid=REMOTE_DESKTOP_APP_ID'>" |
+ i18n-value-2="</a>"></p> |
</div> <!-- it2me-content --> |
+ |
</section> <!-- Remote Assistance --> |
<section id="host-list-div" class="host-list-container"> |