including unsupported browser message in add associated concept and add authors to information resource templates
This commit is contained in:
parent
59647ce647
commit
e6e37662d1
2 changed files with 4 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
|||
</section>
|
||||
</#if>
|
||||
|
||||
<@lvf.unsupportedBrowser/>
|
||||
<@lvf.unsupportedBrowser urls.base/>
|
||||
|
||||
<div class="noIE67">
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<#-- Custom form for adding authors to information resources -->
|
||||
|
||||
<#import "lib-vivo-form.ftl" as lf>
|
||||
<#import "lib-vivo-form.ftl" as lvf>
|
||||
|
||||
<#--Retrieve certain page specific information information-->
|
||||
<#assign newRank = editConfiguration.pageData.newRank />
|
||||
|
@ -23,7 +23,8 @@
|
|||
<#assign requiredHint="<span class='requiredHint'> *</span>" />
|
||||
<#assign initialHint="<span class='hint'>(initial okay)</span>" />
|
||||
|
||||
<#--unsupported browser message-->
|
||||
<@lvf.unsupportedBrowser urls.base/>
|
||||
|
||||
<h2>${title}</h2>
|
||||
|
||||
<ul id="authorships" ${ulClass}>
|
||||
|
|
Loading…
Add table
Reference in a new issue