equal
deleted
inserted
replaced
423 echo "<tr> |
423 echo "<tr> |
424 <td class=\"row{$rowid}$color\"> |
424 <td class=\"row{$rowid}$color\"> |
425 <div style=\"float: right;\"> |
425 <div style=\"float: right;\"> |
426 <b>$status</b> |
426 <b>$status</b> |
427 </div> |
427 </div> |
428 <div style=\"cursor: pointer;\" onclick=\"if ( !this.fx ) this.fx = new Spry.Effect.Blind('plugininfo_$uuid', { duration: 500, from: '0%', to: '100%', toggle: true }); this.fx.start();\"> |
428 <div style=\"cursor: pointer;\" onclick=\"if ( !this.fx ) { load_component('SpryEffects'); load_component('messagebox'); load_component('ajax'); this.fx = new Spry.Effect.Blind('plugininfo_$uuid', { duration: 500, from: '0%', to: '100%', toggle: true }); } this.fx.start();\"> |
429 $plugin_basics |
429 $plugin_basics |
430 </div> |
430 </div> |
431 <span class=\"menuclear\"></span> |
431 <span class=\"menuclear\"></span> |
432 <div id=\"plugininfo_$uuid\" style=\"display: none;\"> |
432 <div id=\"plugininfo_$uuid\" style=\"display: none;\"> |
433 $desc |
433 $desc |