Normalize items preferences

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-04 13:30:51 -03:00
commit 6bc256d481
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 58 additions and 81 deletions

View file

@ -6,11 +6,12 @@
<div class="content preferences" ng-controller="preferencesHistory as history">
<h4></h4>
<ul class="no-bullet m0">
<li ng-show="!index.isCordova" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();">
<span translate>Export to file</span>
<li ng-style="{'color':index.backgroundColor}" ng-show="!index.isCordova" id="export_file" type="file"
nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();" translate>
Export to file
</li>
<li ng-click="history.clearTransactionHistory();">
<span translate>Clear cache</span>
<li ng-style="{'color':index.backgroundColor}" ng-click="history.clearTransactionHistory();" translate>
Clear cache
</li>
</ul>
</div>