Committer: sboronchiev
UP-11641: Implement Shop UI for Commercial PromoU 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-06-01 08:42:35 UTC (rev 12049) +++ trunk/bin/upgrading/en_LJ.dat 2012-06-01 11:49:34 UTC (rev 12050) @@ -8429,12 +8429,19 @@ shop.view.commpromo.bubble.buy.confirm=I have read and understand the rules of promotion +shop.view.commpromo.bubble.buy.header=Payment confirmation + shop.view.commpromo.bubble.buy.text=Buy this slot? -shop.view.commpromo.bubble.decline.text=Decline entry from commercial promo? +shop.view.commpromo.bubble.decline.header=Entry withdrawal from commercial promo slot -shop.view.commpromo.bubble.deny.text=Deny slot from commercial promo? +shop.view.commpromo.bubble.decline.text1=Are you sure? If you witdraw this entry, then you can choose other one or leave it empty +shop.view.commpromo.bubble.decline.text2=Are you sure? If you witdraw this entry, then you will promote only your username +shop.view.commpromo.bubble.deny.header=Deny from commercial promo + +shop.view.commpromo.bubble.deny.text=Are you shure? + shop.view.commpromo.promo.dateselecttitle=Select a date shop.view.commpromo.promo.slot.availablefor=This slot is available for Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-06-01 08:42:35 UTC (rev 12049) +++ trunk/htdocs/stc/shop/shop.css 2012-06-01 11:49:34 UTC (rev 12050) @@ -2170,14 +2170,14 @@ } .b-commpromo-actions { - position: absolute; + position: relative; left:0; width: 100%; overflow: visible; } .b-commpromo-actions .b-commpromo-shop-btn { position: relative; - top: -29px; + /*top: -29px;*/ margin:0 10px 0 0; }