This commit is contained in:
Matias Alejo Garcia 2014-12-08 11:05:16 -03:00
commit 7f42d60d5d

View file

@ -80,7 +80,7 @@
<div ng-show="!showAlternative"> <div ng-show="!showAlternative">
<div class="row collapse"> <div class="row collapse">
<label for="amount"><span translate>Amount in</span> {{$root.wallet.settings.unitName}} <label for="amount"><span translate>Amount
<small translate ng-hide="!sendForm.amount.$pristine && amount">required</small> <small translate ng-hide="!sendForm.amount.$pristine && amount">required</small>
</label> </label>
@ -135,11 +135,10 @@
<p> From {{fetchingURL}} <p> From {{fetchingURL}}
</div> </div>
<div class="large-12 columns" ng-show="!!$root.merchant || isPayUri"> <div class="large-12 columns" ng-show="!!$root.merchant">
<h3 ng-show="!isPayUri">This is a payment protocol transaction</h3> <h3 >This is a payment protocol transaction</h3>
<div class="send-note"> <div class="send-note">
<p> <p>
<span ng-show="isPayUri">Payment to: </span>
<b>{{$root.merchant.pr.pd.memo || address}}</b> <b>{{$root.merchant.pr.pd.memo || address}}</b>
</p> </p>
@ -148,11 +147,6 @@
<span class="text-gray" ng-if="isRateAvailable"> <span class="text-gray" ng-if="isRateAvailable">
{{ alternative }} {{ alternativeIsoCode }} {{ alternative }} {{ alternativeIsoCode }}
</span> </span>
<span class="text-gray" >
(<span translate>Including fee of</span>
{{defaultFee}}
{{$root.wallet.settings.unitName}})
</span>
<p ng-show="!!$root.merchant"> <p ng-show="!!$root.merchant">
Expires {{$root.merchant.expiration | amTimeAgo }} Expires {{$root.merchant.expiration | amTimeAgo }}
[{{$root.merchant.domain}}] [{{$root.merchant.domain}}]