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,13 @@
|
|||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="StorefrontWelcomeEdit.ascx.cs" Inherits="WebsitePanel.Ecommerce.Portal.StorefrontWelcomeEdit" %>
|
||||
|
||||
<div class="FormBody">
|
||||
<div class="FormRow"><asp:Localize runat="server" meta:resourcekey="lclHtmlTemplate" /></div>
|
||||
<asp:TextBox runat="server" ID="txtWelcomeMsg" TextMode="MultiLine" Width="690px" Rows="25" />
|
||||
</div>
|
||||
|
||||
<div class="FormFooter">
|
||||
<asp:Button runat="server" CssClass="Button1" meta:resourcekey="btnSave"
|
||||
OnClick="btnSave_Click" />
|
||||
<asp:Button runat="server" CssClass="Button1" meta:resourcekey="btnCancel"
|
||||
OnClick="btnCancel_Click" />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue