NIHVIVO-2749 Move the calculation of the MenuManagement URL into the controller.

This commit is contained in:
j2blake 2011-07-05 21:07:46 +00:00
parent 6a284ff010
commit 57ca8f9915
2 changed files with 13 additions and 2 deletions

View file

@ -14,11 +14,14 @@
</#if>
<#if siteConfig.urls.menuN3Editor??>
<#-- once new menu management is ready to go, we'll want to add a url for this to siteConfig.urls and remove menu.n3 editor -->
<li><a href="${urls.base}/individual?uri=http%3A%2F%2Fvitro.mannlib.cornell.edu%2Fontologies%2Fdisplay%2F1.1%23DefaultMenu&switchToDisplayModel=true">Menu Management</a> (in development)</li>
<#-- once new menu management is ready to go, we'll want to remove menu.n3 editor -->
<li><a href="${siteConfig.urls.menuN3Editor}">menu.n3 editor</a></li>
</#if>
<#if siteConfig.urls.menuManagement??>
<li><a href="${siteConfig.urls.menuManagement}">Menu Management</a> (in development)</li>
</#if>
<#if siteConfig.urls.userList??>
<li><a href="${siteConfig.urls.userList}">User accounts</a></li>
</#if>