Index: openacs-4/packages/new-portal/www/themes/simple-theme.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/themes/simple-theme.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/new-portal/www/themes/simple-theme.adp	9 Oct 2001 15:47:36 -0000	1.4
+++ openacs-4/packages/new-portal/www/themes/simple-theme.adp	9 Nov 2001 04:17:43 -0000	1.5
@@ -5,7 +5,7 @@
         <table border=0 cellpadding=3 width=100% cellspacing=0>
 	  <tr>
             <td class="portal_header" bgcolor="#cc0000">
-              <font face="arial,helvetica"  size="+1" color="#cccccc">@name@</font>
+              <font face="arial,helvetica"  size="+1" color="#cccccc"><b>@name@</b></font>
             </td>
             <td align=right class="portal_header" bgcolor="#cc0000">
 		<!-- include title buttons here -->
Index: openacs-4/packages/new-portal/www/themes/window-theme.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/themes/Attic/window-theme.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/new-portal/www/themes/window-theme.adp	8 Nov 2001 21:38:06 -0000	1.3
+++ openacs-4/packages/new-portal/www/themes/window-theme.adp	9 Nov 2001 04:18:25 -0000	1.4
@@ -17,10 +17,14 @@
               <tbody>
                 <tr>
                   <td align=left valign=middle width=88%  bgcolor="#eeeee7">
-			<font face="arial,helvetica,lucida" size="+1"><b>&nbsp; @name@</b></font></td>
-                  <td align=right width=7%><img src="@dir@/edit.png" alt="edit"></td>
-                  <td align=right width=7%><img src="@dir@/shade.png" alt="shade"></td>
-                  <td align=right width=7%><img src="@dir@/x.png" alt="hide"></td>
+			<font face="arial,helvetica,lucida" size="+1">
+				<a href=portlet-link-XXX><b>&nbsp; @name@</b></a></font></td>
+                  <td align=right width=7%>
+			<a href=configure><img border=0 src="@dir@/edit.png" alt="edit"></a></td>
+                  <td align=right width=7%>
+			<a href=configure-shade><img border=0 src="@dir@/shade.png" alt="shade"></a></td>
+                  <td align=right width=7%>
+			<a href=configure-hide><img border=0 src="@dir@/x.png" alt="hide"></a></td>
                 </tr>
               </tbody>
             </table>