--- loncom/interface/lonhtmlcommon.pm 2012/02/22 10:18:26 1.301
+++ loncom/interface/lonhtmlcommon.pm 2012/03/20 13:36:19 1.303
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.301 2012/02/22 10:18:26 foxr Exp $
+# $Id: lonhtmlcommon.pm,v 1.303 2012/03/20 13:36:19 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1072,6 +1072,8 @@ sub Close_PrgWin {
sub crumbs {
my ($uri,$target,$prefix,$form,$skiplast)=@_;
+# You cannot crumbnify uploaded or adm resources
+ if ($uri=~/^\/*(uploaded|adm)\//) { return &mt('(Internal Course/Group Content)'); }
if ($target) {
$target = ' target="'.
&Apache::loncommon::escape_single($target).'"';
@@ -1304,7 +1306,7 @@ sub htmlareaselectactive {
$.fn.jPicker.defaults.images.clientPath="/adm/jpicker/images/";
$(".colorchooser").jPicker();
-c });
+ });
';
if ($dragmath_prefix ne '') {
$output .= '