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 @@ ...@@ -239,6 +239,10 @@
width: 40%; width: 40%;
} }
.item-tx .width-cup{
width: 175px;
}
.expert-mode .item-tx .item-note { .expert-mode .item-tx .item-note {
top : 8%; top : 8%;
} }
......
...@@ -191,7 +191,7 @@ ...@@ -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-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-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-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)--> <!--endRemoveIf(no-plugin)-->
......
...@@ -14,7 +14,7 @@ angular.module('cesium.plugins', [ ...@@ -14,7 +14,7 @@ angular.module('cesium.plugins', [
// endRemoveIf(ubuntu) // endRemoveIf(ubuntu)
// RML9 plugin: // RML9 plugin:
'cesium.rml9.plugin', //'cesium.rml9.plugin',
// ES plugin (Cesium+): // ES plugin (Cesium+):
'cesium.es.plugin' 'cesium.es.plugin'
......
...@@ -337,13 +337,13 @@ angular.module('cesium.tx.services', ['ngApi', 'cesium.bma.services', ...@@ -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) { downloadAccountStatement = function(pubkey, options) {
// Load account TX data // Load account TX data
fromTime = options; fromTime = options;
console.debug("[RML9] call method onExportButtonClick() on pubkey: " + pubkey); console.debug("[TX] Download transactions history on pubkey: " + pubkey);
return $q.all([ return $q.all([
$translate(['ACCOUNT.HEADERS.TIME', $translate(['ACCOUNT.HEADERS.TIME',
...@@ -396,9 +396,9 @@ angular.module('cesium.tx.services', ['ngApi', 'cesium.bma.services', ...@@ -396,9 +396,9 @@ angular.module('cesium.tx.services', ['ngApi', 'cesium.bma.services',
return { return {
id: id, id: id,
load: loadData, load: loadData,
downloadAccountStatement: downloadAccountStatement,
// api extension // api extension
api: api, api: api,
downloadAccountStatement: downloadAccountStatement
}; };
} }
......
...@@ -12,10 +12,12 @@ ...@@ -12,10 +12,12 @@
<i class="ion-key gray"></i> <i class="ion-key gray"></i>
{{::tx.pubkey | formatPubkey}} {{::tx.pubkey | formatPubkey}}
</a> </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> <i class="ion-ios-chatbubble-outline"></i>
{{::tx.comment}}<br/> {{::tx.comment}}<br/>
</h3> </p>
<h4> <h4>
<span class="gray" > <span class="gray" >
{{::tx.time | formatFromNow}} | {{::tx.time | formatDate}} {{::tx.time | formatFromNow}} | {{::tx.time | formatDate}}
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<div class="row no-padding"> <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"> <div class="col">
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</div> </div>
</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> </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