OLD | NEW |
---|---|
(Empty) | |
1 <div id="public-account-signin" class="step hidden no-logo"> | |
2 <img id="public-account-avartar"> | |
bartfab (slow)
2012/11/28 15:11:38
Spelling: It's "avatar", not "avartar" (here and e
xiyuan
2012/12/01 00:24:19
New patch successfully avoided this word. :)
| |
3 <div id="public-account-avartar-info-divider"></div> | |
4 <div id="public-account-info-pane"> | |
5 <div> | |
6 <span id="public-account-name"></span> | |
7 <img class="managed-badge" | |
8 src="chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY"> | |
bartfab (slow)
2012/11/28 15:11:38
As was pointed out in the bug, the mock uses the g
xiyuan
2012/12/01 00:24:19
Done.
| |
9 </div> | |
10 <div id="public-account-text-contents"> | |
11 <p id="public-account-info" i18n-content="publicAccountInfo"></p> | |
12 <p id="public-account-hint" i18n-content="publicAccountHint"></p> | |
bartfab (slow)
2012/11/28 15:11:38
In the grdp file, you called these two "the hint"
xiyuan
2012/12/01 00:24:19
Done in its new place.
| |
13 </div> | |
14 <button id="public-account-enter-button" | |
15 i18n-content="publicAccountEnter"></button> | |
16 </div> | |
17 </div> | |
OLD | NEW |