bugfix for creditor resolving, delete button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user