fix transations details note and external link
This commit is contained in:
parent
9e810466b7
commit
2bdf4021d2
3 changed files with 15 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<div class="padding">
|
||||
<input type="text" ng-model="comment" autofocus>
|
||||
<input type="text" ng-model="data.comment" autofocus>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<button class="button button-dark button-block" ng-click="commentPopupClose(comment)" translate>Cancel</button>
|
||||
<button class="button button-dark button-block" ng-click="commentPopupClose()" translate>Cancel</button>
|
||||
</div>
|
||||
<div class="col">
|
||||
<button class="button button-dark button-block" ng-click="commentPopupSave(comment)" translate>Save</button>
|
||||
<button class="button button-dark button-block" ng-click="commentPopupSave()" translate>Save</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue