Changeset 4599 for trunk/modules/modulemanager/view/action_admin_show.tpl
- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/modulemanager/view/action_admin_show.tpl
r4356 r4599 23 23 24 24 <tr> 25 <td class="cell1">{$module. dir_id}</td>25 <td class="cell1">{$module.id}</td> 26 26 <td class="cell1" width="150" align="center">{* {image url="`$module.icon`"} *} {$module.name|capitalize}</td> 27 <td class="cell2">{if isset($module.info.version)} {$module.info.version} {else} Add{/if}</td>28 <td class="cell1">{if isset($module.info.description) and empty($module.info.description) == false} {$module.info.description} {else} Add{/if}</td>27 <td class="cell2">{if isset($module.info.version)} {$module.info.version} {else} -- {/if}</td> 28 <td class="cell1">{if isset($module.info.description) and empty($module.info.description) == false} {$module.info.description} {else} -- {/if}</td> 29 29 <td class="cell2"> 30 30
Note: See TracChangeset
for help on using the changeset viewer.
