|
@@ -38,7 +38,7 @@ Version: <?php echo($this->version); ?> <?php echo($this->publish_date); ?>
|
|
|
<td>
|
|
|
|
|
|
</td>
|
|
|
- <td><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
|
|
|
+ <td width="120"><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<?php
|
|
@@ -52,7 +52,7 @@ Version: <?php echo($this->version); ?> <?php echo($this->publish_date); ?>
|
|
|
<td>
|
|
|
<?php if($vis){echo($plug->admin_line($this->pluginname.'_'.$short));}else{} ?>
|
|
|
</td>
|
|
|
- <td><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
|
|
|
+ <td width="120"><code><?php if(method_exists($plug,"help")){echo($plug->help());}else{} ?></code>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<?php }} ?>
|