mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Tweaks to version template, styling and more tweaking of inconsistent styling
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44167 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
77be4f43f1
commit
a129de4c1a
@ -82,6 +82,11 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#deletepage_options p {
|
||||||
|
margin: 4px 0;
|
||||||
|
font-size: 11px;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -401,6 +406,10 @@ ul.tree li.untranslated a:visited {
|
|||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#left #batchactionsforms label {
|
||||||
|
padding-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
#right ins * {
|
#right ins * {
|
||||||
background-color: green;
|
background-color: green;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<% control Versions %>
|
<% control Versions %>
|
||||||
<tr id="page-$RecordID-version-$Version" class="$EvenOdd $PublishedClass">
|
<tr id="page-$RecordID-version-$Version" class="$EvenOdd $PublishedClass">
|
||||||
<td>$Version</td>
|
<td>$Version</td>
|
||||||
<td class="$LastEdited" title="$LastEdited.Ago">$LastEdited.Ago</td>
|
<td class="$LastEdited" title="$LastEdited.Ago - $LastEdited.Nice">$LastEdited.Ago</td>
|
||||||
<td>$Author.FirstName $Author.Surname.Initial</td>
|
<td>$Author.FirstName $Author.Surname.Initial</td>
|
||||||
<td>
|
<td>
|
||||||
<% if Published %>
|
<% if Published %>
|
||||||
@ -19,11 +19,9 @@
|
|||||||
$Publisher.FirstName $Publisher.Surname.Initial
|
$Publisher.FirstName $Publisher.Surname.Initial
|
||||||
<% else %>
|
<% else %>
|
||||||
<% _t('UNKNOWN','Unknown') %>
|
<% _t('UNKNOWN','Unknown') %>
|
||||||
|
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<% _t('NOTPUB','Not published') %>
|
<% _t('NOTPUB','Not published') %>
|
||||||
|
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
<li class="action" id="addpage"><button><% _t('CREATE','Create') %></button></li>
|
<li class="action" id="addpage"><button><% _t('CREATE','Create') %></button></li>
|
||||||
<li class="action" id="deletepage"><button><% _t('DELETE','Delete...') %></button></li>
|
<li class="action" id="deletepage"><button><% _t('DELETE','Delete...') %></button></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div style="clear:both;"></div>
|
|
||||||
<form class="actionparams" id="addpage_options" style="display: none" action="admin/assets/addfolder">
|
<form class="actionparams" id="addpage_options" style="display: none" action="admin/assets/addfolder">
|
||||||
<div>
|
<div>
|
||||||
<input type="hidden" name="ParentID" />
|
<input type="hidden" name="ParentID" />
|
||||||
|
Loading…
Reference in New Issue
Block a user