// increase height table tr module favorite

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13700 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2012-02-28 15:57:29 +00:00
parent 63281c1f61
commit 591451b7df
2 changed files with 7 additions and 4 deletions
@@ -35,10 +35,10 @@
</thead>
<tbody>
{foreach from=$modules key=km item=module}
<tr{if $km % 2 eq 0} class="alt_row"{/if}>
<tr height="32" {if $km % 2 eq 0} class="alt_row"{/if}>
<td><img src="{if isset($module->image)}{$module->image}{else}../modules/{$module->name}/{$module->logo}{/if}" width="16" height="16" /></td>
<td>{$module->displayName}</td>
<td>{$module->description|truncate:80:'…'}</td>
<td><span class="moduleName">{$module->displayName}</span></td>
<td><span class="moduleFavDesc">{$module->description|truncate:80:'…'}</span></td>
<td>{if isset($module->id) && $module->id gt 0}<span class="setup">{l s='Installed'}</span>{else}<span class="setup non-install">{l s='Not Installed'}</span>{/if}</td>
<td>{$module->categoryName}</td>
<td>