Skip to content

Commit

Permalink
Minor changes - Admin Panel - BulkEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Aug 28, 2019
1 parent 621449e commit b93144e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Grand.Web/Areas/Admin/Views/Product/BulkEdit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@
}, {
field: "ProductId",
title: "@T("Admin.Common.View")",
width: 75,
template: '<a class="k-button" href="@Url.Content("~/Admin/Product/Edit/")#=Id#"><i class="fa fa-eye" aria-hidden="true"></i>&nbsp;&nbsp;@T("Admin.Common.View")</a>'
width: 80,
template: '<a href="@Url.Content("~/Admin/Product/Edit/")#=Id#">@T("Admin.Common.View")</a>'
},{
field: "Sku",
title: "@T("Admin.Catalog.BulkEdit.Fields.Sku")",
width: 150
width: 100
}, {
field: "Price",
title: "@T("Admin.Catalog.BulkEdit.Fields.Price")",
Expand All @@ -199,11 +199,11 @@
decimals: 4
});
}
}, {
}, @*{
field: "ManageInventoryMethod",
title: "@T("Admin.Catalog.BulkEdit.Fields.ManageInventoryMethod")",
width: 150
}, {
width: 120
},*@ {
field: "StockQuantity",
title: "@T("Admin.Catalog.BulkEdit.Fields.StockQuantity")",
//integer format
Expand All @@ -212,7 +212,7 @@
},{
field: "Published",
title: "@T("Admin.Catalog.BulkEdit.Fields.Published")",
width: 100
width: 90
}, {
command: { name: "destroy", text: "@T("Admin.Common.Delete")" },
title: "@T("Admin.Common.Delete")",
Expand Down

0 comments on commit b93144e

Please sign in to comment.