made titles bold in the site tree

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44141 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2007-11-02 01:12:31 +00:00
parent 30e2d73d1c
commit ad0fa1c84c
5 changed files with 14 additions and 28 deletions

View File

@ -470,7 +470,7 @@ JS;
$rootLink = $this->Link() . 'show/root';
if(!isset($rootID)) $siteTree = "<ul id=\"sitetree\" class=\"tree unformatted\"><li id=\"record-root\" class=\"Root\"><a href=\"$rootLink\">http://www.yoursite.com/assets</a>"
if(!isset($rootID)) $siteTree = "<ul id=\"sitetree\" class=\"tree unformatted\"><li id=\"record-root\" class=\"Root\"><strong><a href=\"$rootLink\">http://www.yoursite.com/assets</strong></a>"
. $siteTree . "</li></ul>";

View File

@ -226,7 +226,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
$siteTree = "<ul id=\"sitetree\" class=\"tree unformatted\">" .
"<li id=\"record-0\" class=\"Root\">" .
"<a href=\"admin/security/show/0\" >"._t('SecurityAdmin.SGROUPS',"Security groups")."</a>"
"<a href=\"admin/security/show/0\" ><strong>"._t('SecurityAdmin.SGROUPS',"Security groups")."</strong></a>"
. $siteTree .
"</li>" .
"</ul>";

View File

@ -232,12 +232,12 @@ html>body #top #Logo {
float: right;
}
#bottom #logInStatus a {
color: #FFFFFF;
color: #FFF;
text-decoration: underline;
}
#bottom #logInStatus a:hover {
color: #fff;
text-decoration: underline;
text-decoration: none;
}
#bottom #logInStatus a#LogoutLink {
background: url(../images/logout.gif) no-repeat right bottom;
@ -249,18 +249,7 @@ html>body #top #Logo {
}
#bottom .bottomTabs a {
display: block;
float : left;
height : 23px;
line-height: 25px;
padding-left : 6px;
padding-right : 6px;
position:relative;
top : -5px;
border-top : none;
cursor:pointer;
text-decoration: none;
color : #fff;
color: #fff;
}
#bottom .bottomTabs div.blank {
@ -279,7 +268,7 @@ html>body #top #Logo {
cursor: auto;
}
#bottom .bottomTabs a:hover {
background: url(../images/mainmenu/hover.gif) repeat-x center center;
text-decoration: none;
}
@ -295,6 +284,7 @@ html>body #top #Logo {
margin-top: 2px;
width: 500px; /* IE's chocking right now */
}
html>body #sitetree {
width: auto;
}

View File

@ -1,5 +1,5 @@
<ul id="sitetree" class="tree unformatted">
<li id="$ID" class="Root"><a>Comments</a>
<li id="$ID" class="Root"><a><strong>Comments</strong></a>
<ul>
<li id="record-approved" <% if Section=approved %>class="current"<% end_if %>>
<a href="$baseURL/admin/comments/showtable/approved" title="Approved">Approved</a>

View File

@ -39,23 +39,19 @@
<a href="http://www.silverstripe.com" title="<% _t('SSWEB','Silverstripe Website') %>">Silverstripe CMS</a>&nbsp;-&nbsp;
<abbr style="border-style: none" title="<% _t('APPVERSIONTEXT1',"This is the") %> $ApplicationName <% _t('APPVERSIONTEXT2',"version that you are currently running, technically it's the CVS branch") %>">$CMSVersion</abbr> &nbsp; &nbsp; &nbsp;
<% control CurrentMember %>
<% _t('LOGGEDINAS','Logged in as') %> $FirstName $Surname - <a href="{$BaseHref}admin/myprofile" id="EditMemberProfile"><% _t('EDITPROFILE','Profile') %></a> - <a href="Security/logout" id="LogoutLink"><% _t('LOGOUT','log out') %></a>
<% _t('LOGGEDINAS','Logged in as') %> <strong>$FirstName $Surname</strong> | <a href="{$BaseHref}admin/myprofile" id="EditMemberProfile"><% _t('EDITPROFILE','Profile') %></a> | <a href="Security/logout" id="LogoutLink"><% _t('LOGOUT','log out') %></a>
<% end_control %>
</div>
<div id="switchView" class="bottomTabs">
<% if class = CMSMain %>
<div class="blank"> <% _t('VIEWPAGEIN','Page view:') %> </div>
<div class="blank"> <% _t('VIEWPAGEIN','Page view:') %> </div>
<% else %>
<div class="blank"> <% _t('SWITCHTO','Switch to:') %> </div>
<div class="blank"> <% _t('SWITCHTO','Switch to:') %> </div>
<% end_if %>
<% if class = CMSMain %>
<% else %>
<a class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></a>
<% end_if %>
<a id="viewStageSite" title="View the Page in the Draft Site" href="home/?stage=Stage"><% _t('DRAFTS','Draft Site') %></a>
<div class="blank" style="width:1em;"> </div>
<a id="viewLiveSite" title="View the Page in the Published Site" href="home/?stage=Live"><% _t('PUBLIS','Published Site') %></a>
<a class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></a>
| <a id="viewStageSite" title="View the Page in the Draft Site" href="home/?stage=Stage"><% _t('DRAFTS','Draft Site') %></a>
| <a id="viewLiveSite" title="View the Page in the Published Site" href="home/?stage=Live"><% _t('PUBLIS','Published Site') %></a>
<a style="display: none;left : -5px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>
</div>