Changeset 576
- Timestamp:
- 09/18/06 19:54:03 (7 years ago)
- Location:
- trunk/plugins/ExtendedFileManager
- Files:
-
- 2 modified
-
assets/manager.js (modified) (1 diff)
-
config.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ExtendedFileManager/assets/manager.js
r572 r576 58 58 if(uploadForm) uploadForm.target = 'imgManager'; 59 59 60 if (manager_mode == 'image' && typeof colorPicker != "undefined" ) {60 if (manager_mode == 'image' && typeof colorPicker != "undefined" && document.getElementById('bgCol_pick')) { 61 61 // Hookup color pickers 62 62 var bgCol_pick = document.getElementById('bgCol_pick'); -
trunk/plugins/ExtendedFileManager/config.inc.php
r574 r576 217 217 FALSE - No input field for alt attribute will be displayed. 218 218 219 NOTE: The alt attribute is _obligatory_ for images 219 NOTE: The alt attribute is _obligatory_ for images, so <img alt="" /> will be inserted 220 if 'images_enable_alt' is set to false 220 221 */ 221 222 $IMConfig['images_enable_alt'] = true; … … 249 250 250 251 */ 251 $IMConfig['images_enable_styling'] = true; 252 $IMConfig['images_enable_styling'] = true; 252 253 253 254 /*
