mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ENHANCEMENT: add header icon to CMSFileAddController when uploading file and SecurityAdmin when editing a member record
This commit is contained in:
parent
7f1e6de4f2
commit
826878b45d
@ -3,7 +3,17 @@
|
|||||||
<% end_if %>
|
<% end_if %>
|
||||||
<div class="cms-content-header north">
|
<div class="cms-content-header north">
|
||||||
<div>
|
<div>
|
||||||
|
<% with Controller %>
|
||||||
|
<% if class=CMSFileAddController %>
|
||||||
|
<span class="section-icon icon icon-24 icon-assetadmin"></span>
|
||||||
|
<% else %>
|
||||||
|
<% with ToplevelController %>
|
||||||
|
<% if class=SecurityAdmin %>
|
||||||
|
<span class="section-icon icon icon-24 icon-securityadmin"></span>
|
||||||
|
<% end_if %>
|
||||||
|
<% end_with %>
|
||||||
|
<% end_if %>
|
||||||
|
<% end_with %>
|
||||||
<% include BackLink_Button %>
|
<% include BackLink_Button %>
|
||||||
|
|
||||||
<h2 id="page-title-heading">
|
<h2 id="page-title-heading">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user