{* vim: set ts=2 sw=2 sts=2 et: *}
{**
* ____file_title____
*
* @author Creative Development LLC <hide@address.com>
* @copyright Copyright (c) 2010 Creative Development LLC <hide@address.com>. All rights reserved
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @version SVN: $Id: dependencies.tpl 2600 2010-04-15 08:11:26Z max $
* @link http://www.litecommerce.com/
* @since 3.0.0
*}
<p class="ErrorMessage">
Unable to install module "{xlite.mm.moduleName}" because some modules which it depends on, have not been installed or activated yet
</p>
<table border="0">
<tr>
<td>
Please, make sure that the following modules are installed and enabled:
</td>
<td>
<table border="0">
<tr FOREACH="xlite.mm.dependencies,dependency">
<td>{dependency}</td>
</tr>
</table>
</td>
</tr>
</table>