I though the title would default to the name when the title did not exist. It appears the defaulting behavior is broken, i.e. bug.
Paul Spencer [EMAIL PROTECTED] wrote: > taylor 02/05/27 16:08:54 > > Modified: webapp/WEB-INF/conf admin.xreg > Log: > added titles to admin portlets > > Revision Changes Path > 1.17 +6 -0 jakarta-jetspeed/webapp/WEB-INF/conf/admin.xreg > > Index: admin.xreg > =================================================================== > RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/admin.xreg,v > retrieving revision 1.16 > retrieving revision 1.17 > diff -u -r1.16 -r1.17 > --- admin.xreg 7 May 2002 07:57:59 -0000 1.16 > +++ admin.xreg 27 May 2002 23:08:54 -0000 1.17 > @@ -132,6 +132,9 @@ > > <portlet-entry type="instance" name="GlobalAdminPortlet" hidden="true"> > <security role="admin"/> > + <meta-info> > + <title>System Info</title> > + </meta-info> > ><classname>org.apache.jetspeed.portal.portlets.admin.GlobalAdminPortlet</classname> > <media-type ref="html"/> > <category>admin</category> > @@ -139,6 +142,9 @@ > > <portlet-entry type="instance" name="JavaRuntimePortlet" hidden="true"> > <security role="admin"/> > + <meta-info> > + <title>Runtime Info</title> > + </meta-info> > ><classname>org.apache.jetspeed.portal.portlets.admin.JavaRuntimePortlet</classname> > <media-type ref="html"/> > <category>admin</category> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
