commit
31b7ad02fe
7 changed files with 498 additions and 366 deletions
|
|
@ -57,6 +57,7 @@
|
|||
<span ng-if="btx.action == 'sent' || btx.action == 'moved'">
|
||||
{{addressbook[btx.addressTo].name || addressbook[btx.addressTo] || 'Sending'|translate}}
|
||||
</span>
|
||||
<div ng-if="btx.note.body" class="wallet-details__tx-message ellipsis">{{btx.note.body}}</div>
|
||||
<span ng-if="btx.action == 'received'" translate>Receiving</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -106,9 +106,9 @@
|
|||
</span>
|
||||
</div>
|
||||
<div class="item single-line">
|
||||
<span class="label" translate>
|
||||
<span class="label flex" translate>
|
||||
Memo:  
|
||||
<input style="display:inline-block;" class="label" type="text" placeholder="{{btx.note.body || btx.message || 'Enter text here'}}" ng-model="btx.note.body" ng-blur="updateNote(btx.note.body)"/>
|
||||
<textarea elastic placeholder="{{btx.note.body || btx.message || 'Enter text here'}}" ng-model="btx.note.body" ng-blur="updateNote(btx.note.body)"></textarea>
|
||||
</span>
|
||||
</div>
|
||||
<div class="item" ng-if="btx.action != 'received'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue