NIHVIVO-2886, NIHVIVO-2940 Fix display of links based on policy checks
This commit is contained in:
parent
e3e95fb11b
commit
64f930f053
6 changed files with 54 additions and 74 deletions
|
@ -21,7 +21,7 @@ edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.Institu
|
|||
<#--If no local ontologies, display message for user to create a local ontology-->
|
||||
<#if ontologiesExist = false>
|
||||
<section id="noLocalOntologyExists" role="region">
|
||||
<p>There are currently no local ontologies. You must create a <a href='${urls.base}/editForm?controller=Ontology'>new local ontology</a></p>
|
||||
<p>There are currently no local ontologies. You must create a <a href='${urls.base}/editForm?controller=Ontology'>new local ontology.</a></p>
|
||||
</section>
|
||||
|
||||
<#--else if local ontologies exist and local classes exist, show drop-down of local classes-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue