Ignore:
Timestamp:
10/02/07 22:27:18 (5 years ago)
Author:
hverton
Message:

Added an image upload function to the Wiki module
Optimized the speed of the download panels
Fixed a crash due to "attachment to big" in M2F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/download_statistics_panel/php-files/modules/download_statistics_panel/templates/modules.download_statistics_panel.tpl

    r844 r862  
    5858{include file="_opentable.tpl" name=$_name title=$locale.dls120 state=$_state style=$_style} 
    5959<form name='selectionforum' method='post' action='{$smarty.const.FUSION_SELF}'> 
     60    <input type='hidden' name='date_first' value='{$date_first}' /> 
     61    <input type='hidden' name='date_last' value='{$date_last}' /> 
     62    <input type='hidden' name='stats_count' value='{$stats_counts}' /> 
     63    <input type='hidden' name='stats_files' value='{$stats_files}' /> 
    6064    <table align='center' cellpadding='0' cellspacing='0' width='500'> 
    6165        <tr> 
Note: See TracChangeset for help on using the changeset viewer.