}
if ($display) {
$flag = strtolower('use_'.$this->name);
- echo '<tr>';
- echo '<td>';
+ echo '<div>';
echo ' <input type="checkbox" name="'.$flag.'" value="1" ';
// checked or unchecked?
if ($user->usesPlugin($this->name)) {
}
echo ' /> '. sprintf(_('Use %s Plugin'), $this->text);
echo html_image($imgStatus, '16', '16',array('alt'=>$title, 'title'=>$title));
- echo '</td>';
- echo '</tr>';
+ echo '</div';
}
}
<?php echo _('Enable tooltips. Small help texts displayed on mouse over links, images.');
?>
</div>
-</td></tr>
-
<?php
// displays a "Use xxxx Plugin" checkbox
plugin_hook("userisactivecheckbox", $hookParams);
?>
+</td></tr>
<tr><td colspan="2">
<?php