OLD | NEW |
1 <div class="step right hidden" id="update"> | 1 <div class="step right hidden" id="update"> |
2 <div class="step-logo"> | 2 <div class="step-logo"> |
3 <img src="chrome://theme/IDR_PRODUCT_LOGO"> | 3 <img src="chrome://theme/IDR_PRODUCT_LOGO"> |
4 </div> | 4 </div> |
5 <div class="step-contents"> | 5 <div class="step-contents"> |
6 <div id="update-cancel-hint" hidden> | 6 <div id="update-cancel-hint" hidden> |
7 <p i18n-content="cancelUpdateHint"></p> | 7 <p i18n-content="cancelUpdateHint"></p> |
8 </div> | 8 </div> |
9 <div id="update-screen-curtain"> | 9 <div id="update-screen-curtain"> |
10 <p i18n-content="checkingForUpdates"></p> | 10 <div id="checking-updates-label" i18n-content="checkingForUpdatesMsg"> |
11 <p id="update-checking-ellipsis"></p> | 11 </div> |
| 12 <div id="update-checking-progress"> |
| 13 <p i18n-content="checkingForUpdates"></p> |
| 14 <p id="update-checking-ellipsis"></p> |
| 15 </div> |
12 </div> | 16 </div> |
13 <div id="update-screen-main" hidden> | 17 <div id="update-screen-main" hidden> |
14 <p id="update-upper-label"></p> | 18 <p id="update-upper-label"></p> |
15 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> | 19 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> |
16 <progress id="update-progress-bar" max="100" value="0"></progress> | 20 <progress id="update-progress-bar" max="100" value="0"></progress> |
17 <p id="update-estimated-time-left" hidden></p> | 21 <p id="update-estimated-time-left" hidden></p> |
18 </div> | 22 </div> |
19 </div> | 23 </div> |
20 </div> | 24 </div> |
OLD | NEW |