Changeset 5979
- Timestamp:
- 11/12/07 11:06:05 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMediaLibraryPlugin/README
r5977 r5979 152 152 === Trunk === 153 153 154 * fabien: fixed input_asset_tag requires i18n helper (#2171) 154 155 * fabien: Added it, de and nl translations (#2036, #2055, #2194) 155 156 * fabien: Cleaned up a bit the templates plugins/sfMediaLibraryPlugin/lib/helper/sfMediaLibraryHelper.php
r4822 r5979 19 19 function input_asset_tag($name, $value, $options = array()) 20 20 { 21 use_helper('Javascript' );21 use_helper('Javascript', 'I18N'); 22 22 23 23 $type = 'all'; plugins/sfMediaLibraryPlugin/modules/sfMediaLibrary/templates/renameSuccess.php
r3858 r5979 2 2 3 3 <?php include_partial('sfMediaLibrary/block', array( 4 'name' => $name,5 'current_path' => $currentDir,4 'name' => $name, 5 'current_path' => $currentDir, 6 6 'web_abs_current_path' => $webAbsCurrentDir, 7 'type' => $type,8 'info' => $info,9 'count' => $count,7 'type' => $type, 8 'info' => $info, 9 'count' => $count, 10 10 )) ?>