I have Gravity Forms and the Custom Post Widget plugin installed, both of which add an icon in the post editor. But when I click the GF button, the modal windows says 'Add Gravity Form' at the top but the rest of the box is for the other widget.
I don't know much about how the code works, but the two links for the buttons are:
<a id="add_content_block" class="thickbox" title="Add Content Block" href="http://www.--mydomain--.com/wp-content/plugins/custom-post-widget/popup.php#TB_inline?width=450&inlineId=select_form">
<img onclick="return false;" alt="Add Content Block" src="http://www.--mydomain--.com/wp-content/plugins/custom-post-widget/images/contentblock-13.png">
</a><a href="#TB_inline?width=450&inlineId=select_form" class="thickbox" title="Add Gravity Form"><img src="http://www.--mydomain--.com/wp-content/plugins/gravityforms/images/form-button.png" alt="Add Gravity Form" /></a>
I realize the problem may be with the other plugin, but if you could point me in the right direction, that would be helpful.
Thank you.