Hi Scott, here is the xml. thanks.
<RibbonDiffXml>
<CustomActions>
<CustomAction Id="new.new_opportunities.Button1.Button.CustomAction" Location="Mscrm.Form.new_opportunities.MainTab.Workflow.Controls._children" Sequence="10">
<CommandUIDefinition>
<Button Command="new.contact.Form.RunWorkflow1.Command" Id="new.new_opportunities.Button1.Button" Image32by32="/_imgs/ribbon/runworkflow32.png" Image16by16="/_imgs/ribbon/StartWorkflow_16.png" LabelText="$LocLabels:new.new_opportunities.Button1.Button.LabelText" Sequence="10" TemplateAlias="o1" />
</CommandUIDefinition>
</CustomAction>
<CustomAction Id="new.new_opportunities.Button2.Button.CustomAction" Location="Mscrm.Form.new_opportunities.MainTab.Save.Controls._children" Sequence="80">
<CommandUIDefinition>
<Button Command="new.contact.Form.RunWorkflow1.Command" Id="new.new_opportunities.Button2.Button" Image32by32="/_imgs/ribbon/runworkflow32.png" Image16by16="/_imgs/ribbon/StartWorkflow_16.png" LabelText="$LocLabels:new.new_opportunities.Button2.Button.LabelText" Sequence="80" TemplateAlias="o2" />
</CommandUIDefinition>
</CustomAction>
</CustomActions>
<Templates>
<RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates>
</Templates>
<CommandDefinitions>
<CommandDefinition Id="new.contact.Form.RunWorkflow1.Command">
<EnableRules>
<EnableRule Id="Mscrm.FormStateNotNew" />
<EnableRule Id="Mscrm.RunWorkflowPrimary" />
<EnableRule Id="new.new_opportunities.EnableRule2.EnableRule" />
</EnableRules>
<DisplayRules />
<Actions>
<JavaScriptFunction FunctionName="Mscrm.FormAction.launchOnDemandWorkflowForm" Library="/_static/_forms/form.js">
<CrmParameter Value="PrimaryEntityTypeCode" />
<StringParameter Value="76B48F49-DBB3-4784-A103-F6BEE7F52836" />
</JavaScriptFunction>
<JavaScriptFunction FunctionName="refreshform" Library="$webresource:new_refresh_form" />
</Actions>
</CommandDefinition>
</CommandDefinitions>
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules />
<EnableRules>
<EnableRule Id="new.new_opportunities.EnableRule2.EnableRule">
<CustomRule FunctionName="displayconverttobid" Library="$webresource:new_convert_to_bid_button" Default="false" />
</EnableRule>
</EnableRules>
</RuleDefinitions>
<LocLabels>
<LocLabel Id="new.new_opportunities.Button1.Button.LabelText">
<Titles>
<Title description="Convert to Bid" languagecode="1033" />
</Titles>
</LocLabel>
<LocLabel Id="new.new_opportunities.Button2.Button.LabelText">
<Titles>
<Title description="Convert to Bid" languagecode="1033" />
</Titles>
</LocLabel>
</LocLabels>
</RibbonDiffXml>