A little more tweaking of the (devtools) UI debugging template

--HG--
branch : theming
This commit is contained in:
Nathan Heskew
2010-09-10 13:04:28 -07:00
parent 78f4923efc
commit 2c19ba8ed2

View File

@@ -5,4 +5,9 @@
var shapeTable = workContext.Resolve<IShapeTableManager>().GetShapeTable(workContext.CurrentTheme.ThemeName);
var descriptor = shapeTable.Descriptors[Model.Metadata.Type];
}
<div class="thin-dotted-orange-border-with-a-little-padding" title="@Model.Metadata.Type @descriptor.BindingSource">@Display(Model.Metadata.ChildContent)</div>
<!-- ----DEBUG---- -->
<div class="thin-dotted-orange-border-with-a-little-padding" title="@Model.Metadata.Type @descriptor.BindingSource">
@Display(Model.Metadata.ChildContent)
</div>
<!-- ----/DEBUG---- -->