Have updated the ChildrenAsTable code for Node as well to use the same base code, this should also fix some issues with generating a datatable correctly when a content type is changed, previously the cache was not cleared for Alias to name mapping.
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" %>
|
|
<%@ Register Assembly="controls" Namespace="umbraco.uicontrols" TagPrefix="umb" %>
|
|
<%@ Register Assembly="ClientDependency.Core" Namespace="ClientDependency.Core.Controls" TagPrefix="umb" %>
|
|
|
|
<umb:CssInclude runat="server" FilePath="propertypane/style.css" PathNameAlias="UmbracoClient" />
|
|
|
|
<div class="dashboardWrapper">
|
|
<h2>Start here</h2>
|
|
<img src="./dashboard/images/logo32x32.png" alt="Umbraco" class="dashboardIcon" />
|
|
<h3>Get started with Members right now</h3>
|
|
<p>Use the tool below to search for an existing member.</p>
|
|
<h3>More about members</h3>
|
|
<div class="dashboardColWrapper">
|
|
<div class="dashboardCols">
|
|
<div class="dashboardCol">
|
|
<ul>
|
|
<li>Learn about how to protect pages of your site from <a href="http://our.umbraco.org/wiki/reference/umbraco-client/context-menus/public-access" target="_blank">this Wiki entry</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|