Changeset 95
- Timestamp:
- 03/24/2009 12:23:22 PM (3 years ago)
- Location:
- trunk/WordPress/plugin/transposh
- Files:
-
- 2 edited
-
transposh.css (modified) (1 diff)
-
transposh.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/transposh.css
r48 r95 27 27 #overDiv table tr:hover { 28 28 background-color:#225588;} 29 30 .post .postbody .tr_img_, .attachment .tr_img_, .navigation .alignleft .tr_img_, .navigation .alignright .tr_img_, 31 .tr_img_ { 32 border: 0px; 33 margin: 0px; 34 } 29 35 30 36 /* -
trunk/WordPress/plugin/transposh/transposh.php
r94 r95 293 293 } 294 294 295 $img = "<img src=\"$plugin_url/translate$add_img.png\" alt=\"translate\" id=\"" . IMG_PREFIX . "$segment_id\" ".295 $img = "<img src=\"$plugin_url/translate$add_img.png\" alt=\"translate\" class=\"".IMG_PREFIX."\" id=\"" . IMG_PREFIX . "$segment_id\" ". 296 296 "onclick=\"translate_dialog('$original','$translation','$segment_id'); return false;\" ". 297 297 "onmouseover=\"hint('$original'); return true;\" ". … … 687 687 } 688 688 //include the transposh.css 689 wp_enqueue_style("transposh","$plugin_url/transposh.css",array(),'1.0 ');689 wp_enqueue_style("transposh","$plugin_url/transposh.css",array(),'1.0.1'); 690 690 logger("Added transposh_css"); 691 691 }
Note: See TracChangeset
for help on using the changeset viewer.
