mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
6 lines
414 B
Scheme
6 lines
414 B
Scheme
|
<a class="btn btn-secondary btn--no-text btn--icon-large <% if $Toggle == 'open' %>font-icon-down-dir<% else %>font-icon-right-dir<% end_if %> cms-panel-link list-children-link" data-pjax-target="$PjaxFragment" href="$Link" data-toggle="$ToggleLink"></a>
|
||
|
<% if $Toggle == 'open' %>
|
||
|
$NestedField
|
||
|
<% else %>
|
||
|
<div class="nested-container" data-pjax-fragment="$PjaxFragment" style="display:none;"></div>
|
||
|
<% end_if %>
|