Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 247bcfb

Browse files
committed
fixes to transaction summary display
1 parent 5ae030e commit 247bcfb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

js/languages/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
"ServerChangeWarningHeadline": "Caution: Record Your Settings",
328328
"ServerChangeWarning": "We recommend you make a copy of your previous settings, shown below. Your previous username and password will no longer be available beyond this point.",
329329
"ModeratorFee": "Fee:",
330-
"PriceForOne": "Price per single item, file, or service.",
330+
"PriceForOne": "Price per single item, file, or service. Based on the listing's base price and the current exchange rate of BTC. This may not match the order total, which is based on the exchange rate of BTC at the time you purchased this listing.",
331331
"Avatar": "Avatar",
332332
"AdditionalPaymentData": "Additional payment data",
333333
"AdditionalPaymentDataInfo": "Include name of purchase and order number in payment QR code?",

js/templates/transactionModal.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -583,15 +583,15 @@ <h3 class="txt-bright"><%= polyglot.t('CheckExchanges') %> </h3>
583583

584584
<div class="flexRow custCol-border borderBottom">
585585
<div class="flexRow rowItem padding15">
586-
<div class="flexCol-7">
586+
<div class="flexCol-7 overflowHidden">
587587
<a href="#userPage/<%- ob.vendor_offer.listing.id.guid %>/item/<%- ob.vendor_offer.listing.contract_id %>">
588-
<div class="thumbnail thumbnail-large-slim pull-left marginRight10"
589-
<% if(ob.vendor_offer.listing.item.image_hashes){ %>
590-
style="background-image: url(<%- ob.serverUrl %>get_image?hash=<%- ob.vendor_offer.listing.item.image_hashes[0] %>&guid=<%-ob.vendor_offer.listing.id.guid %>), url(imgs/defaultItem.png);"
591-
<% } else { %>
592-
style="background-image: url(imgs/defaultItem.png);"
593-
<% } %>>
594-
</div>
588+
<div class="thumbnail thumbnail-large-slim pull-left marginRight10"
589+
<% if(ob.vendor_offer.listing.item.image_hashes){ %>
590+
style="background-image: url(<%- ob.serverUrl %>get_image?hash=<%- ob.vendor_offer.listing.item.image_hashes[0] %>&guid=<%-ob.vendor_offer.listing.id.guid %>), url(imgs/defaultItem.png);"
591+
<% } else { %>
592+
style="background-image: url(imgs/defaultItem.png);"
593+
<% } %>>
594+
</div>
595595
</a>
596596
<div class="txt-unleaded">
597597
<div class="marginTop12 marginBottom4 fontSize14 noOverflow">

0 commit comments

Comments
 (0)