Ignore:
Timestamp:
07/01/08 23:52:31 (4 years ago)
Author:
root
Message:

Added a new reporting core module. Version 7.2 will come with some build in reports, modules can now add their own.
Updated the modules administration module, and added support for pluggable reports and pluggable searches (not implemented yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.modules.tpl

    r1488 r1498  
    101101            <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=install&amp;module={$modules[id].folder}&amp;filter={$filter}'><img src='{$smarty.const.THEME}images/cog_add.gif' alt='{$locale.401}' title='{$locale.401}' /></a> 
    102102        {/if} 
     103        {if $settings.sitename == "ExiteCMS Support Site"} 
     104            <a href='{$smarty.const.FUSION_SELF}{$aidlink}&amp;action=locales&amp;id={$modules[id].id}&amp;filter={$filter}'><img src='{$smarty.const.THEME}images/page_refresh.gif' alt='{$locale.426}' title='{$locale.426}' /></a> 
     105        {/if} 
    103106        </td> 
    104107    </tr> 
Note: See TracChangeset for help on using the changeset viewer.