Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
<%@ Control Language="C#" AutoEventWireup="true" Codebehind="OrderComplete.ascx.cs"
|
||||
Inherits="WebsitePanel.Ecommerce.Portal.DesktopModules.Ecommerce.OrderComplete" %>
|
||||
<div class="FormButtonsBar">
|
||||
<div class="FormSectionHeader">
|
||||
<asp:Localize runat="server" ID="locPaymentNotes" meta:resourcekey="locPaymentNotes" /></div>
|
||||
</div>
|
||||
<div class="FormBody">
|
||||
<asp:PlaceHolder runat="server" ID="phMessageArea" EnableViewState="false">
|
||||
<p>
|
||||
<asp:Localize runat="server" meta:resourcekey="locFinalizeMessage" /></p>
|
||||
</asp:PlaceHolder>
|
||||
</div>
|
||||
<div class="FormFooter">
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue