mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: Only show the CTF utility bar if there are utilities available.
This commit is contained in:
parent
590dbb5f3f
commit
9e49d04e15
@ -71,10 +71,12 @@
|
||||
<% end_if %>
|
||||
</tbody>
|
||||
</table>
|
||||
<% if Utility %>
|
||||
<div class="utility">
|
||||
<% control Utility %>
|
||||
<span class="item"><a href="$Link" target="_blank">$Title</a></span>
|
||||
<% end_control %>
|
||||
</div>
|
||||
<% end_if %>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user