Skip to content
Snippets Groups Projects
Commit 61e4f898 authored by ArnaudCerisier's avatar ArnaudCerisier
Browse files

[fix] Comments corrections

parent c6542f81
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,10 @@
width: 40%;
}
.item-tx .width-cup{
width: 175px;
}
.expert-mode .item-tx .item-note {
top : 8%;
}
......
......@@ -191,7 +191,7 @@
<!--<script src="dist/dist_js/plugins/rml9/plugin-05-service_api.js"></script>-->
<!--<script src="dist/dist_js/plugins/rml9/plugin-06-settings.js"></script>-->
<!--<script src="dist/dist_js/plugins/rml9/plugin-07-add_map.js"></script>-->
<script src="dist/dist_js/plugins/rml9/plugin-final.js"></script>
<!--<script src="dist/dist_js/plugins/rml9/plugin-final.js"></script>-->
<!--endRemoveIf(no-plugin)-->
......
......@@ -14,7 +14,7 @@ angular.module('cesium.plugins', [
// endRemoveIf(ubuntu)
// RML9 plugin:
'cesium.rml9.plugin',
//'cesium.rml9.plugin',
// ES plugin (Cesium+):
'cesium.es.plugin'
......
......@@ -337,13 +337,13 @@ angular.module('cesium.tx.services', ['ngApi', 'cesium.bma.services',
});
};
// [NEW] Manage click on the export button
// Download transactions history on current wallet
downloadAccountStatement = function(pubkey, options) {
// Load account TX data
fromTime = options;
console.debug("[RML9] call method onExportButtonClick() on pubkey: " + pubkey);
console.debug("[TX] Download transactions history on pubkey: " + pubkey);
return $q.all([
$translate(['ACCOUNT.HEADERS.TIME',
......@@ -396,9 +396,9 @@ angular.module('cesium.tx.services', ['ngApi', 'cesium.bma.services',
return {
id: id,
load: loadData,
downloadAccountStatement: downloadAccountStatement,
// api extension
api: api,
downloadAccountStatement: downloadAccountStatement
};
}
......
......@@ -12,10 +12,12 @@
<i class="ion-key gray"></i>
{{::tx.pubkey | formatPubkey}}
</a>
<h3 class="dark visible-xs item-text-wrap">
<p class="dark visible-xs width-cup text-italic"
data-toggle="tooltip"
title="{{::tx.comment}}">
<i class="ion-ios-chatbubble-outline"></i>
{{::tx.comment}}<br/>
</h3>
</p>
<h4>
<span class="gray" >
{{::tx.time | formatFromNow}} | {{::tx.time | formatDate}}
......
......@@ -59,7 +59,7 @@
<div class="row no-padding">
<div class="col col-15 no-padding hidden-xs"></div>
<div class="col col-15 no-padding hidden-xs hidden-sm"></div>
<div class="col">
......@@ -113,7 +113,7 @@
</div>
</div>
<div class="col col-15 no-padding hidden-xs"></div>
<div class="col col-15 no-padding hidden-xs hidden-sm"></div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment