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">
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);
}
</script>

View file

@ -118,7 +118,7 @@ name will be used as the label. -->
</#macro>
<#-- 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="">
<#local mainImage = propertyGroups.getPropertyAndRemoveFromList("${namespaces.vitroPublic}mainImage")!>
<#local thumbUrl = individual.thumbUrl!>