Author: rgardler
Date: Mon Feb 6 04:54:30 2006
New Revision: 375270
URL: http://svn.apache.org/viewcvs?rev=375270&view=rev
Log:
comment out publisher related buttons
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=375270&r1=375269&r2=375270&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
(original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul Mon
Feb 6 04:54:30 2006
@@ -108,7 +108,12 @@
<menuitem label="prepare-contract"
onclick="contract('prepare.contract.html.','forrestbar-input');"/>
</menupopup>
</toolbarbutton>
-
+ <!--
+ These buttons re for use with the publisher plugin, however, they are
+ commented out at this stage because the plugin does not provide
+ sufficient error checking and guidance for end users. Use of this
+ plugin should be restricted to devs who understand the publishing
+ process
<toolbarbutton label="Publishing" hidden="false" type="menu">
<menupopup>
<menuitem label="Save Page"
onclick="navigate('http:/localhost:8888/devTools/do/save.html?URI=' +
gBrowser.currentURI.spec +
'&file=src/documentation/content/xdocs/index/xml');"/>
@@ -116,6 +121,7 @@
<menuitem label="Deploy Site"
onclick="navigate('http:/localhost:8888/devTools/do/stagedDeploy.html');"/>
</menupopup>
</toolbarbutton>
+ -->
</toolbaritem>
</toolbar>