NIHVIVO-1871 Added repair mode to grant and educational training custom forms.

This commit is contained in:
rjy7 2011-01-25 22:41:15 +00:00
parent 56f8323de8
commit 2fb9547738
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<script language="JavaScript"> <script language="JavaScript">
function confirmDelete() { function confirmDelete() {
var msg="Are you SURE you want to delete this entity? If in doubt, CANCEL." var msg="Are you SURE you want to delete this individual? If in doubt, CANCEL."
return confirm(msg); return confirm(msg);
} }
</script> </script>

View file

@ -118,7 +118,7 @@ name will be used as the label. -->
</#macro> </#macro>
<#-- Main image links --> <#-- Main image links -->
<#-- Values for showPlaceholderImage: "always", "never", "with_add_link" --> <#-- Values for showPlaceholder: "always", "never", "with_add_link" -->
<#macro imageLinks individual propertyGroups namespaces editable showPlaceholder="never" placeholder=""> <#macro imageLinks individual propertyGroups namespaces editable showPlaceholder="never" placeholder="">
<#local mainImage = propertyGroups.getPropertyAndRemoveFromList("${namespaces.vitroPublic}mainImage")!> <#local mainImage = propertyGroups.getPropertyAndRemoveFromList("${namespaces.vitroPublic}mainImage")!>
<#local thumbUrl = individual.thumbUrl!> <#local thumbUrl = individual.thumbUrl!>