Index: /Users/gsilver/sakai-src/sakai-trunk/content/content-impl/impl/src/java/org/sakaiproject/content/impl/CollectionAccessFormatter.java
===================================================================
--- /Users/gsilver/sakai-src/sakai-trunk/content/content-impl/impl/src/java/org/sakaiproject/content/impl/CollectionAccessFormatter.java (revision 46642)
+++ /Users/gsilver/sakai-src/sakai-trunk/content/content-impl/impl/src/java/org/sakaiproject/content/impl/CollectionAccessFormatter.java (working copy)
@@ -147,7 +147,10 @@
String webappRoot = ServerConfigurationService.getServerUrl();
out.println("");
- if (basedir != null)
+ out.println("");
+ if (basedir != null)
{
out.println("");
+
out.println("
");
// for content listing it's best to use a real title
if (basedir != null)
- out.println("
Contents of " + access + path + "
");
+ out.println("
Contents of " + access + path + "
");
else
{
- out.println("
" + pl.getProperty(ResourceProperties.PROP_DISPLAY_NAME) + "
");
+ out.println("
" + pl.getProperty(ResourceProperties.PROP_DISPLAY_NAME) + "
Show/hide descriptions
");
String desc = pl.getProperty(ResourceProperties.PROP_DESCRIPTION);
- if (desc != null && !desc.equals("")) out.println("
" + desc + "
");
+ if (desc != null && !desc.equals("")) out.println("
" + desc + "
");
}
-
- out.println("
");
+ if (sferyx)
+ out.println("");
+ else
+ out.println("");
printedHeader = true;
printedDiv = true;
}
@@ -238,10 +246,9 @@
+ baseparam
+ "\">Up one level | |
");
+ if (sferyx)
+ out.println("");
+ else
+ out.println("");
if (printedDiv) out.println("");
- out.println("