NIHVIVO-2810 NIHVIVO-2232 Added custom list view for display:hasElement and first go at menu item drag-n-drop for menu management. Also added new entry for Menu Management on site admin page under site configuration. Work in progress and not fully functional.
This commit is contained in:
parent
6fac9339d6
commit
44ee8c88bf
6 changed files with 255 additions and 9 deletions
|
@ -14,11 +14,13 @@
|
|||
</#if>
|
||||
|
||||
<#if siteConfig.urls.menuN3Editor??>
|
||||
<li><a href="${siteConfig.urls.menuN3Editor}">Menu management</a></li>
|
||||
<#-- 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>
|
||||
<li><a href="${siteConfig.urls.menuN3Editor}">menu.n3 editor</a></li>
|
||||
</#if>
|
||||
|
||||
<#if siteConfig.urls.userList??>
|
||||
<li><a href="${siteConfig.urls.userList}">User accounts</a></li>
|
||||
<li><a href="${siteConfig.urls.userList}">User accounts</a></li>
|
||||
</#if>
|
||||
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue