NIHVIVO-3381 ensured unspupported browser message works correctly

This commit is contained in:
tworrall 2011-12-01 20:20:10 +00:00
parent 702004c977
commit 94016d64da

View file

@ -1,5 +1,5 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#import "lib-vivo-form.ftl" as lvf>
<#--If edit submission exists, then retrieve validation errors if they exist--> <#--If edit submission exists, then retrieve validation errors if they exist-->
<#if editSubmission?has_content && editSubmission.submissionExists = true && editSubmission.validationErrors?has_content> <#if editSubmission?has_content && editSubmission.submissionExists = true && editSubmission.validationErrors?has_content>
<#assign submissionErrors = editSubmission.validationErrors/> <#assign submissionErrors = editSubmission.validationErrors/>
@ -9,6 +9,7 @@
<h2>Create Your Own Concept</h2> <h2>Create Your Own Concept</h2>
<@lvf.unsupportedBrowser urls.base />
<form id="addUserDefinedConceptForm" class="customForm noIE67" action = "${submitUrl}" method="post"> <form id="addUserDefinedConceptForm" class="customForm noIE67" action = "${submitUrl}" method="post">
<input type="hidden" name="editKey" id="editKey" value="${editKey}" role="input" /> <input type="hidden" name="editKey" id="editKey" value="${editKey}" role="input" />