NIHVIVO-333 Merge revisions from rel-1.0-maint: Removed choice between image sizes on image upload page. Also added a note explaining that images smaller than 150x150px will not display well.

This commit is contained in:
rjy7 2010-04-08 21:12:27 +00:00
parent 59f9edc53f
commit a4497d1fa5
2 changed files with 22 additions and 11 deletions

View file

@ -1,6 +1,7 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<script type="text/javascript" language="JavaScript" src="js/toggle.js"></script>
<script type="text/javascript" language="JavaScript" src="js/toggle.js"></script>
<%--
<script type="text/javascript" language="JavaScript">
/**************************************************** MODE OPTIONS ***********************************************************/
@ -18,9 +19,12 @@ function refreshModeValue() {
switchElementDisplay('thumbnailExtra');
}
</script>
--%>
<style type="text/css">
.dropdownExtra { display: none; }
.dropdownExtra { display: none; }
.comment {
color: #6a5acd;
}
</style>