mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
FEATURE: #3659 - Update key to show what purple means (ezero)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@72804 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0a7431a0ff
commit
699eda53be
@ -132,7 +132,8 @@ ul.tree.multiselect li.selected span.a.unexpanded span.b {
|
||||
}
|
||||
|
||||
|
||||
ul.tree span.a a.notinmenu, ul.tree span.a a.notinmenu * {
|
||||
ul.tree span.a a.notinmenu, ul.tree span.a a.notinmenu *,
|
||||
#publication_key span.notinmenu {
|
||||
color: #77A;
|
||||
}
|
||||
|
||||
|
@ -106,6 +106,8 @@
|
||||
<ins style="cursor: help" title="<% _t('ADDEDNOTPUB','Added to the draft site and not published yet') %>"><% _t('NEW','new') %></ins>
|
||||
<del style="cursor: help" title="<% _t('DELETEDSTILLLIVE','Deleted from the draft site but still on the live site') %>"><% _t('DEL','deleted') %></del>
|
||||
<span style="cursor: help" title="<% _t('EDITEDNOTPUB','Edited on the draft site and not published yet') %>" class="modified"><% _t('CHANGED','changed') %></span>
|
||||
<span style="cursor: help" title="<% _t('NOTINMENU','Excluded from navigation menus') %>" class="notinmenu"><% _t('HIDDEN','hidden') %></span>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="LangSelector_holder" <% if MultipleLanguages %><% else %> class="onelang"<% end_if %>>
|
||||
|
Loading…
Reference in New Issue
Block a user