You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2007/07/16 14:28:20 UTC

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

Author: gmcdonald
Date: Mon Jul 16 05:28:19 2007
New Revision: 556602

URL: http://svn.apache.org/viewvc?view=rev&rev=556602
Log:
Add in *.xml and *.fo options for current page - FOR-1012

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/viewvc/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul?view=diff&rev=556602&r1=556601&r2=556602
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul Mon Jul 16 05:28:19 2007
@@ -68,6 +68,8 @@
 
       <toolbarbutton class="forrestbar" label="Devs." id="forrestbar-devs" hidden="false" type="menu">
         <menupopup>
+          <menuitem label="View *.xml" onclick="viewXML('.xml');" />
+          <menuitem label="View *.fo" onclick="viewXML('.fo');" />
           <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');" />