Ignore:
Timestamp:
08/27/10 23:01:58 (21 months ago)
Author:
vain
Message:
  • minor change to all security constant checks
  • fixed the non rewrite routing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/modulemanager/view/action_admin_show.tpl

    r4356 r4599  
    2323     
    2424    <tr> 
    25         <td class="cell1">{$module.dir_id}</td> 
     25        <td class="cell1">{$module.id}</td> 
    2626        <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> 
    2929        <td class="cell2"> 
    3030         
Note: See TracChangeset for help on using the changeset viewer.