Fix customized-amount
This commit is contained in:
parent
42348a0ca9
commit
5c8b029c80
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
<i class="icon-checkmark-circle size-14"></i>
|
<i class="icon-checkmark-circle size-14"></i>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="!showAlternative">
|
<div ng-show="!showAlternative">
|
||||||
<label for="amount">
|
<label for="amount">
|
||||||
<span translate>Amount</span>
|
<span translate>Amount</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
<a class="postfix button" ng-style="{'background-color':color}" ng-click="toggleAlternative()">{{unitName}}</a>
|
<a class="postfix button" ng-style="{'background-color':color}" ng-click="toggleAlternative()">{{unitName}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="showAlternative">
|
<div ng-show="showAlternative">
|
||||||
<label for="alternative"><span translate>Amount</span> [{{ alternativeIsoCode }}]
|
<label for="alternative"><span translate>Amount</span> [{{ alternativeIsoCode }}]
|
||||||
</label>
|
</label>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue