Changeset 6782
- Timestamp:
- 12/28/07 17:25:06 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/_list_ajax_store.php
r6777 r6782 87 87 $options['remoteSort'] = 'true'; 88 88 89 echo $sfExtjs2Plugin->$store(array89 echo 'ds_list = '.$sfExtjs2Plugin->$store(array 90 90 ( 91 'name' => 'ds_list',92 91 'attributes' => $options 93 92 ));