Added Dashboard text.

--HG--
branch : dev
This commit is contained in:
jowall
2010-03-01 17:36:51 -08:00
parent 865fe96f6f
commit 30091bac36
2 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,12 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<AdminViewModel>" %> <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<AdminViewModel>" %>
<%@ Import Namespace="Orchard.Mvc.ViewModels"%> <%@ Import Namespace="Orchard.Mvc.ViewModels"%>
<h1><%=Html.TitleForPage(T("Orchard Admin").ToString())%></h1> <h1><%=Html.TitleForPage(T("Welcome to the Orchard administration dashboard").ToString())%></h1>
<p><%=T("Insert admin text here -> &middot;") %></p>
<p>
<%=_Encoded("This is the place where you can manage your web site, its appearance and its contents. Please take a moment to explore the different menu items on the left of the screen to familiarize yourself with the features of the application. For example, try to change the theme through the “Manage Themes” menu entry. You can also create new pages and manage existing ones through the “Manage Pages” menu entry or create blogs through “Manage Blogs”.") %></p>
<p>
<%=_Encoded("Have fun!") %><br />
<%=_Encoded("The Orchard Team") %>
</p>

View File

@@ -274,9 +274,9 @@ a:hover, a:active, a:focus {
#main h2, #main h3 { #main h2, #main h3 {
margin:.5em 0; margin:.5em 0;
} }
/*#main p { #main p {
margin:0 0 1.5em; margin:0 0 1.5em;
}*/ }
#main .main.actions { #main .main.actions {
margin:0 0 1.4em; margin:0 0 1.4em;
} }
@@ -754,6 +754,9 @@ table.items, textarea, input.text, input.text-box,
.properties { .properties {
float:left; float:left;
} }
.orchard-blogs #main p {
margin:0;
}
#main .contentItems .properties h3 { #main .contentItems .properties h3 {
border-bottom:none; border-bottom:none;
margin:0; margin:0;