add transaction comment - custom popup (Gabriel)
This commit is contained in:
parent
97013ea5b6
commit
8759b633fb
8 changed files with 205 additions and 133 deletions
7
public/views/includes/note.html
Normal file
7
public/views/includes/note.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<input type="text" ng-model="data.comment" autofocus>
|
||||
<div class="small-6 columns">
|
||||
<button class="round outline dark-gray expand" ng-click="commentPopupClose()" translate>CANCEL</button>
|
||||
</div>
|
||||
<div class="small-6 columns">
|
||||
<button ng-style="{'background-color': index.backgroundColor}" class="round outline expand" ng-click="commentPopupSave()" translate>SAVE</button>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue