mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 23:59:55 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user