Index: openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp,v
diff -u -r1.8 -r1.8.6.1
--- openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp	8 Oct 2003 11:48:35 -0000	1.8
+++ openacs-4/packages/dotlrn/www/admin/dotlrn-admin-master.adp	1 Jul 2004 13:41:22 -0000	1.8.6.1
@@ -19,27 +19,12 @@
 %>
 
 <master>
-<property name="title">@title@</property>
-<property name="link_all">1</property>
-<if @focus@ not nil><property name="focus">@focus;noquote@</property></if>
+  <property name="title">@title@</property>
+  <property name="link_all">1</property>
+  <if @focus@ not nil><property name="focus">@focus;noquote@</property></if>
+  <if @context@ not nil><property name="context">@context;noquote@</property></if>
+    <else><if @context_bar@ not nil><property name="context">@context_bar;noquote@</property></if></else>
+  <if @doc_type@ not nil><property name="doc_type">@doc_type;noquote@</property></if>
 
-<h2>@title@</h2>
-
-<if @context_bar@ not nil>
-  <%= [eval dotlrn::admin_navbar $context_bar] %>
-</if>
-<hr>
 <slave>
 
-
-
-
-
-
-
-
-
-
-
-
-