Add messaging system for reporting actions back to the user. Make

module install/uninstall work and tie it into the messaging system.
This commit is contained in:
Bharat Mediratta
2008-12-22 06:50:20 +00:00
parent f6381c534e
commit bdc0876fa8
9 changed files with 77 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<tr>
<? $data = array("name" => $module_name); ?>
<? if ($module_info->locked) $data["disabled"] = 1; ?>
<td> <?= form::checkbox($data, '', module::is_installed($module_name)) ?> </td>
<td> <?= form::checkbox($data, '1', module::is_installed($module_name)) ?> </td>
<td> <?= _($module_info->name) ?> </td>
<td> <?= $module_info->version ?> </td>
<td> <?= _($module_info->description) ?> </td>