bugfix for creditor resolving, delete button

This commit is contained in:
2016-07-08 23:53:43 +02:00
parent d612db1b33
commit d58faaf325
2 changed files with 20 additions and 14 deletions
@@ -167,10 +167,15 @@
</form>
</div>
<div class="modal-footer">
<button class="btn btn-primary" ng-disabled="detailsForm.amount.$error.pattern" type="button" ng-click="ok()">OK</button>
<button class="btn btn-warning" type="button" ng-click="cancel()">Cancel</button>
<div style="float:left">
<button class="btn btn-danger" ng-click="deleteTransaction()">Löschen</button>
</div>
<div style="float:right">
<button class="btn btn-primary" ng-disabled="detailsForm.amount.$error.pattern" type="button" ng-click="ok()">OK</button>
<button class="btn btn-warning" type="button" ng-click="cancel()">Abbrechen</button>
</div>
</div>
<pre style="font-size: 75%; color: black;">{{transaction | json}}</pre>
<!-- pre style="font-size: 75%; color: black;">{{transaction | json}}</pre -->
</script>
</div>