From 5e0f41c5cb8c6c9d4bb035c395ab4438ce4f770b Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Wed, 15 Mar 2017 21:39:41 -0400 Subject: [PATCH] Finish all list page style updates. --- .../Catalog.WebForms/Default.aspx | 124 +++++++----------- .../Catalog.WebForms/Default.aspx.designer.cs | 18 +-- 2 files changed, 57 insertions(+), 85 deletions(-) diff --git a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx index 885422edc..6533feb30 100644 --- a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx +++ b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx @@ -6,82 +6,54 @@ - +
- - - - - - -
Well, there's nothing in the catalog.
-
- - - - - - - - - - - - - - - - - - - - -
- - -
- - - <%#:Item.Name%> - - -
- - Price: <%#:String.Format("{0:c}", Item.Price)%> - -
-
 
- -
- - - - - - - - - - - -
- - -
-
-
-
- - - - - + + + + + + +
+
+ + +
+ There's nothing in the catalog to display at this time. + +
+
+ +
+
+ +
+
+
+
+ +
+ + +
+ + + <%#:Item.Name%> + + +
+ + Price: <%#:String.Format("{0:c}", Item.Price)%> + +
+
+
diff --git a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs index 869c02f10..cad33877a 100644 --- a/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs +++ b/src/Web/Catalog.WebForms/Catalog.WebForms/Default.aspx.designer.cs @@ -12,15 +12,6 @@ namespace Microsoft.eShopOnContainers.Catalog.WebForms { public partial class _Default { - /// - /// catalogList control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.ListView catalogList; - /// /// DataPager1 control. /// @@ -29,5 +20,14 @@ namespace Microsoft.eShopOnContainers.Catalog.WebForms { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.DataPager DataPager1; + + /// + /// catalogList control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.ListView catalogList; } }