VIVO610 when range uri exists but doesn't have corresponding vclass, show error message with option to go back to individual profile

This commit is contained in:
hudajkhan 2013-12-06 11:08:14 -05:00
parent d08c3f61ff
commit 3aca74a7ee
2 changed files with 81 additions and 8 deletions

View file

@ -0,0 +1,8 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#--Assign variables from editConfig-->
<#assign customErrorMessages = editConfiguration.pageData.customErrorMessages!""/>
<p>${customErrorMessages}</p>
<p>
<a class="cancel" href="${cancelUrl}&url=/individual" title="${i18n().return_to_profile}">${i18n().return_to_profile}</a>
</p>