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 %>
|
<% end_if %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="utility">
|
<% if Utility %>
|
||||||
<% control Utility %>
|
<div class="utility">
|
||||||
<span class="item"><a href="$Link" target="_blank">$Title</a></span>
|
<% control Utility %>
|
||||||
<% end_control %>
|
<span class="item"><a href="$Link" target="_blank">$Title</a></span>
|
||||||
</div>
|
<% end_control %>
|
||||||
|
</div>
|
||||||
|
<% end_if %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user