Changeset 574
- Timestamp:
- 09/16/06 03:19:33 (7 years ago)
- Location:
- trunk/plugins/ExtendedFileManager
- Files:
-
- 2 modified
-
config.inc.php (modified) (1 diff)
-
manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ExtendedFileManager/config.inc.php
r573 r574 220 220 */ 221 221 $IMConfig['images_enable_alt'] = true; 222 223 222 224 223 /* -
trunk/plugins/ExtendedFileManager/manager.php
r573 r574 69 69 $num_rows +=2; 70 70 } 71 72 71 ?> 73 72 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 205 204 <td align="right"><?php if($insertMode=='image') { ?> <label for="f_width">Width</label><?php }?></td> 206 205 207 <td class="smallWidth"><?php if($insertMode=='image') { ?> <input type="text" id="f_width" class="smallWidth" value="" onchange="javascript:checkConstrains('width');"/><?php } else echo " ";?></td>206 <td><?php if($insertMode=='image') { ?> <input type="text" id="f_width" class="smallWidth" value="" onchange="javascript:checkConstrains('width');"/><?php } else echo " ";?></td> 208 207 209 208 <td rowspan="2"><?php if($insertMode=='image') { ?><img src="<?php print $IMConfig['base_url'];?>img/locked.gif" id="imgLock" width="25" height="32" alt="Constrained Proportions" />
