author | Tim Nguyen <ntim.bugs@gmail.com> |
Fri, 13 Feb 2015 11:50:00 +0100 | |
changeset 229053 | 9fe9d717e571946a4b2174aae8ecb0753f0eb815 |
parent 229052 | 8df92e295ca597f7e44eb4b3a8afe7203a0f011f |
child 229054 | 4d43899972e7574b7632010b622c6f9e17cd3e5a |
push id | 28280 |
push user | cbook@mozilla.com |
push date | Mon, 16 Feb 2015 14:48:41 +0000 |
treeherder | mozilla-central@2a6a0c025c7b [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jaws |
bugs | 1128882 |
milestone | 38.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/components/migration/content/aboutWelcomeBack.xhtml | file | annotate | diff | comparison | revisions |
--- a/browser/components/migration/content/aboutWelcomeBack.xhtml +++ b/browser/components/migration/content/aboutWelcomeBack.xhtml @@ -61,17 +61,19 @@ <treecol cycler="true" id="restore" type="checkbox" label="&restorepage.restoreHeader;"/> <splitter class="tree-splitter"/> <treecol primary="true" id="title" label="&restorepage.listHeader;" flex="1"/> </treecols> <treechildren flex="1"/> </tree> <hbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="button-container"> - <button class="primary" label="&welcomeback2.restoreButton;" + <button class="primary" + id="errorTryAgain" + label="&welcomeback2.restoreButton;" accesskey="&welcomeback2.restoreButton.access;" oncommand="restoreSession();"/> </hbox> <input type="text" id="sessionData" style="display: none;"/> </div> </div> </body>