mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 12:09:41 +08:00
Made page titles on manage pages links. Removed branding from green theme.
--HG-- branch : dev
This commit is contained in:
@@ -42,7 +42,7 @@ foreach (var pageEntry in Model.PageEntries)
|
||||
<input type="hidden" value="<%=Model.PageEntries[pageIndex].PageId %>" name="<%=Html.NameOf(m => m.PageEntries[pi].PageId) %>"/>
|
||||
<input type="checkbox" value="true" name="<%=Html.NameOf(m => m.PageEntries[pi].IsChecked) %>"/>
|
||||
|
||||
<h3 style="display:inline;"><%=Html.Encode(pageEntry.Page.Title ?? T("(no title)").ToString())%></h3>
|
||||
<h3><%=Html.ActionLink(pageEntry.Page.Title, "Edit", new { id = pageEntry.PageId })%></h3>
|
||||
|
||||
<ul class="pageStatus">
|
||||
<li><%--Published or not--%>
|
||||
|
@@ -183,19 +183,14 @@ colgroup
|
||||
}
|
||||
|
||||
#hd h1 {
|
||||
margin: 0px;
|
||||
margin: 18px 0 0 20px;
|
||||
font-size: 240%;
|
||||
font-weight:700;
|
||||
}
|
||||
|
||||
#hd h1 a {
|
||||
background:url(../Content/Images/logo.png) no-repeat top left;
|
||||
display: block;
|
||||
float:left;
|
||||
width:270px;
|
||||
height:80px;
|
||||
top:0px;
|
||||
margin: 0px;
|
||||
position:relative;
|
||||
z-index:0;
|
||||
color:#547753;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#branding {
|
||||
|
@@ -7,13 +7,13 @@
|
||||
<div id="ft" role="contentinfo">
|
||||
<div id="innerft" class="yui-g">
|
||||
<div class="yui-u first">
|
||||
<h5>About AdventureWorks</h5>
|
||||
<h5>About <%=Html.Encode(Html.SiteName()) %></h5>
|
||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nec nisi vel eros ornare auctor. Aenean vitae nulla. Sed in velit sit amet metus sollicitudin porttitor. Fusce non tortor. Nunc ornare imperdiet mauris. Nulla facilisi. In hac habitasse platea dictumst. Praesent pellentesque iaculis orci. Ut imperdiet dolor non turpis. In hac habitasse platea dictumst. <a href="#">More...</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="yui-g">
|
||||
<div class="yui-u first">
|
||||
<h5>Need Help?</h5>
|
||||
<h5>Lorem ipsum</h5>
|
||||
<ul class="square">
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
@@ -23,7 +23,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
<h5>Company Info</h5>
|
||||
<h5>Lorem ipsum</h5>
|
||||
<ul class="square">
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
<li><a href="#">Lorem ipsum</a></li>
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<div id="hd" role="banner">
|
||||
<div class="yui-g" id="branding">
|
||||
<div class="yui-u first">
|
||||
<h1><a href="/" title="Go to Home"><span class="displayText">AdventureWorks</span></a></h1>
|
||||
<h1><a href="/" title="Go to Home"><%=Html.Encode(Html.SiteName()) %></a></h1>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
<div id="logIn">
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<div id="hd" role="banner">
|
||||
<div class="yui-g" id="branding">
|
||||
<div class="yui-u first">
|
||||
<h1><a href="/" title="Go to Home"><span class="displayText">AdventureWorks</span></a></h1>
|
||||
<h1><a href="/" title="Go to Home"><%=Html.Encode(Html.SiteName()) %></a></h1>
|
||||
</div>
|
||||
<div class="yui-u">
|
||||
<div id="logIn">
|
||||
|
@@ -813,4 +813,7 @@ table.items, textarea, input.text, input.text-box,
|
||||
.contentItems .properties ul.pageStatus li {
|
||||
margin:0;
|
||||
padding:0 0 .1em 0;
|
||||
}
|
||||
.properties h3 {
|
||||
display:inline;
|
||||
}
|
Reference in New Issue
Block a user