Skip to content

Commit 9f046f9

Browse files
committed
Updates default dashboards
1 parent 64cae76 commit 9f046f9

File tree

4 files changed

+22
-60
lines changed

4 files changed

+22
-60
lines changed
Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,23 @@
1-
<h3>Thank you for choosing Umbraco!</h3>
2-
<p>We think this could be the beginning of something beautiful. You have made a great choice, to help you get started here are some links to addtional information:</p>
1+
<h3>Welcome to The Friendly CMS</h3>
2+
<p>Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible:</p>
33

44
<div class="row-fluid">
5-
<div class="span4">
6-
<h4>New to Umbraco</h4>
7-
<ul>
8-
<li>Download and read the <a href="http://umbraco.codeplex.com/documentation" target="_blank">Umbraco Getting Started Guide</a></li>
9-
<li>Download the <a href="http://our.umbraco.org/projects/website-utilities/editors-manual" target="_blank">Editors Manual</a> for details on working with the Umbraco UI</li>
10-
<li>Watch the Umbraco foundation videos on <a href="http://www.youtube.com/user/UmbracoCMS" target="_blank">Youtube</a></li>
11-
<li>Find an Umbraco Certified Developer near you</li>
12-
</ul>
5+
<div class="span6">
6+
<h4><a href="http://umbraco.tv/?utm_source=core&utm_medium=dashboard&utm_content=header&utm_campaign=tv" target="_blank" style="text-decoration: none;">Umbraco.TV - Learn from the source!</a></h4>
7+
<a href="http://umbraco.tv/?utm_source=core&utm_medium=dashboard&utm_content=image&utm_campaign=tv" target="_blank"><img src="views/dashboard/default/umbracotv.png" alt="Umbraco.TV - Hours of Umbraco Video Tutorials" style="width: 359px; height: 243px; border: 0; margin-bottom: 10px;" /></a>
8+
<p><a href="http://umbraco.tv/?utm_source=core&utm_medium=dashboard&utm_content=text&utm_campaign=tv" target="_blank" style="text-decoration: none;">Umbraco.TV will help you go from zero to Umbraco
9+
hero at a pace that suits you. Our easy to follow
10+
online training videos will give you the fundamental
11+
knowledge to start building awesome Umbraco websites.</a></p>
1312
</div>
14-
<div class="span4">
15-
<h4>Go further</h4>
16-
<ul>
17-
<li>Find an add-on <a href="http://our.umbraco.org/projects" target="_blank">package</a> to help you get going quickly</li>
18-
<li>Learn to extend Umbraco at <a href="http://umbraco.tv" target="_blank">Umbraco TV</a> (some videos are free, some require a subscription)</li>
19-
<li>Read the API documentation on our <a href="http://our.umbraco.org/wiki/recommendations/recommended-reading-for-net-developers" target="_blank">Community Wiki</a></li>
20-
<li>Become a <a href="http://umbraco.org/training/training-schedule" target="_blank">Certified Umbraco Developer</a> and learn from the source</li>
21-
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">productivity boosting tools</a></li>
22-
</ul>
23-
</div>
24-
<div class="span4">
25-
<h4>Get support</h4>
26-
<ul>
27-
<li>Ask a question in the <a href="http://our.umbraco.org/" target="_blank">Community Forum</a></li>
28-
<li>Watch our <a href="http://umbraco.tv" target="_blank">tutorial videos</a> (some are free, some require a subscription)</li>
29-
<li>Find out about our <a href="http://umbraco.org/products" target="_blank">commercial support</a></li>
30-
<li>Find out about real-life <a href="http://umbraco.org/training/training-schedule" target="_blank">training and certification</a> opportunities</li>
31-
</ul>
13+
<div class="span6">
14+
<h4><a href="http://our.umbraco.org/?utm_source=core&utm_medium=dashboard&utm_content=header&utm_campaign=our" target="_blank" style="text-decoration: none;">Our Umbraco - The Friendliest Community</a></h4>
15+
<a href="http://our.umbraco.org/?utm_source=core&utm_medium=dashboard&utm_content=image&utm_campaign=our" target="_blank"><img src="views/dashboard/default/ourumbraco.png" alt="Our Umbraco" style="width: 359px; height: 243px; border: 0; margin-bottom: 10px;" /></a>
16+
<p><a href="http://our.umbraco.org/?utm_source=core&utm_medium=dashboard&utm_content=text&utm_campaign=our" target="_blank" style="text-decoration: none;">Our Umbraco - the official commuity site is your one
17+
stop for everything Umbraco. Whether you need a
18+
question answered or looking for cool plugins, the
19+
worlds best community is just a click away.</a></p>
20+
3221
</div>
22+
3323
</div>

src/Umbraco.Web.UI/config/Dashboard.Release.config

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
55
<areas>
66
<area>settings</area>
77
</areas>
8-
<tab caption="Get Started">
8+
<tab caption="Welcome">
99
<control showOnce="true" addPanel="true" panelCaption="">
1010
views/dashboard/settings/settingsdashboardintro.html
1111
</control>
12-
<control showOnce="true" addPanel="true" panelCaption="">
13-
views/dashboard/settings/settingsdashboardvideos.html
14-
</control>
1512
</tab>
1613
</section>
1714

@@ -20,9 +17,6 @@
2017
<area>developer</area>
2118
</areas>
2219
<tab caption="Get Started">
23-
<control showOnce="true" addPanel="true" panelCaption="">
24-
views/dashboard/developer/developerdashboardintro.html
25-
</control>
2620
<control showOnce="true" addPanel="true" panelCaption="">
2721
views/dashboard/developer/developerdashboardvideos.html
2822
</control>
@@ -41,20 +35,7 @@
4135
views/dashboard/media/mediafolderbrowser.html
4236
</control>
4337
</tab>
44-
<tab caption="Get Started">
45-
<access>
46-
<grant>admin</grant>
47-
</access>
48-
<control showOnce="true" addPanel="true" panelCaption="">
49-
views/dashboard/media/mediadashboardintro.html
50-
</control>
51-
<control showOnce="true" addPanel="true" panelCaption="">
52-
views/dashboard/media/desktopmediauploader.html
53-
</control>
54-
<control showOnce="true" addPanel="true" panelCaption="">
55-
views/dashboard/media/mediadashboardvideos.html
56-
</control>
57-
</tab>
38+
5839
</section>
5940

6041
<section alias="StartupDashboardSection">
@@ -71,18 +52,9 @@
7152
<control showOnce="true" addPanel="true" panelCaption="">
7253
views/dashboard/default/startupdashboardintro.html
7354
</control>
74-
<control showOnce="true" addPanel="true" panelCaption="">
75-
views/dashboard/default/startupdashboardvideos.html
76-
</control>
77-
</tab>
78-
<tab caption="Last Edits">
79-
<control addPanel="true" MaxRecords="30">/umbraco/dashboard/latestEdits.ascx</control>
80-
</tab>
81-
<tab caption="Change Password">
82-
<control addPanel="true">
83-
views/dashboard/changepassword.html
84-
</control>
55+
8556
</tab>
57+
8658
</section>
8759

8860
<section alias="StartupMemberDashboardSection">

0 commit comments

Comments
 (0)