Committer: sboronchiev
LJSUP-13148: Display price paid for slots to users with moneyenter privilegeU trunk/bin/upgrading/en_LJ.dat U trunk/htdocs/stc/shop/shop.css
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2012-08-01 07:42:58 UTC (rev 12386) +++ trunk/bin/upgrading/en_LJ.dat 2012-08-01 08:08:28 UTC (rev 12387) @@ -9308,6 +9308,8 @@ shop.view.commpromo.promo.slot.pasteurl=Paste here URL for LiveJournal entry or leave empty +shop.view.commpromo.promo.slot.paid=Paid: + shop.view.commpromo.promo.slot.takenby=This time slot is taken by shop.view.commpromo.promo.slot.past=This time slot is taken by Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-08-01 07:42:58 UTC (rev 12386) +++ trunk/htdocs/stc/shop/shop.css 2012-08-01 08:08:28 UTC (rev 12387) @@ -2053,6 +2053,11 @@ font-size: 15px; font-weight: bold; } +.b-commpromo-shop-item-paid { + float: right; + margin: 0 40px 0 10px; + color: #666; + } .b-commpromo-shop-item-content { position: relative; overflow: visible;