Changeset 1712 in ExiteCMS
- Timestamp:
- 08/28/08 17:41:31 (3 years ago)
- Location:
- modules/common/download_statistics/php-files/modules/download_statistics
- Files:
-
- 3 edited
-
search.files.php (modified) (1 diff)
-
templates/modules.download_statistics.report.topfiles.tpl (modified) (1 diff)
-
templates/modules.download_statistics.search.files.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/common/download_statistics/php-files/modules/download_statistics/search.files.php
r1623 r1712 20 20 if ($action == "") { 21 21 22 // no pre-processing required for this search 22 // add the possible search filters ($data is defined in the calling script!) 23 $data['search_filters' ] = ""; 23 24 24 25 } else { -
modules/common/download_statistics/php-files/modules/download_statistics/templates/modules.download_statistics.report.topfiles.tpl
r1621 r1712 39 39 {sectionelse} 40 40 <tr> 41 <td align='center' class='tbl1' colspan=' 2'>42 <b>{$locale. dls812}</b>41 <td align='center' class='tbl1' colspan='3'> 42 <b>{$locale.rpt951}</b> 43 43 </td> 44 44 </tr> -
modules/common/download_statistics/php-files/modules/download_statistics/templates/modules.download_statistics.search.files.tpl
r1621 r1712 25 25 {/section} 26 26 {else} 27 <input type='radio' name='search_id' value='{$searches[id].search_id}' {if $search_id == $searches[id].search_id }checked='checked'{/if}onclick='javascript:show_filter("date,users");'/> {$searches[id].search_title} {if $searches[id].search_fulltext}<span style='color:red;'>*</span>{/if}<br />27 <input type='radio' name='search_id' value='{$searches[id].search_id}' {if $search_id == $searches[id].search_id || $searches[id].search_order == $default_location}checked='checked'{/if} onclick='javascript:show_filter("{$searches[id].search_filters}");'/> {$searches[id].search_title} {if $searches[id].search_fulltext}<span style='color:red;'>*</span>{/if}<br /> 28 28 {/if} 29 29 {***************************************************************************}
Note: See TracChangeset
for help on using the changeset viewer.
