Changeset 6431
- Timestamp:
- 12/10/07 19:18:06 (1 year ago)
- Files:
-
- plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_list_ajax_filter.php (moved) (moved from plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_list_ajax_formpanel.php) (1 diff)
- plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_list_ajax_layout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_list_ajax_filter.php
r6383 r6431 4 4 5 5 $limit = $this->getParameterValue('list.max_per_page', sfConfig::get('app_sf_extjs_theme_plugin_list_max_per_page', 20)); 6 7 //TODO: take a look at: http://www.sk-typo3.de/index.php?id=345 6 8 7 9 // iterate through all (related) columns of all classes plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_list_ajax_layout.php
r6295 r6431 99 99 }); 100 100 <?php if ($this->getParameterValue('list.filters')): ?> 101 [?php include_partial('list_ajax_f ormpanel') ?]101 [?php include_partial('list_ajax_filter') ?] 102 102 <?php endif; ?> 103 103