Skip to content

Commit

Permalink
Screenshot update
Browse files Browse the repository at this point in the history
git-svn-id: http://plugins.svn.wordpress.org/wiki-embed/trunk@301996 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
enej committed Oct 19, 2010
1 parent 17cda33 commit cd0f836
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions admin/admin-overlay.php
Expand Up @@ -17,10 +17,10 @@
*/
function wikiembed_overlay_buttons($context)
{
$wiki_embed_overlay_image_button = plugins_url('/wiki-embed/resources/img/icon.png');
$output_link = '<a href="#TB_inline?height=400&width=670&inlineId=wiki_embed_form" class="thickbox" title="' .__("Wiki Embed", 'wiki-embed') . '"><img src="'.$wiki_embed_overlay_image_button.'" alt="' . __("Wiki Embed", 'wiki-embed') . '" /></a><style>#wiki_embed_form{ display:none;}</style>';
$wiki_embed_overlay_image_button = plugins_url('/wiki-embed/resources/img/icon.png');
$output_link = '<a href="#TB_inline?height=400&width=670&inlineId=wiki_embed_form" class="thickbox" title="' .__("Wiki Embed", 'wiki-embed') . '" id="wiki-embed-overlay-button"><img src="'. $wiki_embed_overlay_image_button.'" alt="' . __("Wiki Embed", 'wiki-embed') . '" /></a><style>#wiki_embed_form{ display:none;}</style>';
return $context.$output_link;

}


Expand All @@ -34,7 +34,8 @@ function wikiembed_overlay_popup_form()
{
global $wikiembed_options;
?>
<script >
<script type="text/javascript">

function wiki_embed_insert_overlay_form(){
var wikiEmbedUrl = jQuery("#wiki-embed-src").attr('value');
var wikiEmbedUpdate = jQuery("#wiki-embed-update").attr('value');
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -39,7 +39,7 @@ Maybe, but why would you want to? That is not what the tool was designed to do.
= 0.9.1 =
* Pagination added
* Icons added
* How the content gets saved and stored improved. For example if you are querying the same wiki content only you will only request the content from the wiki once.
* How the content gets saved and stored improved. For example if you are quering the same wiki contetent only you will only request the content from the wiki once.
* Default Settings added
* This is the version before that is undergoing verification testing

Expand Down
Binary file modified screenshot-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd0f836

Please sign in to comment.