Changeset 7343
- Timestamp:
- 02/04/08 20:53:03 (10 months ago)
- Files:
-
- plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/actions/actions.class.php (modified) (1 diff)
- plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/listAjaxSuccess.php (modified) (2 diffs)
- plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/listJsSuccess.pjs (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/actions/actions.class.php
r7252 r7343 886 886 ); 887 887 } 888 889 public function executeListJs() 890 { 891 $this->setTemplate('listJs'); 892 } 888 893 } plugins/sfExtjsThemePlugin/data/generator/sfPropelAdmin/extjs/template/templates/listAjaxSuccess.php
r7309 r7343 3 3 <?php endif; ?> 4 4 5 [?php use_helper('I18N', 'Date' ) ?]5 [?php use_helper('I18N', 'Date', 'PJS') ?] 6 6 7 7 [?php use_helper('Javascript') ?] … … 24 24 [?php 25 25 // javascript layout 26 include_partial('list_ajax_layout') 26 include_partial('list_ajax_layout') 27 //use_pjs('<?php echo $this->getModuleName() ?>/listJs') 27 28 ?] 28 29