NIHVIVO-772 entityBasic.jsp will use imageUploadUtils.js instead of confirmPhotoDeletion.js. Modify PropertyEditLinks.java so only the thumbnail delete link will have the "thumbnail" class.

This commit is contained in:
jeb228 2010-07-14 13:45:35 +00:00
parent 8a299c67a0
commit 46aed7047c
3 changed files with 8 additions and 21 deletions

View file

@ -311,6 +311,6 @@ if (VitroRequestPrep.isSelfEditing(request) || LoginFormBean.loggedIn(request, L
</div> <!-- content -->
<script type="text/javascript" src="/vivo/js/imageUpload/confirmPhotoDeletion.js"></script>
<script type="text/javascript" src="/vivo/js/imageUpload/imageUploadUtils.js"></script>