Fix the OK button for move and close success messages

This commit is contained in:
Kenn Jacobsen
2018-11-25 13:23:27 +01:00
committed by Sebastiaan Janssen
parent 8ff697ad98
commit 939b320971
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<strong>{{source.name}}</strong> was copied to
<strong>{{target.name}}</strong>
</div>
<button class="btn btn-primary" ng-click="nav.hideDialog()">Ok</button>
<button class="btn btn-primary" ng-click="closeDialog()">Ok</button>
</div>
<p class="abstract" ng-hide="success">

View File

@@ -13,7 +13,7 @@
<div class="alert alert-success">
<strong>{{source.name}}</strong> was moved underneath&nbsp;<strong>{{target.name}}</strong>
</div>
<button class="btn btn-primary" ng-click="nav.hideDialog()">Ok</button>
<button class="btn btn-primary" ng-click="close()">Ok</button>
</div>
<p class="abstract" ng-hide="success">