plugins/admin/PluginManager.php
changeset 582 a38876c0793c
parent 555 ac4c6a7f01d8
child 675 872f0048dd81
equal deleted inserted replaced
581:5e8fd89c02ea 582:a38876c0793c
   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