mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Add a secondary side-by-side state selector to the edit form
For situations when preview is not visible (and options with it).
This commit is contained in:
parent
0711c321c5
commit
772961cb5e
@ -16,14 +16,15 @@
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<div class="cms-content-actions south">
|
||||
<div class="cms-content-actions cms-content-controls south">
|
||||
<% if Actions %>
|
||||
<div class="Actions">
|
||||
<% loop Actions %>
|
||||
$Field
|
||||
<% end_loop %>
|
||||
|
||||
<% include LeftAndMain_ViewModeSelector SelectID="preview-mode-dropdown-in-content" %>
|
||||
</div>
|
||||
<% end_if %>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user