mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Removed temporary "gallery" and "list" panels from CMSPagesController, until they're actually implemented
This commit is contained in:
parent
44a4e8a840
commit
e9c7fb5e1e
@ -11,12 +11,14 @@
|
||||
<li>
|
||||
<a href="#cms-content-treeview" class="content-treeview"><% _t('CMSPagesController.TreeView', 'Tree View') %></a>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<a href="#cms-content-galleryview" class="content-galleryview"><% _t('CMSPagesController.GalleryView', 'Gallery View') %></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#cms-content-listview" class="content-listview"><% _t('CMSPagesController.ListView', 'List View') %></a>
|
||||
</li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -42,6 +44,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id="cms-content-listview">
|
||||
<i>Not implemented yet</i>
|
||||
</div>
|
||||
@ -49,6 +52,7 @@
|
||||
<div id="cms-content-galleryview">
|
||||
<i>Not implemented yet</i>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user