mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
8c4a4e743c
templates/LeftAndMain_Menu.ss looks to be a copy of the fully namespaced version, which is no longer used - removed. GridFieldAddFromTemplateButton also looks to be unused, so was also removed.
10 lines
248 B
Scheme
10 lines
248 B
Scheme
<div class="cms-subsites" data-pjax-fragment="SubsiteList">
|
|
<div class="field dropdown">
|
|
<select id="SubsitesSelect">
|
|
<% loop $ListSubsites %>
|
|
<option value="$ID" $CurrentState>$Title</option>
|
|
<% end_loop %>
|
|
</select>
|
|
</div>
|
|
</div>
|