21 lines
798 B
HTML
21 lines
798 B
HTML
<div
|
|
class="topbar-container"
|
|
ng-include="'views/includes/topbar.html'"
|
|
ng-init="titleSection='Transaction history'; goBackToState = 'preferencesAdvanced'">
|
|
</div>
|
|
<div class="content preferences" ng-controller="preferencesHistory as history">
|
|
<h4></h4>
|
|
<ul class="no-bullet m0">
|
|
<li>
|
|
<div ng-show="!index.isCordova">
|
|
<input id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" style="display:none">
|
|
<a ng-style="{'color':index.backgroundColor}" ng-click="index.csvHistory();">
|
|
<span translate>Export to file</span>
|
|
</a>
|
|
</div>
|
|
</li>
|
|
<li ng-style="{'color':index.backgroundColor}" ng-click="history.clearTransactionHistory();" translate>
|
|
Clear cache
|
|
</li>
|
|
</ul>
|
|
</div>
|