Merge pull request #3252 from matiu/bug/send

Revert "Hide menu if wallet is not authorized"
This commit is contained in:
Matias Alejo Garcia 2015-09-29 08:09:56 -03:00
commit 48e9da009c
2 changed files with 6 additions and 6 deletions

View file

@ -6,10 +6,10 @@
<a></a> <a></a>
</div> </div>
<menu-toggle ng-show="index.menu.length > 6"></menu-toggle> <menu-toggle ng-show="index.menu.length > 6"/>
</div> </div>
<div ng-if="!index.notAuthorized" class="bottom-bar row collapse"> <div class="bottom-bar row collapse">
<div ng-class="{ 'medium-10 small-10 columns': index.menu.length == 5 }"> <div ng-class="{ 'medium-10 small-10 columns': index.menu.length == 5 }">
<div class="row collapse"> <div class="row collapse">
<div class="medium-{{index.menuItemSize}} small-{{index.menuItemSize}} columns text-center bottombar-item" <div class="medium-{{index.menuItemSize}} small-{{index.menuItemSize}} columns text-center bottombar-item"
@ -17,7 +17,7 @@
<span ng-include="'views/includes/menu-item.html'"/> <span ng-include="'views/includes/menu-item.html'"/>
</div> </div>
<menu-toggle ng-show="index.menu.length > 6"></menu-toggle> <menu-toggle ng-show="index.menu.length > 6"/>
</div> </div>
</div> </div>

View file

@ -182,7 +182,7 @@
receive receive
--> -->
<div id="receive" class="receive tab-view" ng-if="!index.notAuthorized"> <div id="receive" class="receive tab-view">
<div ng-show="index.needsBackup && !home.skipBackup" class="p60t row text-center"> <div ng-show="index.needsBackup && !home.skipBackup" class="p60t row text-center">
<div class="text-warning text-bold m15b"> <div class="text-warning text-bold m15b">
@ -280,7 +280,7 @@
send send
--> -->
<div id="send" class="send tab-view" ng-if="!index.notAuthorized"> <div id="send" class="send tab-view">
<div> <div>
<h4 class="title m0"> <h4 class="title m0">
@ -439,7 +439,7 @@
history history
--> -->
<div id="history" class="history tab-view" ng-if="!index.notAuthorized"> <div id="history" class="history tab-view">
<div class="row m20t" ng-show="!index.txHistory[0] && !index.updatingTxHistory"> <div class="row m20t" ng-show="!index.txHistory[0] && !index.updatingTxHistory">
<div class="large-12 columns"> <div class="large-12 columns">
<div class="oh text-center"> <div class="oh text-center">