MINOR Added temporary, hardcoded "add page" menu links

This commit is contained in:
Ingo Schommer 2011-12-20 14:10:08 +01:00
parent 11b3b43c84
commit 068fcb209f
1 changed files with 15 additions and 0 deletions

View File

@ -48,6 +48,21 @@
</li>
</ul>
<% end_if %>
<% if Code == 'CMSPagesController' %>
<ul>
<li class="last <% if Top.class == 'CMSPagesController' %>current<% end_if %>" id="Menu-CMSPagesController">
<a href="admin/pages/">
<span class="text">Edit &amp; organize</span>
</a>
</li>
<li class="first <% if Top.class == 'CMSPageAddController' %>current<% end_if %>" id="Menu-CMSPageAddController">
<a href="admin/page/add/show/$Top.CurrentPageID">
<span class="text">Add pages</span>
</a>
</li>
</ul>
<% end_if %>
</li>
<% end_control %>
</ul>