Guest User

Untitled

a guest
Jun 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <asp:Panel ID="uiContentStepFourFailed" runat="server" Visible="false">
  2. <div style=" width:465px; height:270px; padding-top:5px; ">
  3. <div style="width:447px; height:40px; border:solid 1px #d8d8d8; background:#ffffff; margin-bottom:10px;">
  4. <div style="float:left;"><hive:Image runat="server" ImageUrl="/res/img/ui/checkoutCreditIcon.png" /></div>
  5. <asp:Label ID="uiStepFourFailedNumCredits" class="checkoutCredit" runat="server" />
  6. <asp:Label runat="server" style=" font-size:16px;" meta:resourcekey="uiGameCredits" />
  7. -------------------------------
  8. <asp:Label runat="server" style=" font-size:16px;" meta:resourcekey="uiCheckoutTotalText" />
  9. <asp:Label ID="uiStepFourFailedTotal" style=" font-size:16px; color:#8cc63f;" runat="server" />
  10. </div>
  11. <div style="text-align:center; margin-top:60px;">
  12. HERE IS THE PROBLEM>> <asp:Label runat="server" meta:resourcekey="uiCongrText" />
  13. <asp:LinkButton ID="uiReturnToGameFailedLink" runat="server">"Return to Game"</asp:LinkButton>.
  14. </div>
  15. </div>
  16. </asp:Panel>
Add Comment
Please, Sign In to add comment