0byt3m1n1 - D7net
0byt3m1n1 - D7net
Path:
/
home
/
s13cf5ef
/
www
/
pshoptuscamisetaspersonalizadas
/
admin
/
themes
/
default
/
template
/
controllers
/
modules
/
[
Home
]
Name File: tab_module_line.tpl
< back
{* * 2007-2013 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <contact@prestashop.com> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <tr class="{$class_row}"> <td> <table border="0" cellpadding="0" cellspacing="5"> <tr> <td valign="top" width="32" align="center"> <img class="imgm" alt="" src="{if isset($module->image)}{$module->image}{else}../modules/{$module->name}/{$module->logo}{/if}"> </td> <td height="60" valign="top"> <div class="moduleDesc" id="anchor{$module->name|ucfirst}"> <h3> {$module->displayName|truncate:40:'…'} {$module->version} {if isset($module->id) && $module->id gt 0 } {if $module->active} <span class="setup">{l s='Enabled'}</span> {else} <span class="setup off">{l s='Disabled'}</span> {/if} {else} {if isset($module->type) && $module->type == 'addonsMustHave'} <span class="setup must-have">{l s='Must Have'}</span> {else} <span class="setup off">{l s='Not installed'}</span> {/if} {/if} </h3> <p class="desc"> {if isset($module->description) && $module->description ne ''} {$module->description|truncate:100:'…'} {else} {/if} </p> </div> </td> <td border="0" valign="middle" align="right"> {if isset($module->type) && $module->type == 'addonsMustHave'} <a href="{$module->addons_buy_url}" target="_blank" class="button updated"> <span><img src="../img/admin/cart_addons.png"> {displayPrice price=$module->price currency=$module->id_currency}</span></a> {else if !isset($module->not_on_disk)} {$module->optionsHtml} <div class="clear"> </div> <a href="#" class="button action_tab_module" data-option="select_{$module->name}" class="button">{l s='Submit'}</a> {else} <a href="{$module->options.install_url}" class="button">{l s='Install'}</a> {/if} </td> </tr> </table> </td> </tr>
©
2018. | Recode by D7net