MINOR Removed temporary "gallery" and "list" panels from CMSPagesController, until they're actually implemented

This commit is contained in:
Ingo Schommer 2012-03-12 11:55:19 +01:00
parent 44a4e8a840
commit e9c7fb5e1e
1 changed files with 5 additions and 1 deletions

View File

@ -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>
@ -41,7 +43,8 @@
</div>
</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>