You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/03/24 04:12:07 UTC

svn commit: r388341 - /forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

Author: crossley
Date: Thu Mar 23 19:12:05 2006
New Revision: 388341

URL: http://svn.apache.org/viewcvs?rev=388341&view=rev
Log:
Add localhost:8888/abs-menulinks

Modified:
    forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul?rev=388341&r1=388340&r2=388341&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul Thu Mar 23 19:12:05 2006
@@ -71,6 +71,8 @@
 
       <toolbarbutton class="forrestbar" label="Devs." id="forrestbar-devs" hidden="false" type="menu">
         <menupopup>
+          <menuitem label="abs-menulinks" onclick="navigate('http://localhost:8888/abs-menulinks');" />
+          <menuseparator/>
           <menuitem label="Cocoon Profiler howto" onclick="navigate('http://forrest.apache.org/docs/dev/howto/howto-dev.html#debug');" />
           <menuitem label="Cocoon Profiler access" onclick="navigate('http://localhost:8888/cprofile.html');" />
           <menuseparator/>