Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Aug 14, 2017
1 parent b89bd62 commit 2d2aff6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
39 changes: 20 additions & 19 deletions app/scripts/directives/walletDecryptDrtv.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
<!-- Column 1 - Select Type of Key -->
<section class="col-md-4 col-sm-6">
<h4 translate="decrypt_Access" style="margin-top:0;"> Select the format of your private key: </h4>

<label class="radio">
<input aria-flowto="aria1" aria-label="Keystore JSON file" type="radio" ng-model="walletType" value="fileupload" />
<span translate="x_Keystore2">Keystore / JSON File</span>
<input aria-flowto="aria3" type="radio" aria-label="MetaMask / Mist" ng-model="walletType" value="metamask" />
<span translate="x_MetaMask">MetaMask / Mist</span>
</label>

<label class="radio">
<input aria-flowto="aria7" type="radio" aria-label="Digital Bitbox hardware wallet" ng-model="walletType" value="digitalBitbox" />
Digital Bitbox
</label>

<label class="radio">
Expand All @@ -14,40 +20,35 @@ <h4 translate="decrypt_Access" style="margin-top:0;"> Select the format of your
</label>

<label class="radio">
<input aria-flowto="aria3" type="radio" aria-label="MetaMask / Mist" ng-model="walletType" value="metamask" />
<span translate="x_MetaMask">MetaMask / Mist</span>
<input aria-flowto="aria6" type="radio" aria-label="Trezor hardware wallet" ng-model="walletType" value="trezor" />
TREZOR
</label>

<label class="radio">
<input aria-flowto="aria4" aria-label="mnemonic phrase" type="radio" ng-model="walletType" value="pastemnemonic" />
<span translate="x_Mnemonic">Mnemonic Phrase</span>
<label class="radio" style="display: none;" id="showMeTheMoney">
<input aria-flowto="aria8" aria-label="parity phrase" type="radio" ng-model="walletType" value="parityBWallet" />
<span translate="x_ParityPhrase">Parity Phrase</span>
</label>

<label class="radio">
<input aria-flowto="aria5" aria-label="private key" type="radio" ng-model="walletType" value="pasteprivkey" />
<span translate="x_PrivKey2">Private Key</span>
<input aria-flowto="aria1" aria-label="Keystore JSON file" type="radio" ng-model="walletType" value="fileupload" />
<span translate="x_Keystore2">Keystore / JSON File</span>
</label>

<label class="radio">
<input aria-flowto="aria6" type="radio" aria-label="Trezor hardware wallet" ng-model="walletType" value="trezor" />
TREZOR
<input aria-flowto="aria4" aria-label="mnemonic phrase" type="radio" ng-model="walletType" value="pastemnemonic" />
<span translate="x_Mnemonic">Mnemonic Phrase</span>
</label>

<label class="radio">
<input aria-flowto="aria7" type="radio" aria-label="Digital Bitbox hardware wallet" ng-model="walletType" value="digitalBitbox" />
Digital Bitbox
<input aria-flowto="aria5" aria-label="private key" type="radio" ng-model="walletType" value="pasteprivkey" />
<span translate="x_PrivKey2">Private Key</span>
</label>

<label aria-flowto="aria7" class="radio" ng-hide="globalService.currentTab!==globalService.tabs.viewWalletInfo.id">
<input aria-flowto="aria8" aria-label="address" type="radio" ng-model="walletType" value="addressOnly" />
View with Address Only
</label>

<label class="radio" style="display: none;" id="showMeTheMoney">
<input aria-flowto="aria8" aria-label="parity phrase" type="radio" ng-model="walletType" value="parityBWallet" />
<span translate="x_ParityPhrase">Parity Phrase</span>
</label>

<label aria-flowto="aria9" class="radio">
&nbsp;<span translate="x_ParityPhrase">Parity Phrase</span>: <a href="https://myetherwallet.groovehq.com/knowledge_base/topics/parity-phrases-no-longer-supported" target="_blank" rel="noopener">No longer supported</a>
</label>
Expand Down Expand Up @@ -258,7 +259,7 @@ <h4 translate="ADD_Radio_3"> Paste / type your private key: </h4>
<a href="https://digitalbitbox.com/ethereum" target="_blank">
How to use MyEtherWallet with your Digital Bitbox
</a><br />
<a tabindex="0" role="button" class="btn btn-default btn-sm" href="https://digitalbitbox.com/?ref=mew" target="_blank">
<a tabindex="0" role="button" class="btn btn-xs btn-default btn-sm" href="https://digitalbitbox.com/?ref=mew" target="_blank">
Don't have a Digital Bitbox? Buy one today.
</a>
</p>
Expand Down
Loading

0 comments on commit 2d2aff6

Please sign in to comment.